Sagacify / sonar-scala

Sonarqube plugin for scala analysis
GNU Lesser General Public License v3.0
58 stars 32 forks source link

Sample maven config doesn't output default artifact #18

Open JJWTimmer opened 7 years ago

JJWTimmer commented 7 years ago

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?

JJWTimmer commented 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?