-
Notifications
You must be signed in to change notification settings - Fork 54
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
Analysis Properties #113
Comments
I'm not familiar with that aspect. I sort of took this on more for my maven knowledge than for that of findbugs/spotbugs. The code isn't super easy to read being all groovy but you might want to poke around the code and see. If you don't see this anywhere, I'd be happy to review a pull request for support of the feature. |
Analysis properties are passed as Java system properties, so they can be set in the E.g. to set the <plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<jvmArgs>-Dfindbugs.assertionmethods=org.apache.commons.lang3.Validate.notNull</jvmArgs> |
added this to readme, closing ticket. Thanks. |
Hello,
Is there some way to set the Analysis Properties when using the maven plugin?
Thank you
Ed
The text was updated successfully, but these errors were encountered: