[webbeans-commits] Webbeans SVN: r2600 - doc/trunk/reference.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Apr 20 09:04:26 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-20 09:04:26 -0400 (Mon, 20 Apr 2009)
New Revision: 2600

Modified:
   doc/trunk/reference/pom.xml
Log:
minor

Modified: doc/trunk/reference/pom.xml
===================================================================
--- doc/trunk/reference/pom.xml	2009-04-20 12:58:16 UTC (rev 2599)
+++ doc/trunk/reference/pom.xml	2009-04-20 13:04:26 UTC (rev 2600)
@@ -117,6 +117,18 @@
             </configuration>
          </plugin>
          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.4</version>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+               <arguments>-Dbuild.translations</arguments>
+            </configuration>
+         </plugin>
+         <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
             <executions>
                <execution>




More information about the weld-commits mailing list