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

[jira] Updated: (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 ]

Brian Fox updated MNG-3385:
---------------------------

    Fix Version/s: 2.1

> 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
>             Fix For: 2.1
>
>
>  <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