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 <[email protected]> Authored: Sun Sep 2 15:11:46 2012 -0700 Committer: Josh Wills <[email protected]> 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>
