Repository: incubator-ignite Updated Branches: refs/heads/sprint-2 8c49ff681 -> 42f138a05
# ignite-325 : add separate "rat-check" profile and exclude licenses/* Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a52e700e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a52e700e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a52e700e Branch: refs/heads/sprint-2 Commit: a52e700e57706d69527fff5831fa4ac34adb967e Parents: f9cfec9 Author: Artem Shutak <ashu...@gridgain.com> Authored: Tue Feb 24 22:31:04 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Tue Feb 24 22:31:04 2015 +0300 ---------------------------------------------------------------------- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a52e700e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5a0bd36..8ece35c 100644 --- a/pom.xml +++ b/pom.xml @@ -572,6 +572,32 @@ <profiles> <profile> + <id>rat-check</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <version>0.11</version> + <executions> + <execution> + <phase>verify</phase> + <goals> + <goal>check</goal> + </goals> + <configuration> + <excludes> + <exclude>licenses/*</exclude> + </excludes> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + + <profile> <id>test</id> <build> <plugins>