Hi All,
I am using pom inheritance.having 7 child project meaning 7 child pom.
For every release i need to change the version no in every pom including
parent.
But I want to change only in the parent by which child should inherit by
default.
if all the child pom has to mention the partnt like below.
<parent>
<groupId>com.arisglobal.aglite</groupId>
<artifactId>aglite-parent</artifactId>
<version>3.0.0.0.RC9</version>
<relativePath>../pom.xml</relativePath>
</parent>
i don't want the version tag to include there other wise i need 2 change
in all the child pom.
is there any way by which we will write the parent section without the
version in the child pom like
<parent>
<groupId>com.arisglobal.aglite</groupId>
<artifactId>aglite-parent</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
by which i can only change the version in parent pom.I tried but it is not
working.
is there anything i am missing?
Thanks,
Debasis
--
View this message in context:
http://www.nabble.com/Problem-in-Using-POM-inheritance-tp25976570p25976570.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]