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/08/14 01:19:39 UTC

[1/2] git commit: CRUNCH-41: Exclude the crunch dependency from the copy-dependencies call for crunch-hbase so mvn clean test will run

Updated Branches:
  refs/heads/master 7ab0da94e -> 6a66e1794


CRUNCH-41: Exclude the crunch dependency from the copy-dependencies call for crunch-hbase so mvn clean test will run


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

Branch: refs/heads/master
Commit: 6a66e17944be7db94515ddaba53854b9497714be
Parents: a8691d0
Author: jwills <jw...@apache.org>
Authored: Mon Aug 13 16:17:32 2012 -0700
Committer: jwills <jw...@apache.org>
Committed: Mon Aug 13 16:17:32 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/6a66e179/crunch-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/crunch-hbase/pom.xml b/crunch-hbase/pom.xml
index 9ed06d0..e79c26a 100644
--- a/crunch-hbase/pom.xml
+++ b/crunch-hbase/pom.xml
@@ -83,7 +83,7 @@ under the License.
             </goals>
             <configuration>
               <outputDirectory>${project.build.directory}/lib</outputDirectory>
-              <excludeArtifactIds>crunch-test</excludeArtifactIds>
+              <excludeArtifactIds>crunch,crunch-test</excludeArtifactIds>
             </configuration>
           </execution>
         </executions>