preparation needs the install goal to get the jar into the repo


git-svn-id: https://svn.apache.org/repos/asf/camel/branches/camel-2.7.x@1146114 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index eebcf35..f82ff34 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>