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 believe that, at least with the multi module maven example, there is something wrong. When I execute mvn clean install I end up with scoverage-module1-1.0.0.jar and not module1-1.0.0.jar so I guess this is either the instrumented version or the file suddenly has a wrong name.
Is this expected behavior? How do I get my production ready jars again?
The text was updated successfully, but these errors were encountered:
I have to correct myself. I changed scoverage-maven-plugin version from 1.0.4 to 1.1.0-1.3.0 and all those versions output the 'wrong' artifact name. I reverted to 1.0.4 for now, but I'm not sure what is in the jar now, is that instrumented? How to output instrumented and non-instrumented jars?
I believe that, at least with the multi module maven example, there is something wrong. When I execute
mvn clean install
I end up withscoverage-module1-1.0.0.jar
and notmodule1-1.0.0.jar
so I guess this is either the instrumented version or the file suddenly has a wrong name.Is this expected behavior? How do I get my production ready jars again?
The text was updated successfully, but these errors were encountered: