You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/01/30 06:23:24 UTC

svn commit: r373442 - /struts/sandbox/trunk/archetypes/shale-blank/pom.xml

Author: wsmoak
Date: Sun Jan 29 21:23:13 2006
New Revision: 373442

URL: http://svn.apache.org/viewcvs?rev=373442&view=rev
Log:
Include license and notice files in the archetype jar.

Modified:
    struts/sandbox/trunk/archetypes/shale-blank/pom.xml

Modified: struts/sandbox/trunk/archetypes/shale-blank/pom.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/shale-blank/pom.xml?rev=373442&r1=373441&r2=373442&view=diff
==============================================================================
--- struts/sandbox/trunk/archetypes/shale-blank/pom.xml (original)
+++ struts/sandbox/trunk/archetypes/shale-blank/pom.xml Sun Jan 29 21:23:13 2006
@@ -9,5 +9,18 @@
    <packaging>maven-plugin</packaging>
    <name>Shale Blank Archetype</name>
 
+   <build>
+      <resources>
+         <resource>
+            <directory>.</directory>
+            <includes>
+               <include>LICENSE.txt</include>
+               <include>NOTICE.txt</include>
+            </includes>
+            <targetPath>META-INF</targetPath>
+         </resource>
+      </resources>
+   </build>
+
 </project>
    



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