You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/01/06 00:49:04 UTC

svn commit: r1429433 - in /archiva/redback/redback-components/trunk: spring-cache/pom.xml spring-registry/pom.xml

Author: olamy
Date: Sat Jan  5 23:49:04 2013
New Revision: 1429433

URL: http://svn.apache.org/viewvc?rev=1429433&view=rev
Log:
remove javadoc from sub modules

Modified:
    archiva/redback/redback-components/trunk/spring-cache/pom.xml
    archiva/redback/redback-components/trunk/spring-registry/pom.xml

Modified: archiva/redback/redback-components/trunk/spring-cache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/pom.xml?rev=1429433&r1=1429432&r2=1429433&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/pom.xml Sat Jan  5 23:49:04 2013
@@ -60,26 +60,4 @@
     </dependency>
   </dependencies>
 
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <aggregate>true</aggregate>
-          <!--
-          for doclava with javadoc SNAPSHOT version 2.8.1
-          <additionnalDependencies>
-            <additionnalDependency>
-              <groupId>geronimo-spec</groupId>
-              <artifactId>geronimo-spec-jta</artifactId>
-              <version>1.0.1B-rc4</version>
-            </additionnalDependency>
-          </additionnalDependencies>
-          -->
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-
 </project>

Modified: archiva/redback/redback-components/trunk/spring-registry/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/pom.xml?rev=1429433&r1=1429432&r2=1429433&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-registry/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-registry/pom.xml Sat Jan  5 23:49:04 2013
@@ -131,17 +131,4 @@
     </pluginManagement>
   </build>
 
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <aggregate>true</aggregate>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-
 </project>