You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/07/21 18:17:20 UTC

git commit: turn rat on by default

Repository: maven-scm
Updated Branches:
  refs/heads/master 1bfa7ea7b -> 1b77b4306


turn rat on by default

Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/1b77b430
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/1b77b430
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/1b77b430

Branch: refs/heads/master
Commit: 1b77b4306e1ec32934ad1273675700835970052d
Parents: 1bfa7ea
Author: Hervé Boutemy <hb...@apache.org>
Authored: Mon Jul 21 18:17:15 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Mon Jul 21 18:17:15 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/1b77b430/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b09b8be..d75aab0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,6 +541,9 @@
 
     <profile>
       <id>rat</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <build>
         <plugins>
           <plugin>