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/02/09 06:12:02 UTC

svn commit: r376191 - in /struts/sandbox/trunk/archetypes/shale-blank: README.txt pom.xml

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org