+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -190,7 +190,7 @@ function pmd_ci_build_run() {
190
190
./mvnw clean deploy -P"${mvn_profiles}",'!cli-dist' --show-version --errors --batch-mode "${PMD_MAVEN_EXTRA_OPTS[@]}"
191
191
else
192
192
# b) pmd-cli and pmd-dist
193
-
./mvnw clean deploy -pl pmd-cli,pmd-dist --show-version --errors --batch-mode "${PMD_MAVEN_EXTRA_OPTS[@]}"
193
+
./mvnw clean deploy -P"${mvn_profiles},cli-dist" -pl pmd-cli,pmd-dist --show-version --errors --batch-mode "${PMD_MAVEN_EXTRA_OPTS[@]}"
194
194
fi
195
195
else
196
196
pmd_ci_log_info "This is a snapshot build"
Original file line number Diff line number Diff line change
@@ -262,7 +262,7 @@ git checkout master
262
262
# make sure parent reference is correct
263
263
./mvnw versions:update-parent -DparentVersion="${DEVELOPMENT_VERSION}" -DskipResolution=true -DgenerateBackupPoms=false -pl pmd-cli,pmd-dist
264
264
git add pmd-cli/pom.xml pmd-dist/pom.xml
265
-
changes=$(git status --porcelain 2>/dev/null| grep -c -E "^[AMDRC]")
265
+
changes=$(git status --porcelain 2>/dev/null | grep -c -E "^[AMDRC]" || true)
266
266
if [ "$changes" -gt 0 ]; then
267
267
git commit -m "Prepare next development version [skip ci]"
268
268
git push origin "${CURRENT_BRANCH}"
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4