[ https://jira.codehaus.org/browse/MPIR-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov updated MPIR-327: -------------------------------- Fix Version/s: (was: 2.8) > 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 > > 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)