Repository: incubator-reef Updated Branches: refs/heads/master 5b359ca97 -> 6e7ea503b
[REEF-442] Make Apache RAT part of the build JIRA: [REEF-442](https://issues.apache.org/jira/browse/REEF-442) Pull Request: This closes #271 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/6e7ea503 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/6e7ea503 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/6e7ea503 Branch: refs/heads/master Commit: 6e7ea503b23f4df943e799be64166d06e237414e Parents: 5b359ca Author: Mariia Mykhailova <[email protected]> Authored: Thu Jul 2 13:58:02 2015 -0700 Committer: Markus Weimer <[email protected]> Committed: Thu Jul 2 14:09:28 2015 -0700 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/6e7ea503/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9b31c97..cbb4f1a 100644 --- a/pom.xml +++ b/pom.xml @@ -329,6 +329,15 @@ under the License. <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <executions> + <execution> + <id>validate</id> + <phase>validate</phase> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
