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]

-- 
Cheers,

Peter Donald
"The ability to quote is a serviceable substitute for wit." -- Maugham 


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

Reply via email to