Author: wsmoak
Date: Wed Feb  8 21:12:00 2006
New Revision: 376191

URL: http://svn.apache.org/viewcvs?rev=376191&view=rev
Log:
Include the archetype resources in addition to the license and notice files.  
Thanks to David Geary for identifying this problem!
Update the instructions to suggest 'mvn package' rather than 'mvn war:war' 
which wasn't compiling the classes or filtering web.xml.

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

Modified: struts/sandbox/trunk/archetypes/shale-blank/README.txt
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/shale-blank/README.txt?rev=376191&r1=376190&r2=376191&view=diff
==============================================================================
--- struts/sandbox/trunk/archetypes/shale-blank/README.txt (original)
+++ struts/sandbox/trunk/archetypes/shale-blank/README.txt Wed Feb  8 21:12:00 
2006
@@ -24,7 +24,7 @@
 To build your new webapp:
 
    $ cd projectname
-   $ mvn war:war
+   $ mvn package
 
 
 Prerequisites

Modified: struts/sandbox/trunk/archetypes/shale-blank/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/shale-blank/pom.xml?rev=376191&r1=376190&r2=376191&view=diff
==============================================================================
--- struts/sandbox/trunk/archetypes/shale-blank/pom.xml (original)
+++ struts/sandbox/trunk/archetypes/shale-blank/pom.xml Wed Feb  8 21:12:00 2006
@@ -12,6 +12,9 @@
    <build>
       <resources>
          <resource>
+            <directory>src/main/resources</directory>
+         </resource>
+         <resource>
             <directory>.</directory>
             <includes>
                <include>LICENSE.txt</include>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to