You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2008/10/29 02:53:51 UTC

[jira] Closed: (MNG-3385) PluginManagement does not work for report-plugins

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

Carlos Sanchez closed MNG-3385.
-------------------------------

         Assignee: Carlos Sanchez
       Resolution: Duplicate
    Fix Version/s:     (was: 3.0)

See linked issues

> PluginManagement does not work for report-plugins
> -------------------------------------------------
>
>                 Key: MNG-3385
>                 URL: http://jira.codehaus.org/browse/MNG-3385
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.8
>            Reporter: Andreas Höhmann
>            Assignee: Carlos Sanchez
>
>  <build>
>    ...
>     </pluginManagement>
>        <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-pmd-plugin</artifactId>
>           <version>2.2</version>
>         </plugin>
>       </plugins>
>     </pluginManagement>
>    ...
>   </build>
>   <reporting>
>     <plugins>  
>        <plugin>
>          <artifactId>maven-pmd-plugin</artifactId>
>        </plugin>
>     </plugins>
>   </reporting>  
> mvn site ... use pmd-2.4-SNAPSHOT instead of the defined 2.2 ... why?

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