[hibernate-commits] Hibernate SVN: r16624 - validator/trunk/hibernate-validator.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed May 27 08:01:15 EDT 2009


Author: epbernard
Date: 2009-05-27 08:01:15 -0400 (Wed, 27 May 2009)
New Revision: 16624

Modified:
   validator/trunk/hibernate-validator/pom.xml
Log:
add maven CLI

Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml	2009-05-27 09:58:33 UTC (rev 16623)
+++ validator/trunk/hibernate-validator/pom.xml	2009-05-27 12:01:15 UTC (rev 16624)
@@ -232,6 +232,11 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.twdata.maven</groupId>
+                <artifactId>maven-cli-plugin</artifactId>
+                <version>0.6.3.CR3</version>
+            </plugin>
         </plugins>
     </build>
     <reporting>




More information about the hibernate-commits mailing list