You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Pawanpreet Singh <hu...@gmail.com> on 2010/07/07 17:49:28 UTC

maven 2.2.1 issue

Hi All,

I am doing maven release using maven release plugin and trying to get the
automated generated tag pom version using auto generated release.properties.
The file contains a key

project.rel.com.selfservice\:self-service=1.0.1

I use below variables to manipulate inside maven-antrun-plugin' task

<echo message="${project.rel.${project.groupId}:${project.artifactId}}"/>

Output is 1.0.1

It worked fine with maven 2.0.9 but not working with maven2.2.1. It
generates.. 
${project.rel.${project.groupId}:self-service}. It is not manipulation whole
expression properly.

any idea will be greatly appreciated.


Thanks
Pawan
-- 
View this message in context: http://maven.40175.n5.nabble.com/maven-2-2-1-issue-tp1044761p1044761.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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