Hi,

I'm using a parent pom.xml for my project poms.

  <parent>
    <artifactId>myartifactid</artifactId>
    <groupId>mygroupid</groupId>
    <version>1.0-SNAPSHOT</version>
  </parent>

I just wonder, how can i get rid of an element that is declared in the
parent pom, but should not appear in the child pom?

is there any possibility to exclude specific elements/tags that should not
be derived?
Something like override emtpy?

my special interest is on the element 'issueManagement'.

thx 4 help
R.C.
-- 
View this message in context: 
http://www.nabble.com/-M2--omitting-elements-from-parent-pom--tf2652504s177.html#a7401756
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to