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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 1 12:14:57 EDT 2010


Author: hardy.ferentschik
Date: 2010-06-01 12:14:56 -0400 (Tue, 01 Jun 2010)
New Revision: 19645

Modified:
   validator/trunk/hibernate-validator/pom.xml
Log:
changed the release plugin config

Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml	2010-06-01 15:54:38 UTC (rev 19644)
+++ validator/trunk/hibernate-validator/pom.xml	2010-06-01 16:14:56 UTC (rev 19645)
@@ -297,7 +297,7 @@
                 <executions>
                     <execution>
                         <id>make-doc</id>
-                        <phase>site</phase>
+                        <phase>deploy</phase>
                         <goals>
                             <goal>resources</goal>
                             <goal>generate</goal>
@@ -319,7 +319,7 @@
                 <executions>
                     <execution>
                         <id>make-assembly</id>
-                        <phase>site</phase>
+                        <phase>deploy</phase>
                         <goals>
                             <goal>assembly</goal>
                         </goals>
@@ -329,11 +329,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <configuration>
-                    <goals>deploy javadoc:javadoc org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:resources
-                        org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:generate assembly:assembly
-                    </goals>
-                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.twdata.maven</groupId>



More information about the hibernate-commits mailing list