missing / in closing tag in generated pom snippet -------------------------------------------------
Key: MPLUGIN-118 URL: http://jira.codehaus.org/browse/MPLUGIN-118 Project: Maven 2.x Plugin Tools Issue Type: Bug Components: Plugin Plugin Affects Versions: 2.4.1 Reporter: Herve Boutemy example: {code:xml} <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins<groupId> *<--- should be </groupId>* <artifactId>maven-shade-plugin<artifactId> <version>1.2-SNAPSHOT<version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>org.apache.maven.plugins<groupId> <artifactId>maven-shade-plugin<artifactId> <version>1.2-SNAPSHOT<version> </plugin> {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira