Skip deploy (modules that should not go to central) independent from -Pall-modules.
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/be71996a Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/be71996a Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/be71996a Branch: refs/heads/release-3.3 Commit: be71996a07bed63140c58dc4635558af43985870 Parents: fa7402e Author: Thomas Weise <[email protected]> Authored: Wed Jan 13 10:10:29 2016 -0800 Committer: Thomas Weise <[email protected]> Committed: Sat Feb 20 00:16:38 2016 -0800 ---------------------------------------------------------------------- apps/logstream/pom.xml | 2 +- benchmark/pom.xml | 2 +- library/pom.xml | 1 - samples/pom.xml | 4 ++++ 4 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/be71996a/apps/logstream/pom.xml ---------------------------------------------------------------------- diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml index 3e79d75..2eb8f47 100644 --- a/apps/logstream/pom.xml +++ b/apps/logstream/pom.xml @@ -32,7 +32,7 @@ <packaging>jar</packaging> <properties> - <maven.deploy.skip>false</maven.deploy.skip> + <maven.deploy.skip>true</maven.deploy.skip> <skipTests>false</skipTests> <semver.plugin.skip>true</semver.plugin.skip> </properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/be71996a/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 4fde9cc..318b865 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -37,7 +37,7 @@ <properties> <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath> - <maven.deploy.skip>false</maven.deploy.skip> + <maven.deploy.skip>true</maven.deploy.skip> <skipTests>true</skipTests> <semver.plugin.skip>true</semver.plugin.skip> </properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/be71996a/library/pom.xml ---------------------------------------------------------------------- diff --git a/library/pom.xml b/library/pom.xml index 2957175..7a568ed 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -35,7 +35,6 @@ <name>Apache Apex Malhar (incubating) Library</name> <properties> - <maven.deploy.skip>false</maven.deploy.skip> </properties> <build> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/be71996a/samples/pom.xml ---------------------------------------------------------------------- diff --git a/samples/pom.xml b/samples/pom.xml index 8edfe5e..6e6ff9d 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -34,6 +34,10 @@ <name>Apache Apex Malhar (incubating) Samples</name> + <properties> + <maven.deploy.skip>true</maven.deploy.skip> + </properties> + <dependencies> <dependency> <groupId>${project.groupId}</groupId>
