You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by lg...@apache.org on 2006/08/17 16:59:23 UTC

svn commit: r432257 - /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/src/main/resources/archetype-resources/pom.xml

Author: lgawron
Date: Thu Aug 17 07:59:22 2006
New Revision: 432257

URL: http://svn.apache.org/viewvc?rev=432257&view=rev
Log:
archetype should not define artifact finalName, part II

Modified:
    cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/src/main/resources/archetype-resources/pom.xml

Modified: cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/src/main/resources/archetype-resources/pom.xml?rev=432257&r1=432256&r2=432257&view=diff
==============================================================================
--- cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/src/main/resources/archetype-resources/pom.xml (original)
+++ cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/src/main/resources/archetype-resources/pom.xml Thu Aug 17 07:59:22 2006
@@ -46,7 +46,8 @@
               <maxIdleTime>30000</maxIdleTime>
             </connector>
           </connectors>
-          <webAppSourceDirectory>target/${artifactId}</webAppSourceDirectory>
+          <!-- TODO escape dollar signs so this doesn't have to be changed with every artifact version -->
+          <webAppSourceDirectory>target/${artifactId}-${version}</webAppSourceDirectory>
           <contextPath>/</contextPath>
         </configuration>
       </plugin>