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 2014/09/03 08:49:45 UTC

git commit: Disable the validate profile when doning release

Repository: camel
Updated Branches:
  refs/heads/master 3f1786095 -> ff9b96a61


Disable the validate profile when doning release


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ff9b96a6
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ff9b96a6
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ff9b96a6

Branch: refs/heads/master
Commit: ff9b96a61a1a52d72f8f065b50c8bf35e9b88812
Parents: 3f17860
Author: Willem Jiang <wi...@gmail.com>
Authored: Wed Sep 3 06:31:57 2014 +0000
Committer: Willem Jiang <wi...@gmail.com>
Committed: Wed Sep 3 06:32:18 2014 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ff9b96a6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 124c50b..c96453c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
             <useReleaseProfile>false</useReleaseProfile>
             <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>
-            <arguments>-Prelease,enable-schemagen,apt,sourcecheck,validate,hibernate</arguments>
+            <arguments>-Prelease,enable-schemagen,apt,sourcecheck,hibernate</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>