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

Herve Boutemy commented on MPIR-327:
------------------------------------

good catch, thank you: removing jdk requirement configuration was intentional, 
but not site plugin requirement

I discover the site plugin requirement configuration, didn't ever see the 
config nor the result :)

Notice that I don't see any result on 
http://maven.apache.org/plugins-archives/maven-project-info-reports-plugin-2.7/project-summary.html
even if the config was already in code (I don't know for how long): 
http://svn.apache.org/viewvc/maven/plugins/tags/maven-project-info-reports-plugin-2.7/pom.xml?revision=1481609&view=markup

And in fact, I'm not convinced by this config, because:
1. the m-project-info-report-p doesn't really require m-site-p at all: it can 
be used standalone
2. it doesn't require any specific version

it doesn't really make any harm, I don't have strong problem with it, but I'd 
like to understand the documentation intent

> Changes in r1643577 have removed Site Plugin version requirement
> ----------------------------------------------------------------
>
>                 Key: MPIR-327
>                 URL: https://jira.codehaus.org/browse/MPIR-327
>             Project: Maven Project Info Reports Plugin
>          Issue Type: Bug
>    Affects Versions: 2.8
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>             Fix For: 2.8
>
>
> Revision [1643577|http://svn.apache.org/r1643577] claims to remove 
> configuration already inherited from the parent but the parent does not 
> contain Site Plugin version requirement.
> {code}
>  <reporting>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-plugin-plugin</artifactId>
>         <configuration>
>           <requirements>
>             <jdk>1.5</jdk>
>             <others>
>               <property>
>                 <name>Maven Site Plugin</name>
>                 <value>3.0</value>
>               </property>
>             </others>
>           </requirements>
>         </configuration>
>       </plugin>
>     </plugins>
>   </reporting>
> {code}
> That information needs to be restored.



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

Reply via email to