Author: hboutemy
Date: Tue Jul 19 20:04:59 2011
New Revision: 1148505
URL: http://svn.apache.org/viewvc?rev=1148505&view=rev
Log:
[MSITE-595] removed m-pir-p reports redefinition in child projects that cause
verify failure for other problems than menu inheritance
Removed:
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/invoker.properties
Modified:
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentAsRef/childAsRef/grandChildAsRef/pom.xml
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentAsRef/childAsRef/pom.xml
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/grandChildNotAsRef/pom.xml
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/pom.xml
Modified:
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentAsRef/childAsRef/grandChildAsRef/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentAsRef/childAsRef/grandChildAsRef/pom.xml?rev=1148505&r1=1148504&r2=1148505&view=diff
==============================================================================
---
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentAsRef/childAsRef/grandChildAsRef/pom.xml
(original)
+++
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentAsRef/childAsRef/grandChildAsRef/pom.xml
Tue Jul 19 20:04:59 2011
@@ -14,20 +14,4 @@
<name>Grand Child As Ref</name>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.3.1</version>
- <reportSets>
- <reportSet>
- <reports>
- <report>scm</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
</project>
Modified:
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentAsRef/childAsRef/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentAsRef/childAsRef/pom.xml?rev=1148505&r1=1148504&r2=1148505&view=diff
==============================================================================
---
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentAsRef/childAsRef/pom.xml
(original)
+++
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentAsRef/childAsRef/pom.xml
Tue Jul 19 20:04:59 2011
@@ -14,22 +14,6 @@
<name>Child As Ref</name>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.3.1</version>
- <reportSets>
- <reportSet>
- <reports>
- <report>summary</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
<modules>
<module>grandChildAsRef</module>
</modules>
Modified:
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/grandChildNotAsRef/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/grandChildNotAsRef/pom.xml?rev=1148505&r1=1148504&r2=1148505&view=diff
==============================================================================
---
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/grandChildNotAsRef/pom.xml
(original)
+++
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/grandChildNotAsRef/pom.xml
Tue Jul 19 20:04:59 2011
@@ -14,20 +14,4 @@
<name>GrandChild Not As Ref</name>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.3.1</version>
- <reportSets>
- <reportSet>
- <reports>
- <report>scm</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
</project>
Modified:
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/pom.xml?rev=1148505&r1=1148504&r2=1148505&view=diff
==============================================================================
---
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/pom.xml
(original)
+++
maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/pom.xml
Tue Jul 19 20:04:59 2011
@@ -14,22 +14,6 @@
<name>Child Not As Ref</name>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.3.1</version>
- <reportSets>
- <reportSet>
- <reports>
- <report>summary</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
<modules>
<module>grandChildNotAsRef</module>
</modules>