Can't resolve pom properties for specifying plugin version in pluginmanagement ------------------------------------------------------------------------------
Key: MVERSIONS-26 URL: http://jira.codehaus.org/browse/MVERSIONS-26 Project: Maven 2.x Versions Plugin Issue Type: Wish Reporter: Paul Moloney snippets from pom.xml <build> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId> <version>${scm.plugin.version}</version> </plugin> <pluginManagement> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId> <version>${scm.plugin.version}</version> </pluginManagement> </build> <properties> <scm.plugin.version>1.2<scm.plugin.version> </properties> when I run mvn versions:display-plugin-updates the property interpolation does not occur and following is reported maven-scm-plugin .... ${scm.plugin.version} -> 1.1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email