You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/03/26 11:51:47 UTC

svn commit: r1085682 - in /maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus: invoker.properties parentNotAsRef/childNotAsRef/grandChildNotAsRef/pom.xml parentNotAsRef/childNotAsRef/pom.xml parentNotAsRef/pom.xml

Author: ltheussl
Date: Sat Mar 26 10:51:46 2011
New Revision: 1085682

URL: http://svn.apache.org/viewvc?rev=1085682&view=rev
Log:
activate IT with m3

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/parentNotAsRef/childNotAsRef/grandChildNotAsRef/pom.xml
    maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/childNotAsRef/pom.xml
    maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/pom.xml

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=1085682&r1=1085681&r2=1085682&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 Sat Mar 26 10:51:46 2011
@@ -14,20 +14,26 @@
 
   <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>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+              <reportPlugins>
+                <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <reports>
+                  <report>index</report>
+                  <report>summary</report>
+                  <report>scm</report>
+                </reports>
+              </plugin>
+              </reportPlugins>
+            </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
 </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=1085682&r1=1085681&r2=1085682&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 Sat Mar 26 10:51:46 2011
@@ -14,21 +14,26 @@
 
   <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>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+              <reportPlugins>
+                <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <reports>
+                  <report>index</report>
+                  <report>summary</report>
+                </reports>
+              </plugin>
+              </reportPlugins>
+            </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
   <modules>
     <module>grandChildNotAsRef</module>

Modified: maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/pom.xml?rev=1085682&r1=1085681&r2=1085682&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/src/it/inheritedMenus/parentNotAsRef/pom.xml Sat Mar 26 10:51:46 2011
@@ -26,27 +26,22 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>@project.version@</version>
+          <configuration>
+              <reportPlugins>
+                <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.3.1</version>
+                <reports>
+                  <report>index</report>
+                </reports>
+              </plugin>
+              </reportPlugins>
+            </configuration>
         </plugin>
       </plugins>
     </pluginManagement>
   </build>
 
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.3.1</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>index</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-
   <modules>
     <module>childNotAsRef</module>
   </modules>