scoverage-maven-plugin-2.0.1
What's Changed
Notable changes
- Fix NPE during report aggregation when multiple modules are specified using -pl arg by @sumeetgajjar in #104
- Coverage minima: add more fine-grained control by @kitbellew in #55
Other changes
- Add
aggregate
andaggregateOnly
tests by @jozic in #156 - Upgrade required maven version to 3.6.3 by @jozic in #150
- Run only intended integration tests (with
test_*
pattern) by @jozic in #179 - Add exclusion tests by @jozic in #180
- Require java 11 everywhere and drop unnecessary
animal-sniffer-maven-plugin
by @jozic in #182 - Update badges in README by @jozic in #183
- Refactor Scala version check and add some tests for unsupported Scala versions by @jozic in #181
- Add
maven-plugin-report-plugin
for proper site documentation generation by @jozic in #186 - Update versions to 2.0.0 in README file by @jozic in #187
- Fix javadoc generation by @jozic in #188
Dependency updates
-
Bump org.apache.maven.plugins:maven-surefire-report-plugin from 2.22.1 to 3.2.3 by @dependabot in #146
-
Bump maven-plugin-plugin.version from 3.9.0 to 3.10.2 by @dependabot in #148
-
Bump maven-source-plugin from 3.0.1 to 3.3.0 by @dependabot in #129
-
Bump maven-release-plugin from 2.5.3 to 3.0.1 by @dependabot in #128
-
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #151
-
Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.0.0 to 3.3.1 by @dependabot in #152
-
Bump org.apache.maven.plugins:maven-dependency-plugin from 3.1.1 to 3.6.1 by @dependabot in #153
-
Bump org.apache.maven.plugins:maven-scm-plugin from 1.13.0 to 2.0.1 by @dependabot in #154
-
Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.17 to 1.23 by @dependabot in #155
-
Bump org.codehaus.mojo:versions-maven-plugin from 2.7 to 2.16.2 by @dependabot in #157
-
Bump org.apache.maven.plugins:maven-deploy-plugin from 2.8.2 to 3.1.1 by @dependabot in #158
-
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3 by @dependabot in #159
-
Bump org.apache.maven.plugins:maven-jxr-plugin from 3.0.0 to 3.3.1 by @dependabot in #160
-
Bump org.apache.maven.plugins:maven-resources-plugin from 3.1.0 to 3.3.1 by @dependabot in #161
-
Bump org.codehaus.mojo:taglist-maven-plugin from 2.4 to 3.0.0 by @dependabot in #162
-
Bump org.apache.maven.plugins:maven-enforcer-plugin from 1.4.1 to 3.4.1 by @dependabot in #163
-
Bump org.apache.maven.plugins:maven-jar-plugin from 3.1.1 to 3.3.0 by @dependabot in #164
-
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #165
-
Bump org.codehaus.plexus:plexus-utils from 3.5.0 to 4.0.0 by @dependabot in #166
-
Bump org.apache.maven.plugins:maven-install-plugin from 2.5.2 to 3.1.1 by @dependabot in #167
-
Bump org.apache.maven.plugins:maven-antrun-plugin from 1.8 to 3.1.0 by @dependabot in #168
-
Bump org.apache.maven.plugins:maven-clean-plugin from 3.1.0 to 3.3.2 by @dependabot in #169
-
Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.1.0 by @dependabot in #170
-
Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.2.3 by @dependabot in #171
-
Bump org.apache.maven.plugins:maven-help-plugin from 3.1.1 to 3.4.0 by @dependabot in #172
-
Bump org.apache.maven.plugins:maven-pmd-plugin from 3.20.0 to 3.21.2 by @dependabot in #173
-
Upgrade maven dependencies from 2.2.1 to 3.6.3 by @jozic in #174
-
Bump maven.version from 3.6.3 to 3.9.6 by @dependabot in #177
-
Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 by @dependabot in #184
-
Bump junit:junit from 4.13.1 to 4.13.2 by @dependabot in #185
New Contributors
- @sumeetgajjar made their first contribution in #104
- @kitbellew made their first contribution in #55
Full Changelog: scoverage-maven-plugin-2.0.0...scoverage-maven-plugin-2.0.1