ignite-111 yardstick 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/bb291b5b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bb291b5b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/bb291b5b Branch: refs/heads/ignite-57 Commit: bb291b5b69ac09845de5b3cb6076d439da46b813 Parents: 4ffd64e Author: avinogradov <[email protected]> Authored: Wed Feb 4 17:48:34 2015 +0300 Committer: avinogradov <[email protected]> Committed: Wed Feb 4 17:48:34 2015 +0300 ---------------------------------------------------------------------- licence/headercustomisation.xml | 5 ++--- modules/yardstick/pom.xml | 10 ++++++++++ pom.xml | 1 - 3 files changed, 12 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bb291b5b/licence/headercustomisation.xml ---------------------------------------------------------------------- diff --git a/licence/headercustomisation.xml b/licence/headercustomisation.xml index 3e849bb..44283b1 100644 --- a/licence/headercustomisation.xml +++ b/licence/headercustomisation.xml @@ -21,8 +21,7 @@ <javadoc_style> <firstLine>/*</firstLine> <beforeEachLine> * </beforeEachLine> - <endLine> */ -</endLine> + <endLine> */EOL</endLine> <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern> <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern> <allowBlankLines>false</allowBlankLines> @@ -32,7 +31,7 @@ <batch> <firstLine>::</firstLine> <beforeEachLine>:: </beforeEachLine> - <endLine>::</endLine> + <endLine>::EOL</endLine> <firstLineDetectionPattern>[:][:].*$</firstLineDetectionPattern> <lastLineDetectionPattern>"[:][:].*$"</lastLineDetectionPattern> <allowBlankLines>false</allowBlankLines> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bb291b5b/modules/yardstick/pom.xml ---------------------------------------------------------------------- diff --git a/modules/yardstick/pom.xml b/modules/yardstick/pom.xml index 22ce876..15b8f10 100644 --- a/modules/yardstick/pom.xml +++ b/modules/yardstick/pom.xml @@ -100,6 +100,16 @@ <build> <plugins> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <version>2.8</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bb291b5b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5fc8579..34324d8 100644 --- a/pom.xml +++ b/pom.xml @@ -300,7 +300,6 @@ <exclude>**/ipc/shmem/*.sh</exclude> <exclude>**/keystore/generate.sh</exclude> <exclude>**/pom-installed.xml</exclude> - <exclude>**/yardstick/**</exclude> </excludes> </configuration> <executions>
