ignite-111 js files support
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b0e31a38 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b0e31a38 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b0e31a38 Branch: refs/heads/ignite-57 Commit: b0e31a3856b4e76e3444aeca5621d001ae704653 Parents: ef38ac2 Author: avinogradov <avinogra...@gridgain.com> Authored: Wed Feb 4 15:07:12 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Wed Feb 4 15:07:12 2015 +0300 ---------------------------------------------------------------------- licence/headercustomisation.xml | 2 +- pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b0e31a38/licence/headercustomisation.xml ---------------------------------------------------------------------- diff --git a/licence/headercustomisation.xml b/licence/headercustomisation.xml index 14b5809..5c6a7eb 100644 --- a/licence/headercustomisation.xml +++ b/licence/headercustomisation.xml @@ -7,7 +7,7 @@ </endLine> <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern> <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern> - <allowBlankLines>true</allowBlankLines> + <allowBlankLines>false</allowBlankLines> <isMultiline>true</isMultiline> <padLines>false</padLines> </javadoc_style> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b0e31a38/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6ad2c0e..a4e0209 100644 --- a/pom.xml +++ b/pom.xml @@ -283,6 +283,7 @@ <inclide>src/**/*.properties</inclide> <include>**/*.sh</include> <include>**/*.bat</include> + <include>**/*.js</include> </includes> <excludes> <exclude>**/com/romix/scala/**</exclude> @@ -301,7 +302,7 @@ <id>check-license</id> <phase>validate</phase> <goals> - <goal>format</goal> + <goal>check</goal> </goals> </execution> </executions>