You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/03/08 15:13:28 UTC

[jira] Updated: (MPLUGIN-83) POM snippet for plugin usage via pluginManagement is missing container

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

Vincent Siveton updated MPLUGIN-83:
-----------------------------------

    Fix Version/s: 2.4

> POM snippet for plugin usage via pluginManagement is missing <plugins> container
> --------------------------------------------------------------------------------
>
>                 Key: MPLUGIN-83
>                 URL: http://jira.codehaus.org/browse/MPLUGIN-83
>             Project: Maven 2.x Plugin Tools
>          Issue Type: Bug
>          Components: Plugin Plugin
>            Reporter: Benjamin Bentmann
>            Assignee: Vincent Siveton
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: pluginmanagement.patch
>
>
> Currently, plugin-info.html says:
> {noformat}
> <!-- To define the plugin version in your parent POM -->
> <pluginManagement>
>   <plugin>
>     <groupId>org.codehaus.mojo<groupId>
>     <artifactId>dummy-maven-plugin<artifactId>
>     <version>1.0<version>
>   </plugin>
>   ...
> </pluginManagement>
> {noformat}
> but should be
> {noformat}
> <!-- To define the plugin version in your parent POM -->
> <pluginManagement>
>   <plugins>
>     <plugin>
>       <groupId>org.codehaus.mojo<groupId>
>       <artifactId>dummy-maven-plugin<artifactId>
>       <version>1.0<version>
>     </plugin>
>     ...
>   <plugins>
> </pluginManagement>
> {noformat}

-- 
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