-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove signatures from instrumented JAR files #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Godin @mfriedenhagen Should this behaviour also be configurable for the instrument Maven goal? From my understanding the Maven goal would be used on class files only, right? |
I will take a look this evening.
|
Java Code Coverage Tools » jacoco #245 SUCCESS |
@mfriedenhagen Thx! Please also feel free to add review comments. |
@marchof: All in all I do not think we have to adapt anything for Maven, people doing weird stuff may kust exclude I compiled your PR successfully, so I will merge it. |
Remove signatures from instrumented JAR files
@mfriedenhagen Ok, thanks for clarification! |
The instrument Ant task should remove signatures from JAR files as instrumentation breaks these signatures.
This behavior should be configurable with a new attribute removesignatures which defaults to true.