You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multi-module maven project and when I use mvn clean install -rf <some-module> the scoverage plugin always throws aNullPointerException, unless I'm resuming from the last module in the build.
Caused by: java.lang.NullPointerException
at org.scoverage.plugin.SCoverageReportMojo.rebase (SCoverageReportMojo.java:558)
at org.scoverage.plugin.SCoverageReportMojo.generateAggregatedReports (SCoverageReportMojo.java:504)
at org.scoverage.plugin.SCoverageReportMojo.generate (SCoverageReportMojo.java:229)
at org.scoverage.plugin.SCoverageReportMojo.execute (SCoverageReportMojo.java:384)
This exception occurs after all of the modules have been built.
It looks like the issue is caused by there being no topLevelModule.
The text was updated successfully, but these errors were encountered:
@mmatz-ccri
i believe this particular issue is addressed by #104, so I'm closing it.
Please re-test with 2.0.1-SNAPSHOT (or 2.0.1 when released) and reopen if it still throwing a aNullPointerException
I have a multi-module maven project and when I use
mvn clean install -rf <some-module>
the scoverage plugin always throws aNullPointerException, unless I'm resuming from the last module in the build.This exception occurs after all of the modules have been built.
It looks like the issue is caused by there being no topLevelModule.
The text was updated successfully, but these errors were encountered: