You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2014/09/30 19:59:06 UTC

[7/9] git commit: RAT plugin not inhertited, to prevent redundant checks.

RAT plugin not inhertited, to prevent redundant checks.


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/6af80fb4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/6af80fb4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/6af80fb4

Branch: refs/heads/master
Commit: 6af80fb4720c74f7af3acbdf45dd7afa7d039717
Parents: e7c4c85
Author: Stephan Ewen <se...@apache.org>
Authored: Mon Sep 29 12:25:30 2014 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Tue Sep 30 18:39:58 2014 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/6af80fb4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 624d9b8..bd3fd69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,6 +440,7 @@ under the License.
 				<groupId>org.apache.rat</groupId>
 				<artifactId>apache-rat-plugin</artifactId>
 				<version>0.10</version><!--$NO-MVN-MAN-VER$-->
+				<inherited>false</inherited>
 				<executions>
 					<execution>
 						<phase>verify</phase>