You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by bd...@apache.org on 2013/01/11 17:11:17 UTC

svn commit: r1432126 - /incubator/devicemap/trunk/openddr/java/pom.xml

Author: bdelacretaz
Date: Fri Jan 11 16:11:17 2013
New Revision: 1432126

URL: http://svn.apache.org/viewvc?rev=1432126&view=rev
Log:
DMAP-16 - rat profile added, to check license headers

Modified:
    incubator/devicemap/trunk/openddr/java/pom.xml

Modified: incubator/devicemap/trunk/openddr/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/openddr/java/pom.xml?rev=1432126&r1=1432125&r2=1432126&view=diff
==============================================================================
--- incubator/devicemap/trunk/openddr/java/pom.xml (original)
+++ incubator/devicemap/trunk/openddr/java/pom.xml Fri Jan 11 16:11:17 2013
@@ -100,4 +100,25 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  
+  <profiles>
+    <profile>
+      <id>rat</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludeSubProjects>false</excludeSubProjects>
+              <excludes></excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>