Updated Branches: refs/heads/master c38a32bdf -> d49c07a30
CRUNCH-61: Fix broken integration test inclusion in mvn test command Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/d49c07a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/d49c07a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/d49c07a3 Branch: refs/heads/master Commit: d49c07a3042f5ad6fadb76b11eee64cbe13d4fc0 Parents: c38a32b Author: Josh Wills <[email protected]> Authored: Fri Sep 14 03:46:29 2012 -0700 Committer: Josh Wills <[email protected]> Committed: Fri Sep 14 03:46:29 2012 -0700 ---------------------------------------------------------------------- pom.xml | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/d49c07a3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index edc1e0e..792bef0 100644 --- a/pom.xml +++ b/pom.xml @@ -635,9 +635,6 @@ under the License. <version>2.12</version> <configuration> <argLine>-Xmx512m</argLine> - <includes> - <include>**/*IT.java</include> - </includes> </configuration> </plugin> <plugin>
