Hi,
i currently use a master pom.xml from which all of my other project poms are
derived.
in this master i use an issue management block:
<issueManagement>
<system>Mantis</system>
<url>http://anyurl</url>
</issueManagement>
but in my child pom i DON'T HAVE an issue management.
<parent>
<artifactId>myartifactid</artifactId>
<groupId>mygroupid</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
so how do i configure that?
just using empty tag:
<issueManagement/>
didn't work, M2 still believes i have one.
Can i explicitely omit a specific tag (from the derived base pom)
thx 4 your help
R.C.
--
View this message in context:
http://www.nabble.com/-M2--IssueManagement---how-configure-%22no-issue-management%22-in-child-project%2C-when-parent-project-has-an-issue-managament--tf2650777s177.html#a7397281
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]