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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Mar 9 10:53:01 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-09 10:53:01 -0400 (Mon, 09 Mar 2009)
New Revision: 1874

Modified:
   doc/trunk/reference/pom.xml
Log:
make release do translations

Modified: doc/trunk/reference/pom.xml
===================================================================
--- doc/trunk/reference/pom.xml	2009-03-09 14:48:24 UTC (rev 1873)
+++ doc/trunk/reference/pom.xml	2009-03-09 14:53:01 UTC (rev 1874)
@@ -135,6 +135,13 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-enforcer-plugin</artifactId>
          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+               <arguments>-Dbuild.translations</arguments>
+            </configuration>
+         </plugin>
       </plugins>
       <pluginManagement>
          <plugins>




More information about the weld-commits mailing list