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.