[ 
http://jira.codehaus.org/browse/MPLUGIN-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy closed MPLUGIN-118.
---------------------------------

         Assignee: Herve Boutemy
       Resolution: Fixed
    Fix Version/s: 2.4.2

fixed in r660706

> 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
>            Assignee: Herve Boutemy
>             Fix For: 2.4.2
>
>
> 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

        

Reply via email to