diff --git a/.travis/build-coveralls.sh b/.travis/build-coveralls.sh index 939e9b3a91..bdcac5911f 100755 --- a/.travis/build-coveralls.sh +++ b/.travis/build-coveralls.sh @@ -22,7 +22,7 @@ echo "MAVEN_OPTS='-Xms1g -Xmx1g --add-modules java.se'" > ${HOME}/.mavenrc set +e ./mvnw clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - ./mvnw test jacoco:report coveralls:report -Pcoveralls -B -V + ./mvnw package jacoco:report coveralls:report -Pcoveralls -B -V if [ $? -ne 0 ]; then log_error "Error creating coveralls report" diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 85ec75b3c1..22e49e19dd 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -45,6 +45,7 @@ This is a {{ site.pmd.release_type }} release. * [#1283](https://github.com/pmd/pmd/issues/1283): \[core] Deprecate ReportTree * [#1288](https://github.com/pmd/pmd/issues/1288): \[core] No supported build listeners found with Gradle * [#1300](https://github.com/pmd/pmd/issues/1300): \[core] PMD stops processing file completely, if one rule in a rule chain fails + * [#1317](https://github.com/pmd/pmd/issues/1317): \[ci] Coveralls hasn't built the project since June 25th * java-bestpractices * [#940](https://github.com/pmd/pmd/issues/940): \[java] JUnit 4 false positives for JUnit 5 tests * [#1267](https://github.com/pmd/pmd/pull/1267): \[java] MissingOverrideRule: Avoid NoClassDefFoundError with incomplete classpath