Author: fchrist
Date: Fri Feb 24 12:30:56 2012
New Revision: 1293221

URL: http://svn.apache.org/viewvc?rev=1293221&view=rev
Log:
STANBOL-493 Removed license-family config from parent POM as it is better to 
report each license problem so that we can add appropriate NOTICE and LICENSE 
files. Added new excludes for approved licensed files to root POM.

Modified:
    incubator/stanbol/trunk/parent/pom.xml
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1293221&r1=1293220&r2=1293221&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Fri Feb 24 12:30:56 2012
@@ -1875,6 +1875,7 @@
               </execution>
             </executions>
             <configuration>
+              <!--
               <licenses>
                 <license 
implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
                   <licenseFamilyCategory>PublicDomain</licenseFamilyCategory>
@@ -1913,6 +1914,7 @@
                   <familyName>MIT License</familyName>
                 </licenseFamily>
               </licenseFamilies>
+              -->
               <excludes>
                 <exclude>src/license/THIRD-PARTY.properties</exclude>
               </excludes>

Modified: incubator/stanbol/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1293221&r1=1293220&r2=1293221&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Fri Feb 24 12:30:56 2012
@@ -156,7 +156,16 @@
 
                 <!-- approved licenses, see modules' POMs for details -->
                 <exclude>**/src/license/THIRD-PARTY.properties</exclude>
+                
<exclude>commons/web/home/src/main/resources/org/apache/stanbol/commons/web/home/static/scripts/jquery-1.4.2.js</exclude>
                 
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jit.js</exclude>
+                
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/style/jquery-ui-1.8.11.custom.css</exclude>
+                
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-ui-1.8.11.custom.min.js</exclude>
+                
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-1.5.1.min.js</exclude>
+                
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-1.4.2.js</exclude>
+                
<exclude>factstore/factstore/src/main/resources/org/apache/stanbol/factstore/web/static/scripts/json2.js</exclude>
+                
<exclude>ontologymanager/store/web/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/static/scripts/jquery-1.4.2.js</exclude>
+                
<exclude>ontologymanager/web/src/main/resources/org/apache/stanbol/ontologymanager/web/static/scripts/jquery-1.6.1</exclude>
+                
<exclude>rules/web/src/main/resources/org/apache/stanbol/rules/web/static/jquery/jquery-1.6.1</exclude>
                 
<exclude>enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/static/openlayers-2.9/**</exclude>
                 <exclude>commons/owl/**</exclude>
 


Reply via email to