Author: mperham Date: Sat Jul 8 13:06:44 2006 New Revision: 420185 URL: http://svn.apache.org/viewvc?rev=420185&view=rev Log: PR: MINSTALL-27 Add correct issueManagement element
Modified: maven/plugins/trunk/maven-install-plugin/pom.xml Modified: maven/plugins/trunk/maven-install-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=420185&r1=420184&r2=420185&view=diff ============================================================================== --- maven/plugins/trunk/maven-install-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-install-plugin/pom.xml Sat Jul 8 13:06:44 2006 @@ -21,6 +21,10 @@ </plugin> </plugins> </reporting> + <issueManagement> + <system>jira</system> + <url>http://jira.codehaus.org/browse/MINSTALL</url> + </issueManagement> <dependencies> <dependency> <groupId>org.apache.maven</groupId>