You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by jw...@apache.org on 2012/09/04 07:37:05 UTC

[3/4] git commit: Remove scrunch assemblies from 'package' phase to keep our deployment source-only, without binary releases

Remove scrunch assemblies from 'package' phase to keep our deployment source-only, without binary releases


Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/2337ebf8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/2337ebf8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/2337ebf8

Branch: refs/heads/apache-crunch-0.3-incubating
Commit: 2337ebf8dc9c2bc87554a97b43e026a6a1c03c22
Parents: 121e191
Author: Josh Wills <jw...@apache.org>
Authored: Sun Sep 2 15:11:46 2012 -0700
Committer: Josh Wills <jw...@apache.org>
Committed: Sun Sep 2 15:11:46 2012 -0700

----------------------------------------------------------------------
 crunch-scrunch/pom.xml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/2337ebf8/crunch-scrunch/pom.xml
----------------------------------------------------------------------
diff --git a/crunch-scrunch/pom.xml b/crunch-scrunch/pom.xml
index 1075df4..1e141cb 100644
--- a/crunch-scrunch/pom.xml
+++ b/crunch-scrunch/pom.xml
@@ -80,7 +80,6 @@ under the License.
         <executions>
           <execution>
             <id>jar-with-dependencies</id>
-            <phase>package</phase>
             <goals>
               <goal>single</goal>
             </goals>
@@ -92,7 +91,6 @@ under the License.
           </execution>
           <execution>
             <id>make-assembly</id>
-            <phase>package</phase>
             <goals>
               <goal>single</goal>
             </goals>