You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2014/08/13 17:27:49 UTC

git commit: Update to get the setup.eclipse target working again

Repository: camel
Updated Branches:
  refs/heads/master 25740b0e4 -> c631bc624


Update to get the setup.eclipse target working again


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

Branch: refs/heads/master
Commit: c631bc6241a8e8a0757e69bc7ccdeda96565d90f
Parents: 25740b0
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Aug 13 11:19:24 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Aug 13 11:27:14 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/camel/blob/c631bc62/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f9c757c..78fe4fd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -245,9 +245,10 @@
         files for modules -->
       <properties>
         <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
+        <maven.test.skip.exec>true</maven.test.skip.exec>
       </properties>
       <build>
-        <defaultGoal>process-test-sources</defaultGoal>
+        <defaultGoal>package</defaultGoal>
         <pluginManagement>
           <plugins>
             <plugin>