Repository: deltaspike Updated Branches: refs/heads/master cc0da5e37 -> d858893cf
DELTASPIKE-1007 skip deployment for test-module Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/d858893c Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/d858893c Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/d858893c Branch: refs/heads/master Commit: d858893cfd8e32c45ea747eaf3938b9fdd37a83a Parents: cc0da5e Author: gpetracek <[email protected]> Authored: Mon Dec 21 10:36:14 2015 +0100 Committer: gpetracek <[email protected]> Committed: Mon Dec 21 10:56:38 2015 +0100 ---------------------------------------------------------------------- deltaspike/modules/data/test-ee7/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/d858893c/deltaspike/modules/data/test-ee7/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/test-ee7/pom.xml b/deltaspike/modules/data/test-ee7/pom.xml index cc217d5..0afb336 100644 --- a/deltaspike/modules/data/test-ee7/pom.xml +++ b/deltaspike/modules/data/test-ee7/pom.xml @@ -31,6 +31,10 @@ <name>Apache DeltaSpike Data-Module Tests on Java EE 7</name> + <properties> + <deploy.skip>true</deploy.skip> + </properties> + <build> <pluginManagement> <plugins> @@ -45,6 +49,14 @@ </pluginManagement> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>${deploy.skip}</skip> <!-- we don't deploy our test-modules upstream --> + </configuration> + </plugin> + + <plugin> <groupId>org.bsc.maven</groupId> <artifactId>maven-processor-plugin</artifactId> <version>2.0.7</version>
