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:48:55 UTC

svn commit: r1429431 - in /archiva/redback/redback-components/trunk: pom.xml redback-components-parent/pom.xml

Author: olamy
Date: Sat Jan  5 23:48:55 2013
New Revision: 1429431

URL: http://svn.apache.org/viewvc?rev=1429431&view=rev
Log:
javadoc only for aggregator pom no: only aggregate on top module

Modified:
    archiva/redback/redback-components/trunk/pom.xml
    archiva/redback/redback-components/trunk/redback-components-parent/pom.xml

Modified: archiva/redback/redback-components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/pom.xml?rev=1429431&r1=1429430&r2=1429431&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/pom.xml (original)
+++ archiva/redback/redback-components/trunk/pom.xml Sat Jan  5 23:48:55 2013
@@ -92,6 +92,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${javadocPluginVersion}</version>
+        <inherited>false</inherited>
         <configuration>
           <notimestamp>true</notimestamp>
           <docletArtifact>

Modified: archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1429431&r1=1429430&r2=1429431&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml (original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Sat Jan  5 23:48:55 2013
@@ -244,61 +244,11 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>${javadocPluginVersion}</version>
-        <configuration>
-          <docletArtifact>
-            <groupId>com.google.doclava</groupId>
-            <artifactId>doclava</artifactId>
-            <version>1.0.5</version>
-          </docletArtifact>
-          <doclet>com.google.doclava.Doclava</doclet>
-          <!--
-            | bootclasspath required by Sun's JVM
-          -->
-          <bootclasspath>${sun.boot.class.path}</bootclasspath>
-          <additionalparam>
-            <!-- comment as produce an NPE
-             -federate JDK http://download.oracle.com/javase/6/docs/api/index.html?
-              -federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml -->
-             -hdf project.name "${project.name}"
-             -d ${project.build.directory}/site/apidocs
-           </additionalparam>
-          <useStandardDocletOptions>false</useStandardDocletOptions>
-          <!--
-            | Apple's JVM sometimes requires more memory
-          -->
-          <additionalJOption>-J-Xmx1024m</additionalJOption>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>javadoc</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>${maven-project-info-reports-plugin.version}</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>${surefireVersion}</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>${checkstyleVersion}</version>
-        <configuration>
-          <configLocation>config/maven_checks.xml</configLocation>
-          <headerLocation>config/maven-header.txt</headerLocation>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
         <version>${jxrVersion}</version>
       </plugin>