Java Mailing List Archive

http://www.java2.5341.com/

Home » issues.maven »

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

Jan Bartel (JIRA)

2008-10-28


Author LoginPost Reply

  [ 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


©2008 java2.5341.com - Jax Systems, LLC, U.S.A.