You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ga...@apache.org on 2016/02/22 21:27:24 UTC

svn commit: r1731736 - /xmlgraphics/commons/branches/maven/pom.xml

Author: gadams
Date: Mon Feb 22 20:27:24 2016
New Revision: 1731736

URL: http://svn.apache.org/viewvc?rev=1731736&view=rev
Log:
Ensure LICENSE and NOTICE are included in JAR artifact's META-INF.

Modified:
    xmlgraphics/commons/branches/maven/pom.xml

Modified: xmlgraphics/commons/branches/maven/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/maven/pom.xml?rev=1731736&r1=1731735&r2=1731736&view=diff
==============================================================================
--- xmlgraphics/commons/branches/maven/pom.xml (original)
+++ xmlgraphics/commons/branches/maven/pom.xml Mon Feb 22 20:27:24 2016
@@ -124,6 +124,19 @@
         </configuration>
       </plugin>
     </plugins>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+      </resource>
+      <resource>
+        <directory>${basedir}</directory>
+        <includes>
+          <include>LICENSE</include>
+          <include>NOTICE</include>
+        </includes>
+        <targetPath>META-INF</targetPath>
+      </resource>
+    </resources>
     <testResources>
       <testResource>
         <!-- TBD - move following *.{png,tiff,txt,xmp} into test/resources, then remove these rules -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org