You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/11/16 18:36:41 UTC

svn commit: r880867 - in /maven/plugin-testing/branches/plugin-testing-mvn-3.x: pom.xml src/site/site.xml

Author: bentmann
Date: Mon Nov 16 17:36:41 2009
New Revision: 880867

URL: http://svn.apache.org/viewvc?rev=880867&view=rev
Log:
o Fixed site generation

Modified:
    maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml
    maven/plugin-testing/branches/plugin-testing-mvn-3.x/src/site/site.xml

Modified: maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml?rev=880867&r1=880866&r2=880867&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml Mon Nov 16 17:36:41 2009
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>14</version>
+    <version>15</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -245,9 +245,27 @@
           <artifactId>maven-remote-resources-plugin</artifactId>
           <version>1.1</version>
         </plugin>        
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
       </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-descriptor</id>
+            <goals>
+              <goal>attach-descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
   </build>
+
   <profiles>
     <profile>
       <id>m2e</id>

Modified: maven/plugin-testing/branches/plugin-testing-mvn-3.x/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x/src/site/site.xml?rev=880867&r1=880866&r2=880867&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-3.x/src/site/site.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-3.x/src/site/site.xml Mon Nov 16 17:36:41 2009
@@ -20,12 +20,6 @@
 -->
 
 <project>
-  <!-- TODO remove when using Maven Parent 11+ -->
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.1</version>
-  </skin>
   <body>
     <breadcrumbs>
       <!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->