ignite-111 minor fix
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/03665527 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/03665527 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/03665527 Branch: refs/heads/ignite-111 Commit: 036655278193e5036525e613b83875e96471161f Parents: 349d067 Author: avinogradov <avinogra...@gridgain.com> Authored: Fri Feb 6 14:39:07 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Fri Feb 6 14:39:07 2015 +0300 ---------------------------------------------------------------------- examples/pom.xml | 4 +- licence/header.txt | 14 ------ licence/headercustomisation.xml | 51 -------------------- license/header-customisation.xml | 51 ++++++++++++++++++++ license/header.txt | 14 ++++++ modules/aop/pom.xml | 4 +- modules/aws/pom.xml | 4 +- modules/clients/pom.xml | 4 +- modules/core/pom.xml | 4 +- .../optimized-classnames.previous.properties | 17 ------- .../optimized/optimized-classnames.properties | 17 ------- modules/email/pom.xml | 4 +- modules/extdata/p2p/pom.xml | 4 +- modules/extdata/uri/pom.xml | 4 +- modules/geospatial/pom.xml | 4 +- modules/hadoop/pom.xml | 4 +- modules/hibernate/pom.xml | 4 +- modules/indexing/pom.xml | 4 +- modules/jcl/pom.xml | 4 +- modules/jdk8-backport/pom.xml | 4 +- modules/jta/pom.xml | 4 +- modules/log4j/pom.xml | 4 +- modules/rest-http/pom.xml | 4 +- modules/scalar/pom.xml | 4 +- modules/schedule/pom.xml | 4 +- modules/slf4j/pom.xml | 4 +- modules/spring/pom.xml | 4 +- modules/ssh/pom.xml | 4 +- modules/tools/pom.xml | 4 +- modules/urideploy/pom.xml | 4 +- modules/visor-console/pom.xml | 4 +- modules/visor-plugins/pom.xml | 4 +- modules/web/pom.xml | 4 +- pom.xml | 5 +- 34 files changed, 122 insertions(+), 155 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index d8f9343..04a0b0e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -201,9 +201,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../licence/header.txt</header> + <header>../license/header.txt</header> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/licence/header.txt ---------------------------------------------------------------------- diff --git a/licence/header.txt b/licence/header.txt deleted file mode 100644 index a9ac967..0000000 --- a/licence/header.txt +++ /dev/null @@ -1,14 +0,0 @@ -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to You under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/licence/headercustomisation.xml ---------------------------------------------------------------------- diff --git a/licence/headercustomisation.xml b/licence/headercustomisation.xml deleted file mode 100644 index 44283b1..0000000 --- a/licence/headercustomisation.xml +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<additionalHeaders> - <javadoc_style> - <firstLine>/*</firstLine> - <beforeEachLine> * </beforeEachLine> - <endLine> */EOL</endLine> - <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern> - <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern> - <allowBlankLines>false</allowBlankLines> - <isMultiline>true</isMultiline> - <padLines>false</padLines> - </javadoc_style> - <batch> - <firstLine>::</firstLine> - <beforeEachLine>:: </beforeEachLine> - <endLine>::EOL</endLine> - <firstLineDetectionPattern>[:][:].*$</firstLineDetectionPattern> - <lastLineDetectionPattern>"[:][:].*$"</lastLineDetectionPattern> - <allowBlankLines>false</allowBlankLines> - <isMultiline>true</isMultiline> - <padLines>false</padLines> - </batch> - <xml_style> - <firstLine><![CDATA[<!--]]></firstLine> - <beforeEachLine><![CDATA[ ]]></beforeEachLine> - <endLine><![CDATA[-->EOL]]></endLine> - <firstLineDetectionPattern><![CDATA[<!--.*$]]></firstLineDetectionPattern> - <lastLineDetectionPattern><![CDATA[.*-->(\\s|\\t)*$]]></lastLineDetectionPattern> - <allowBlankLines>false</allowBlankLines> - <isMultiline>true</isMultiline> - <padLines>false</padLines> - </xml_style> -</additionalHeaders> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/license/header-customisation.xml ---------------------------------------------------------------------- diff --git a/license/header-customisation.xml b/license/header-customisation.xml new file mode 100644 index 0000000..44283b1 --- /dev/null +++ b/license/header-customisation.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<additionalHeaders> + <javadoc_style> + <firstLine>/*</firstLine> + <beforeEachLine> * </beforeEachLine> + <endLine> */EOL</endLine> + <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern> + <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern> + <allowBlankLines>false</allowBlankLines> + <isMultiline>true</isMultiline> + <padLines>false</padLines> + </javadoc_style> + <batch> + <firstLine>::</firstLine> + <beforeEachLine>:: </beforeEachLine> + <endLine>::EOL</endLine> + <firstLineDetectionPattern>[:][:].*$</firstLineDetectionPattern> + <lastLineDetectionPattern>"[:][:].*$"</lastLineDetectionPattern> + <allowBlankLines>false</allowBlankLines> + <isMultiline>true</isMultiline> + <padLines>false</padLines> + </batch> + <xml_style> + <firstLine><![CDATA[<!--]]></firstLine> + <beforeEachLine><![CDATA[ ]]></beforeEachLine> + <endLine><![CDATA[-->EOL]]></endLine> + <firstLineDetectionPattern><![CDATA[<!--.*$]]></firstLineDetectionPattern> + <lastLineDetectionPattern><![CDATA[.*-->(\\s|\\t)*$]]></lastLineDetectionPattern> + <allowBlankLines>false</allowBlankLines> + <isMultiline>true</isMultiline> + <padLines>false</padLines> + </xml_style> +</additionalHeaders> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/license/header.txt ---------------------------------------------------------------------- diff --git a/license/header.txt b/license/header.txt new file mode 100644 index 0000000..a9ac967 --- /dev/null +++ b/license/header.txt @@ -0,0 +1,14 @@ +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/aop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aop/pom.xml b/modules/aop/pom.xml index e9e8ea3..bbcbd6e 100644 --- a/modules/aop/pom.xml +++ b/modules/aop/pom.xml @@ -108,9 +108,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/aws/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml index f003ddd..9b5da94 100644 --- a/modules/aws/pom.xml +++ b/modules/aws/pom.xml @@ -82,9 +82,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/clients/pom.xml ---------------------------------------------------------------------- diff --git a/modules/clients/pom.xml b/modules/clients/pom.xml index 01a325f..3e317bb 100644 --- a/modules/clients/pom.xml +++ b/modules/clients/pom.xml @@ -100,9 +100,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 30e3da0..bd50894 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -163,9 +163,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.previous.properties ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.previous.properties b/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.previous.properties index e5f405e..e69de29 100644 --- a/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.previous.properties +++ b/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.previous.properties @@ -1,17 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.properties ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.properties b/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.properties index e5f405e..e69de29 100644 --- a/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.properties +++ b/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.properties @@ -1,17 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/email/pom.xml ---------------------------------------------------------------------- diff --git a/modules/email/pom.xml b/modules/email/pom.xml index 477ddaf..3db8f3f 100644 --- a/modules/email/pom.xml +++ b/modules/email/pom.xml @@ -56,9 +56,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/extdata/p2p/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/p2p/pom.xml b/modules/extdata/p2p/pom.xml index 49bcd45..03c6a62 100644 --- a/modules/extdata/p2p/pom.xml +++ b/modules/extdata/p2p/pom.xml @@ -50,9 +50,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../../licence/header.txt</header> + <header>../../../license/header.txt</header> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/extdata/uri/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml index 15c50e6..35aaaa0 100644 --- a/modules/extdata/uri/pom.xml +++ b/modules/extdata/uri/pom.xml @@ -71,9 +71,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../../licence/header.txt</header> + <header>../../../license/header.txt</header> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/geospatial/pom.xml ---------------------------------------------------------------------- diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml index a97a513..3f8b9ec 100644 --- a/modules/geospatial/pom.xml +++ b/modules/geospatial/pom.xml @@ -64,9 +64,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index fb0c8eb..6764fec 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -133,9 +133,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/hibernate/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hibernate/pom.xml b/modules/hibernate/pom.xml index a2a7a1a..12136a6 100644 --- a/modules/hibernate/pom.xml +++ b/modules/hibernate/pom.xml @@ -114,9 +114,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml index 71f1f96..75930e8 100644 --- a/modules/indexing/pom.xml +++ b/modules/indexing/pom.xml @@ -76,9 +76,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/jcl/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jcl/pom.xml b/modules/jcl/pom.xml index dc5f16d..5d4f56c 100644 --- a/modules/jcl/pom.xml +++ b/modules/jcl/pom.xml @@ -64,9 +64,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/jdk8-backport/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jdk8-backport/pom.xml b/modules/jdk8-backport/pom.xml index 51a4f9b..33f65ad 100644 --- a/modules/jdk8-backport/pom.xml +++ b/modules/jdk8-backport/pom.xml @@ -41,9 +41,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/jta/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jta/pom.xml b/modules/jta/pom.xml index a77fc7a..dc12a66 100644 --- a/modules/jta/pom.xml +++ b/modules/jta/pom.xml @@ -78,9 +78,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/log4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/log4j/pom.xml b/modules/log4j/pom.xml index de7a278..09ed713 100644 --- a/modules/log4j/pom.xml +++ b/modules/log4j/pom.xml @@ -63,9 +63,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/rest-http/pom.xml ---------------------------------------------------------------------- diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml index 30f1bb7..2ab6f0f 100644 --- a/modules/rest-http/pom.xml +++ b/modules/rest-http/pom.xml @@ -123,9 +123,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/scalar/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml index 7eb6654..9cac4d3 100644 --- a/modules/scalar/pom.xml +++ b/modules/scalar/pom.xml @@ -83,9 +83,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/schedule/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schedule/pom.xml b/modules/schedule/pom.xml index 51098d4..ffae92b 100644 --- a/modules/schedule/pom.xml +++ b/modules/schedule/pom.xml @@ -64,9 +64,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/slf4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/slf4j/pom.xml b/modules/slf4j/pom.xml index 3c9e6c7..2942583 100644 --- a/modules/slf4j/pom.xml +++ b/modules/slf4j/pom.xml @@ -56,9 +56,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/spring/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index 7afac23..53a3ef4 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -122,9 +122,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/ssh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ssh/pom.xml b/modules/ssh/pom.xml index fe19118..68dc572 100644 --- a/modules/ssh/pom.xml +++ b/modules/ssh/pom.xml @@ -78,9 +78,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/tools/pom.xml ---------------------------------------------------------------------- diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml index b868919..ca30996 100644 --- a/modules/tools/pom.xml +++ b/modules/tools/pom.xml @@ -61,9 +61,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/urideploy/pom.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml index ba8fe42..acdb77e 100644 --- a/modules/urideploy/pom.xml +++ b/modules/urideploy/pom.xml @@ -126,9 +126,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/visor-console/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml index 66929ca..894c8ab 100644 --- a/modules/visor-console/pom.xml +++ b/modules/visor-console/pom.xml @@ -122,9 +122,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/visor-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-plugins/pom.xml b/modules/visor-plugins/pom.xml index c08015c..3a32d61 100644 --- a/modules/visor-plugins/pom.xml +++ b/modules/visor-plugins/pom.xml @@ -81,9 +81,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/modules/web/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web/pom.xml b/modules/web/pom.xml index aa4bae6..4eefff3 100644 --- a/modules/web/pom.xml +++ b/modules/web/pom.xml @@ -92,9 +92,9 @@ <artifactId>license-maven-plugin</artifactId> <configuration> <headerDefinitions> - <headerDefinition>../../licence/headercustomisation.xml</headerDefinition> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>../../licence/header.txt</header> + <header>../../license/header.txt</header> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/03665527/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2d13136..e2c670a 100644 --- a/pom.xml +++ b/pom.xml @@ -271,9 +271,9 @@ <scala>JAVADOC_STYLE</scala> </mapping> <headerDefinitions> - <headerDefinition>licence/headercustomisation.xml</headerDefinition> + <headerDefinition>license/header-customisation.xml</headerDefinition> </headerDefinitions> - <header>licence/header.txt</header> + <header>license/header.txt</header> <properties> <inceptionYear>2014</inceptionYear> </properties> @@ -304,6 +304,7 @@ <exclude>**/ipc/shmem/*.sh</exclude> <exclude>**/keystore/generate.sh</exclude> <exclude>**/pom-installed.xml</exclude> + <exclude>**/optimized-classnames*.properties</exclude> </excludes> </configuration> <executions>