You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/07/20 06:26:20 UTC

svn commit: r795703 - /incubator/kato/trunk/org.apache.kato/pom.xml

Author: spoole
Date: Mon Jul 20 06:26:20 2009
New Revision: 795703

URL: http://svn.apache.org/viewvc?rev=795703&view=rev
Log:
enabled project level javadoc

Modified:
    incubator/kato/trunk/org.apache.kato/pom.xml

Modified: incubator/kato/trunk/org.apache.kato/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/pom.xml?rev=795703&r1=795702&r2=795703&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/pom.xml Mon Jul 20 06:26:20 2009
@@ -34,4 +34,17 @@
 			</plugin>
 		</plugins>
 	</build>
+	
+	 <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+	
 </project>
\ No newline at end of file