Thanks for the tip!
I think the manual has to be corrected at this point:

http://jakarta.apache.org/turbine/maven/reference/user-guide.html#POM Interpolation

uses ${pom.id} instead of ${pom.artifactId}.

Cheers

Justinus



Peter Donald wrote:

Use pom.artifactId to get single id. ${pom.id} prepends the groupdID then ':' then the id.

On Tue, 18 Mar 2003 06:43, Justinus Menzel wrote:


Hi

in maven.xml
   <goal name="printPomId">
       <echo>
           pom.id: ${pom.id}
       </echo>
   </goal>

gives me
pom.id: common:common

although:
<project>
   <id>common</id>
...
</project>

(I'm using beta-8)

What's the purpose behind dublicating the id?
Thanks

Justinus



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to