Repository: incubator-ignite Updated Branches: refs/heads/ignite-111 b7d123e59 -> d04d90b91
ignite-111 supported licence check for each module Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d04d90b9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d04d90b9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d04d90b9 Branch: refs/heads/ignite-111 Commit: d04d90b9108348ec19348541a53417df999edba4 Parents: b7d123e Author: Anton Vinogradov <avinogra...@gridgain.com> Authored: Thu Feb 5 11:31:22 2015 +0300 Committer: Anton Vinogradov <avinogra...@gridgain.com> Committed: Thu Feb 5 11:31:22 2015 +0300 ---------------------------------------------------------------------- modules/aop/pom.xml | 13 +++++++++++++ modules/aws/pom.xml | 15 +++++++++++++++ modules/clients/pom.xml | 11 +++++++++++ modules/core/pom.xml | 11 +++++++++++ modules/email/pom.xml | 15 +++++++++++++++ modules/extdata/p2p/pom.xml | 11 +++++++++++ modules/extdata/uri/pom.xml | 11 +++++++++++ modules/geospatial/pom.xml | 15 +++++++++++++++ modules/hadoop/pom.xml | 11 +++++++++++ modules/hibernate/pom.xml | 13 +++++++++++++ modules/indexing/pom.xml | 15 +++++++++++++++ modules/jcl/pom.xml | 15 +++++++++++++++ modules/jdk8-backport/pom.xml | 15 +++++++++++++++ modules/jta/pom.xml | 15 +++++++++++++++ modules/log4j/pom.xml | 15 +++++++++++++++ modules/rest-http/pom.xml | 15 +++++++++++++++ modules/scalar/pom.xml | 11 +++++++++++ modules/schedule/pom.xml | 15 +++++++++++++++ modules/slf4j/pom.xml | 15 +++++++++++++++ modules/spring/pom.xml | 12 ++++++++++++ modules/ssh/pom.xml | 15 +++++++++++++++ modules/tools/pom.xml | 15 +++++++++++++++ modules/urideploy/pom.xml | 15 +++++++++++++++ modules/visor-console/pom.xml | 11 +++++++++++ modules/visor-plugins/pom.xml | 13 +++++++++++++ modules/web/pom.xml | 15 +++++++++++++++ 26 files changed, 353 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/aop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aop/pom.xml b/modules/aop/pom.xml index 9c27483..e9e8ea3 100644 --- a/modules/aop/pom.xml +++ b/modules/aop/pom.xml @@ -101,5 +101,18 @@ </excludes> </testResource> </testResources> + + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/aws/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml index 4a2f388..f003ddd 100644 --- a/modules/aws/pom.xml +++ b/modules/aws/pom.xml @@ -74,4 +74,19 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/clients/pom.xml ---------------------------------------------------------------------- diff --git a/modules/clients/pom.xml b/modules/clients/pom.xml index 0398c50..01a325f 100644 --- a/modules/clients/pom.xml +++ b/modules/clients/pom.xml @@ -96,6 +96,17 @@ <build> <plugins> <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.2</version> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 417a488..30e3da0 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -159,6 +159,17 @@ <plugins> <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.2</version> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/email/pom.xml ---------------------------------------------------------------------- diff --git a/modules/email/pom.xml b/modules/email/pom.xml index 50d03b9..477ddaf 100644 --- a/modules/email/pom.xml +++ b/modules/email/pom.xml @@ -48,4 +48,19 @@ <version>1.5.2</version> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/extdata/p2p/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/p2p/pom.xml b/modules/extdata/p2p/pom.xml index a2f5564..49bcd45 100644 --- a/modules/extdata/p2p/pom.xml +++ b/modules/extdata/p2p/pom.xml @@ -46,6 +46,17 @@ <build> <plugins> <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../../licence/header.txt</header> + </configuration> + </plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <executions> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/extdata/uri/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml index 3b5d128..15c50e6 100644 --- a/modules/extdata/uri/pom.xml +++ b/modules/extdata/uri/pom.xml @@ -67,6 +67,17 @@ <plugins> <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../../licence/header.txt</header> + </configuration> + </plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <executions> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/geospatial/pom.xml ---------------------------------------------------------------------- diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml index 32494c8..a97a513 100644 --- a/modules/geospatial/pom.xml +++ b/modules/geospatial/pom.xml @@ -56,4 +56,19 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index d965e58..fb0c8eb 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -129,6 +129,17 @@ <build> <plugins> <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.2</version> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/hibernate/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hibernate/pom.xml b/modules/hibernate/pom.xml index f9b5a71..a2a7a1a 100644 --- a/modules/hibernate/pom.xml +++ b/modules/hibernate/pom.xml @@ -107,5 +107,18 @@ </excludes> </testResource> </testResources> + + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml index bd807f9..71f1f96 100644 --- a/modules/indexing/pom.xml +++ b/modules/indexing/pom.xml @@ -68,4 +68,19 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/jcl/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jcl/pom.xml b/modules/jcl/pom.xml index fecb864..dc5f16d 100644 --- a/modules/jcl/pom.xml +++ b/modules/jcl/pom.xml @@ -56,4 +56,19 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/jdk8-backport/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jdk8-backport/pom.xml b/modules/jdk8-backport/pom.xml index 5e20be4..51a4f9b 100644 --- a/modules/jdk8-backport/pom.xml +++ b/modules/jdk8-backport/pom.xml @@ -33,4 +33,19 @@ </parent> <artifactId>jdk8-backport</artifactId> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/jta/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jta/pom.xml b/modules/jta/pom.xml index e767b9f..a77fc7a 100644 --- a/modules/jta/pom.xml +++ b/modules/jta/pom.xml @@ -70,4 +70,19 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/log4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/log4j/pom.xml b/modules/log4j/pom.xml index 3c7007b..de7a278 100644 --- a/modules/log4j/pom.xml +++ b/modules/log4j/pom.xml @@ -55,4 +55,19 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/rest-http/pom.xml ---------------------------------------------------------------------- diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml index 5d39818..30f1bb7 100644 --- a/modules/rest-http/pom.xml +++ b/modules/rest-http/pom.xml @@ -115,4 +115,19 @@ <version>1.8.3</version> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/scalar/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml index 70c36a3..7eb6654 100644 --- a/modules/scalar/pom.xml +++ b/modules/scalar/pom.xml @@ -79,6 +79,17 @@ <build> <plugins> <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + + <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> <executions> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/schedule/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schedule/pom.xml b/modules/schedule/pom.xml index dd7f309..51098d4 100644 --- a/modules/schedule/pom.xml +++ b/modules/schedule/pom.xml @@ -56,4 +56,19 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/slf4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/slf4j/pom.xml b/modules/slf4j/pom.xml index 20fad24..3c9e6c7 100644 --- a/modules/slf4j/pom.xml +++ b/modules/slf4j/pom.xml @@ -48,4 +48,19 @@ <version>1.6.4</version> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/spring/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index b102966..7afac23 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -116,5 +116,17 @@ </excludes> </testResource> </testResources> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/ssh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ssh/pom.xml b/modules/ssh/pom.xml index 0f14a14..fe19118 100644 --- a/modules/ssh/pom.xml +++ b/modules/ssh/pom.xml @@ -70,4 +70,19 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/tools/pom.xml ---------------------------------------------------------------------- diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml index ef013b9..b868919 100644 --- a/modules/tools/pom.xml +++ b/modules/tools/pom.xml @@ -54,6 +54,21 @@ </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> + <!-- http://maven.apache.org/general.html#tools-jar-dependency --> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/urideploy/pom.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml index 6e4c50d..ba8fe42 100644 --- a/modules/urideploy/pom.xml +++ b/modules/urideploy/pom.xml @@ -118,4 +118,19 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/visor-console/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml index 3ad2c62..66929ca 100644 --- a/modules/visor-console/pom.xml +++ b/modules/visor-console/pom.xml @@ -118,6 +118,17 @@ <build> <plugins> <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + + <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> <executions> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/visor-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-plugins/pom.xml b/modules/visor-plugins/pom.xml index 3f729e6..c08015c 100644 --- a/modules/visor-plugins/pom.xml +++ b/modules/visor-plugins/pom.xml @@ -74,5 +74,18 @@ </excludes> </resource> </resources> + + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d04d90b9/modules/web/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web/pom.xml b/modules/web/pom.xml index 8fae0a2..aa4bae6 100644 --- a/modules/web/pom.xml +++ b/modules/web/pom.xml @@ -84,4 +84,19 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../../licence/header.txt</header> + </configuration> + </plugin> + </plugins> + </build> </project>