> When you deleted the local repo Maven had to go out to find the latest > version, which now was 2.7 (served by your artifactory instance). Thus
To avoid weird issues, you should use the "long form" when using plugins from the command line: mvn groupid:artifactid:version:goal So for eclipse, it would be: mvn org.apache.maven.plugins:maven-eclipse-plugin:2.7:eclipse You can see this in the "full name" area in the documentation for this goal in the plugin: http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
