maven-resources-plugin resolves to version 2.4.1 despite 2.3 being specified
in the super pom.


My entire pom is this:

<project ...>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.redshiftsoft</groupId>
    <artifactId>redshift-pom</artifactId>
    <packaging>pom</packaging>
    <version>1.0.0-SNAPSHOT</version>
</project>


mvn help:describe -Dplugin=resources

Reports version 2.4.1

HOWEVER, 

mvn help:effective-pom

shows version 2.3 for this plugin.  And that is indeed the version in the
super pom.


Is this a known bug?




Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
Java version: 1.6.0_16
Java home: C:\Program Files\Java\jdk1.6.0_16\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7" version: "6.1" arch: "x86" Family: "windows"


-- 
View this message in context: 
http://old.nabble.com/Plugin-version-in-SUPER-POM-simply-ignored%2C-with-trivial-pom.xml-tp26661071p26661071.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to