You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jörg Hohwiller (JIRA)" <ji...@codehaus.org> on 2013/09/02 08:50:52 UTC

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

    [ https://jira.codehaus.org/browse/MNG-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332214#comment-332214 ] 

Jörg Hohwiller commented on MNG-3385:
-------------------------------------

Just to complete the status after the latest comment. This has been fixed as you can see in MSITE-443.
I also switched back to <reporting> and the problem is resolved now.
                
> PluginManagement does not work for report-plugins
> -------------------------------------------------
>
>                 Key: MNG-3385
>                 URL: https://jira.codehaus.org/browse/MNG-3385
>             Project: Maven 2 & 3
>          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, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira