You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/01/09 16:28:25 UTC

svn commit: r1556835 - /jena/trunk/jena-jdbc/pom.xml

Author: andy
Date: Thu Jan  9 15:28:24 2014
New Revision: 1556835

URL: http://svn.apache.org/r1556835
Log:
Add LICENSE and NOTICE to excluded files for maven-license-plugin

Modified:
    jena/trunk/jena-jdbc/pom.xml

Modified: jena/trunk/jena-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-jdbc/pom.xml?rev=1556835&r1=1556834&r2=1556835&view=diff
==============================================================================
--- jena/trunk/jena-jdbc/pom.xml (original)
+++ jena/trunk/jena-jdbc/pom.xml Thu Jan  9 15:28:24 2014
@@ -99,6 +99,8 @@
 					<excludes>
 						<exclude>**/*.xml</exclude>
 						<exclude>**/*.properties</exclude>
+						<exclude>**/LICENSE</exclude>
+						<exclude>**/NOTICE</exclude>
 					</excludes>
 					<useDefaultMapping>true</useDefaultMapping>
 					<strictCheck>true</strictCheck>