You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by we...@apache.org on 2015/07/02 23:11:22 UTC

incubator-reef git commit: [REEF-442] Make Apache RAT part of the build

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 <mi...@gmail.com>
Authored: Thu Jul 2 13:58:02 2015 -0700
Committer: Markus Weimer <we...@apache.org>
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>