You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@codehaus.org> on 2015/01/04 00:23:10 UTC

[jira] (MPIR-327) Changes in r1643577 have removed Site Plugin version requirement

Michael Osipov created MPIR-327:
-----------------------------------

             Summary: 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


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)