You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by dev dev <gu...@gmail.com> on 2007/11/12 05:08:01 UTC

add new property (${parent.artifactId} to the pom.properties during jar packaging

we plan to use the META-INF/maven/../pom.properties to read the
application/jar version and parent.artifactId at runtime.

Current pom.properties:

#Generated by Maven
#Sun Nov 11 19:49:00 PST 2007
version=1.0.0-SNAPSHOT
groupId=com.mycompany.myproject
artifactId=myproject-web-common


I want to add another property namedly parent.artifactId to this
property. Is it possible to do in maven?

Thanks
dev

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