Updated Branches: refs/heads/master e9df0bc7d -> 26021d7bb
CRUNCH-107: Don't deploy crunch-dist to repo. Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/26021d7b Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/26021d7b Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/26021d7b Branch: refs/heads/master Commit: 26021d7bbf3cb8f68be4e100b2429c4a8f4b5cca Parents: 9c5749e Author: Matthias Friedrich <[email protected]> Authored: Sun Nov 4 17:13:38 2012 +0100 Committer: Matthias Friedrich <[email protected]> Committed: Wed Nov 7 21:19:25 2012 +0100 ---------------------------------------------------------------------- crunch-dist/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/26021d7b/crunch-dist/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-dist/pom.xml b/crunch-dist/pom.xml index b770685..b1bc34b 100644 --- a/crunch-dist/pom.xml +++ b/crunch-dist/pom.xml @@ -63,6 +63,18 @@ under the License. </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> + <profiles> <profile> <id>apache-release</id>
