-
Notifications
You must be signed in to change notification settings - Fork 114
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
Plugin fails if maven version is < 3.1.0 #794
Comments
@alex-semenyuk Is this really realted to qulice? I don't see any qulice class in the stack trace |
@krzyk suppose it's a maven problem which mentioned here #514 . I used maven with the version < 3.1.0. After upgrading version to the latest it works in all configuration which was mentioned above. Suppose it can be closed, but can you specify Maven's version requirements http://www.qulice.com/qulice-maven-plugin/usage.html and here https://github.com/teamed/qulice not only in contribution part? |
@alex-semenyuk OK, please either change the title/description of this issue or create a new one for the mvn version |
@krzyk Done. Does it look OK now? |
@davvd valid bug |
@davvd this is postponed |
@0crat assign me |
Bug was reported, see §29: +15 point(s) just awarded to @alex-semenyuk/z |
@0crat waiting (busy with other tasks) |
@alex-semenyuk min maven version has been added to README and to the usage pages in #912, please close this issue |
The job #794 is now out of scope |
When I try to exclude some class from findbugs checking like this:
I have the following exception:
When I remove this section than everything is ok.
Without
<excludes>
and with<executions>
it works too.I use maven version 3.0.5
The text was updated successfully, but these errors were encountered: