IGNITE-6751: Skipped upload of "ignite-dev-utils" module to Maven repository. This closes #2926.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5fd13f5d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5fd13f5d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/5fd13f5d Branch: refs/heads/ignite-6748 Commit: 5fd13f5d60923eedbbb67743ed8a834d99529d6b Parents: 6ed872b Author: Oleg Ostanin <[email protected]> Authored: Wed Oct 25 18:48:48 2017 +0300 Committer: devozerov <[email protected]> Committed: Wed Oct 25 18:48:48 2017 +0300 ---------------------------------------------------------------------- modules/dev-utils/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/5fd13f5d/modules/dev-utils/pom.xml ---------------------------------------------------------------------- diff --git a/modules/dev-utils/pom.xml b/modules/dev-utils/pom.xml index 40e58b8..8fc0b68 100644 --- a/modules/dev-utils/pom.xml +++ b/modules/dev-utils/pom.xml @@ -47,4 +47,17 @@ <version>${project.version}</version> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.2</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> </project>
