I am using the maven-ear-plugin version 2.3.1 – I know there is a new version available: http://maven.apache.org/plugins/maven-ear-plugin/
I can’t work out how to upgrade to the latest version?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The default plugin versions are inherited from the Super POM, and you can check them with
mvn help:effective-pom.If you want to override the version provided there, add this to your POM:
Replace the version with what you need.