Updated Branches:
  refs/heads/master 493686cba -> 99c866c17

CRUNCH-26: Exclude crunch-test from the list of copied dependencies so mvn 
clean test works properly


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

Branch: refs/heads/master
Commit: 99c866c17be708c8dd6bfd3522f2df481d501592
Parents: 493686c
Author: jwills <[email protected]>
Authored: Sat Jul 28 14:43:48 2012 -0700
Committer: jwills <[email protected]>
Committed: Sat Jul 28 14:43:48 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/99c866c1/crunch/pom.xml
----------------------------------------------------------------------
diff --git a/crunch/pom.xml b/crunch/pom.xml
index d3af75e..8b7b5e7 100644
--- a/crunch/pom.xml
+++ b/crunch/pom.xml
@@ -137,6 +137,7 @@ under the License.
             </goals>
             <configuration>
               <outputDirectory>${project.build.directory}/lib</outputDirectory>
+              <excludeArtifactIds>crunch-test</excludeArtifactIds>
             </configuration>
           </execution>
         </executions>

Reply via email to