You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jb...@apache.org on 2010/10/10 01:21:41 UTC

svn commit: r1006232 - /tomcat/taglibs/taglibs-parent/trunk/pom.xml

Author: jboynes
Date: Sat Oct  9 23:21:41 2010
New Revision: 1006232

URL: http://svn.apache.org/viewvc?rev=1006232&view=rev
Log:
Configure resource path in parent POM to include LICENSE and NOTICE files in addition to default Maven resource path

Add NOTICE file

Modified:
    tomcat/taglibs/taglibs-parent/trunk/pom.xml

Modified: tomcat/taglibs/taglibs-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/taglibs/taglibs-parent/trunk/pom.xml?rev=1006232&r1=1006231&r2=1006232&view=diff
==============================================================================
--- tomcat/taglibs/taglibs-parent/trunk/pom.xml (original)
+++ tomcat/taglibs/taglibs-parent/trunk/pom.xml Sat Oct  9 23:21:41 2010
@@ -114,8 +114,7 @@
         </includes>
       </resource>
       <resource>
-        <directory>src/main/resources/META-INF</directory>
-        <targetPath>META-INF</targetPath>
+        <directory>src/main/resources</directory>
       </resource>
     </resources>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org