You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/11/29 17:11:08 UTC

svn commit: r1415232 - /isis/trunk/framework/pom.xml

Author: danhaywood
Date: Thu Nov 29 16:11:07 2012
New Revision: 1415232

URL: http://svn.apache.org/viewvc?rev=1415232&view=rev
Log:
ISIS-188: fine-tuning how to run rat check

Modified:
    isis/trunk/framework/pom.xml

Modified: isis/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/isis/trunk/framework/pom.xml?rev=1415232&r1=1415231&r2=1415232&view=diff
==============================================================================
--- isis/trunk/framework/pom.xml (original)
+++ isis/trunk/framework/pom.xml Thu Nov 29 16:11:07 2012
@@ -73,7 +73,9 @@
         <compileSource>1.6</compileSource>
         <compileTarget>1.6</compileTarget>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
+        
+        <!-- number of unapproved licenses -->
+		<rat.num>0</rat.num>
         <!-- override in each module (used by locate global resources) -->
         <siteBaseDir>.</siteBaseDir>
 
@@ -870,7 +872,7 @@ archetype includes this explicit depende
                 <configuration>
                     <addDefaultLicenseMatchers>true</addDefaultLicenseMatchers>
                     <excludeSubProjects>true</excludeSubProjects>
-                    <numUnapprovedLicenses>0</numUnapprovedLicenses>
+                    <numUnapprovedLicenses>${rat.num}</numUnapprovedLicenses>
                     <excludes>
                         <exclude>**/*.project</exclude>
                         <exclude>**/.classpath</exclude>