[
https://jira.codehaus.org/browse/MPIR-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=360602#comment-360602
]
Michael Osipov commented on MPIR-327:
-------------------------------------
You are looking at the wrong site, look here:
http://maven.apache.org/plugins-archives/maven-project-info-reports-plugin-2.7/plugin-info.html#System_Requirements
But I think you are right, even though. We cannot enforce a version, especially
when it is not run as a report. We should leave it out. I would close as not a
bug if you agree.
> 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)