Added the include clause for the integration-test profile.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/c668700e Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/c668700e Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/c668700e Branch: refs/heads/0.2-dev-removing-old-thrift Commit: c668700eb2058fbcfd5933a83a333e7b30cdd924 Parents: b78fdb6 Author: Aaron McCurry <[email protected]> Authored: Thu Nov 8 21:14:27 2012 -0500 Committer: Aaron McCurry <[email protected]> Committed: Thu Nov 8 21:14:27 2012 -0500 ---------------------------------------------------------------------- src/pom.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/c668700e/src/pom.xml ---------------------------------------------------------------------- diff --git a/src/pom.xml b/src/pom.xml index 5f97eb3..a40804b 100644 --- a/src/pom.xml +++ b/src/pom.xml @@ -140,8 +140,12 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <!-- Disable unit tests --> - <skip>true</skip> + <includes> + <include>**/IT*.java</include> + </includes> + <systemPropertyVariables> + <blur.tmp.dir>${project.build.directory}/tmp</blur.tmp.dir> + </systemPropertyVariables> </configuration> </plugin> <plugin>
