-
Notifications
You must be signed in to change notification settings - Fork 67
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
NoSuchMethodError - Incorrect plugin prerequisites #21
Comments
Upgrading to newer maven 3.3.9 , ends up fixing this issue. |
This plugin requires at least Maven 3.1 IIRC. |
@trustin I propose to make a note about that in the README file. |
The os-maven-plugin pom currently says The last version that worked with 3.0 was 1.2.0.Final (i.e. 1.2.1 was the breaking change). |
Doh, will update. Thanks for the heads up! |
|
@qujian if you're running from intellj , make sure intellj uses right maven version, by default it might end up using maven which is packaged within it. |
If I add an extension in pom.xml, I get following warning:
Not sure if it is something that needs to be fixed, I can reference variables like
${os.detected.classifier}
in my pom.xml, however, state it here. Maven / Java version isThe text was updated successfully, but these errors were encountered: