IGNITE-1612
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1dc3936e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1dc3936e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1dc3936e Branch: refs/heads/ignite-1607 Commit: 1dc3936e6a8384e5b5052757d642ae0914be81be Parents: 962fcce Author: Anton Vinogradov <[email protected]> Authored: Thu Oct 15 11:43:41 2015 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Thu Oct 15 11:43:41 2015 +0300 ---------------------------------------------------------------------- modules/apache-license-gen/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/1dc3936e/modules/apache-license-gen/pom.xml ---------------------------------------------------------------------- diff --git a/modules/apache-license-gen/pom.xml b/modules/apache-license-gen/pom.xml index fa6a1e2..5d14f89 100644 --- a/modules/apache-license-gen/pom.xml +++ b/modules/apache-license-gen/pom.xml @@ -40,6 +40,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> + <configuration> + <skip>true</skip> + </configuration> </plugin> </plugins> </build>
