IGNITE-4353 Parent Cassandra module deployed on maven repository (hotfix: deploy to custom maven repository)
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/49a0b187 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/49a0b187 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/49a0b187 Branch: refs/heads/ignite-4371 Commit: 49a0b1879fbce3879d37c34727f05a11002ecbc3 Parents: c8dbec4 Author: Anton Vinogradov <[email protected]> Authored: Wed Dec 7 14:25:53 2016 +0300 Committer: devozerov <[email protected]> Committed: Thu Dec 15 12:47:58 2016 +0300 ---------------------------------------------------------------------- modules/cassandra/pom.xml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/49a0b187/modules/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/modules/cassandra/pom.xml b/modules/cassandra/pom.xml index f287684..a4f947a 100644 --- a/modules/cassandra/pom.xml +++ b/modules/cassandra/pom.xml @@ -51,18 +51,16 @@ </modules> <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.2</version> - <inherited>false</inherited> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - </plugins> - </pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.2</version> + <inherited>false</inherited> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> </build> </project>
