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

Herve Boutemy updated MNG-3385:
-------------------------------

    Description: 
{code:xml} <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>  {code}

mvn site ... use pmd-2.4-SNAPSHOT instead of the defined 2.2 ... why?

  was:
 <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?


> PluginManagement does not work for report-plugins
> -------------------------------------------------
>
>                 Key: MNG-3385
>                 URL: https://jira.codehaus.org/browse/MNG-3385
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 2.0.8
>            Reporter: Andreas Höhmann
>            Assignee: Carlos Sanchez
>
> {code:xml} <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>  {code}
> mvn site ... use pmd-2.4-SNAPSHOT instead of the defined 2.2 ... why?



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to