Open JJWTimmer opened 7 years ago
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?