forked from phoedos/pmd
fix project name
This commit is contained in:
@ -26,7 +26,7 @@ elif travis_isPullRequest; then
|
||||
|
||||
log_info "This is a pull-request build"
|
||||
./mvnw verify $MVN_BUILD_FLAGS
|
||||
./mvnw clean verify $MVN_BUILD_FLAGS -pl scala -DscalaVersion=2.13
|
||||
./mvnw clean verify $MVN_BUILD_FLAGS -pl pmd-scala -DscalaVersion=2.13
|
||||
|
||||
regression-tester_executeDanger
|
||||
|
||||
@ -43,7 +43,7 @@ elif travis_isPush; then
|
||||
|
||||
# Build and deploy to ossrh / maven-central
|
||||
./mvnw deploy -Possrh,sign,pmd-release $MVN_BUILD_FLAGS
|
||||
./mvnw clean deploy -Possrh,sign,pmd-release $MVN_BUILD_FLAGS -pl scala -DscalaVersion=2.13
|
||||
./mvnw clean deploy -Possrh,sign,pmd-release $MVN_BUILD_FLAGS -pl pmd-scala -DscalaVersion=2.13
|
||||
echo -e "\n\n"
|
||||
|
||||
# Deploy to github releases
|
||||
@ -59,7 +59,7 @@ elif travis_isPush; then
|
||||
elif [[ "${VERSION}" == *-SNAPSHOT ]]; then
|
||||
log_info "This is a snapshot build"
|
||||
./mvnw deploy -Possrh,sign $MVN_BUILD_FLAGS
|
||||
./mvnw clean deploy -Possrh,sign $MVN_BUILD_FLAGS -pl scala -DscalaVersion=2.13
|
||||
./mvnw clean deploy -Possrh,sign $MVN_BUILD_FLAGS -pl pmd-scala -DscalaVersion=2.13
|
||||
|
||||
# Deploy to sourceforge files
|
||||
sourceforge_uploadFile "${VERSION}" "pmd-dist/target/pmd-bin-${VERSION}.zip"
|
||||
|
Reference in New Issue
Block a user