diff --git a/build.md b/build.md index 1f1dbcc..2a829d5 100644 --- a/build.md +++ b/build.md @@ -13,21 +13,21 @@ mvn clean test ### Run tests with jacoco -mvn -Ptpquery-test-jacoco clean test +mvn -Ptest-jacoco clean test ## Create build artifacts -mvn -Ptpquery-build clean package; +mvn -Pbuild clean package; ## Change pom.xml versions mvn versions:set -DnewVersion=2.3.4-SNAPSHOT ## Make release build -mvn -Ptpquery-build clean package; +mvn -Pbuild clean package; mvn -B -Dusername=(scm_username) clean install release:clean release:prepare release:perform; ## Make site -mvn -Ptpquery-test-jacoco clean test -mvn -Ptpquery-build-site site:site +mvn -Ptest-jacoco clean test +mvn -Pbuild-site site:site Optional add -DstagingDirectory=/tmp/tpquery-build-fullsite And then manual upload. diff --git a/pom.xml b/pom.xml index 4ca4c80..245c700 100644 --- a/pom.xml +++ b/pom.xml @@ -205,13 +205,13 @@ - tpquery-test-none + test-none true - tpquery-test-jacoco + test-jacoco @@ -275,7 +275,7 @@ - tpquery-build + build @@ -285,7 +285,7 @@ - tpquery-build-site + build-site @@ -462,16 +462,5 @@ - - tpquery-sonar - - jdbc:postgres://localhost/ff-sonar - ff-sonar - sonar-ff - http://localhost:9000 - target/surefire-reports - target/jacoco.exec - -