You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2011/11/16 09:07:41 UTC

svn commit: r1202572 - /camel/trunk/pom.xml

Author: ningjiang
Date: Wed Nov 16 08:07:41 2011
New Revision: 1202572

URL: http://svn.apache.org/viewvc?rev=1202572&view=rev
Log:
Add validate profile into the release plugin

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1202572&r1=1202571&r2=1202572&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Wed Nov 16 08:07:41 2011
@@ -209,11 +209,11 @@
           <artifactId>maven-release-plugin</artifactId>
           <version>2.0</version>
           <configuration>
-            <!--<tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>-->
-            <!--<useReleaseProfile>false</useReleaseProfile>-->
-            <!--<preparationGoals>clean install</preparationGoals>-->
-            <!--<goals>deploy</goals>-->
-            <arguments>-Papache-release,enable-schemagen,sourcecheck,hibernate-derby</arguments>
+            <tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>
+            <useReleaseProfile>false</useReleaseProfile>
+            <preparationGoals>clean install</preparationGoals>
+            <goals>deploy</goals>
+            <arguments>-Papache-release,enable-schemagen,sourcecheck,validate,hibernate-derby</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>