Author: ningjiang Date: Wed Nov 16 08:13:19 2011 New Revision: 1202575 URL: http://svn.apache.org/viewvc?rev=1202575&view=rev Log: Added validate profile into the release pulgin
Modified: camel/branches/camel-2.8.x/pom.xml Modified: camel/branches/camel-2.8.x/pom.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/pom.xml?rev=1202575&r1=1202574&r2=1202575&view=diff ============================================================================== --- camel/branches/camel-2.8.x/pom.xml (original) +++ camel/branches/camel-2.8.x/pom.xml Wed Nov 16 08:13:19 2011 @@ -213,7 +213,7 @@ <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals> - <arguments>-Papache-release,enable-schemagen,sourcecheck,hibernate-derby</arguments> + <arguments>-Papache-release,enable-schemagen,sourcecheck,validate,hibernate-derby</arguments> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin>