You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2015/12/17 23:12:12 UTC

svn commit: r1720676 - /commons/proper/weaver/trunk/pom.xml

Author: mbenson
Date: Thu Dec 17 22:12:12 2015
New Revision: 1720676

URL: http://svn.apache.org/viewvc?rev=1720676&view=rev
Log:
fix aggregate javadocs for site

Modified:
    commons/proper/weaver/trunk/pom.xml

Modified: commons/proper/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1720676&r1=1720675&r2=1720676&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Thu Dec 17 22:12:12 2015
@@ -299,6 +299,14 @@ under the License.
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <inherited>false</inherited>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
 
@@ -324,20 +332,6 @@ under the License.
           </plugin>
         </plugins>
       </build>
-    </profile>
-    <profile>
-      <id>site</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <configuration>
-              <aggregate>true</aggregate>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
     </profile>
   </profiles>