Author: dennisl
Date: Sun Sep 23 17:24:34 2012
New Revision: 1389099

URL: http://svn.apache.org/viewvc?rev=1389099&view=rev
Log:
Move configuration for maven-javadoc-plugin to the parent, so that it is used 
when aggregated Javadocs are generated.

Modified:
    creadur/rat/trunk/apache-rat-plugin/pom.xml
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/pom.xml?rev=1389099&r1=1389098&r2=1389099&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/pom.xml Sun Sep 23 17:24:34 2012
@@ -176,15 +176,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <tagletArtifacts>
-            <tagletArtifact>
-              <groupId>org.apache.maven.plugin-tools</groupId>
-              <artifactId>maven-plugin-tools-javadoc</artifactId>
-              <version>2.5.1</version>
-            </tagletArtifact>
-          </tagletArtifacts>
-        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: creadur/rat/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1389099&r1=1389098&r2=1389099&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sun Sep 23 17:24:34 2012
@@ -158,7 +158,15 @@ agnostic home for software distribution 
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.8.1</version>
-        <configuration/>
+        <configuration>
+          <tagletArtifacts>
+            <tagletArtifact>
+              <groupId>org.apache.maven.plugin-tools</groupId>
+              <artifactId>maven-plugin-tools-javadoc</artifactId>
+              <version>2.5.1</version>
+            </tagletArtifact>
+          </tagletArtifacts>
+        </configuration>
         <reportSets>
           <reportSet>
             <id>non-aggregate</id>


Reply via email to