Author: dkulp Date: Wed Jul 13 16:22:22 2011 New Revision: 1146114 URL: http://svn.apache.org/viewvc?rev=1146114&view=rev Log: preparation needs the install goal to get the jar into the repo
Modified: camel/branches/camel-2.7.x/pom.xml Modified: camel/branches/camel-2.7.x/pom.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/pom.xml?rev=1146114&r1=1146113&r2=1146114&view=diff ============================================================================== --- camel/branches/camel-2.7.x/pom.xml (original) +++ camel/branches/camel-2.7.x/pom.xml Wed Jul 13 16:22:22 2011 @@ -210,7 +210,7 @@ <configuration> <!--<tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>--> <!--<useReleaseProfile>false</useReleaseProfile>--> - <!--<preparationGoals>clean install</preparationGoals>--> + <preparationGoals>clean install</preparationGoals> <!--<goals>deploy</goals>--> <arguments>-Papache-release,enable-schemagen,sourcecheck,hibernate-derby</arguments> <autoVersionSubmodules>true</autoVersionSubmodules>