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/27 18:58:26 UTC

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

Author: spoole
Date: Mon Jul 27 18:58:26 2009
New Revision: 798254

URL: http://svn.apache.org/viewvc?rev=798254&view=rev
Log:
updated api project to produce javadoc at site generation time

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

Modified: incubator/kato/trunk/org.apache.kato/kato.api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.api/pom.xml?rev=798254&r1=798253&r2=798254&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.api/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.api/pom.xml Mon Jul 27 18:58:26 2009
@@ -25,24 +25,14 @@
 	<version>0.0.1-SNAPSHOT</version>
 	<name>JSR 326 API</name>
 	<description>Java classes that define the JSR 326 API</description>
-<build>
-<plugins>
 
+  <reporting>
+    <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-         <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>javadoc</goal>
-            </goals>
-          </execution>
-        </executions>
-        
       </plugin>
+    </plugins>
+  </reporting>
 
-	
-      </plugins>
-</build>	
 </project>
\ No newline at end of file