You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2006/04/07 02:24:32 UTC

svn commit: r392133 - /struts/action/trunk/apps/pom.xml

Author: mrdon
Date: Thu Apr  6 17:24:30 2006
New Revision: 392133

URL: http://svn.apache.org/viewcvs?rev=392133&view=rev
Log:
Using absolute path for java source copying

Modified:
    struts/action/trunk/apps/pom.xml

Modified: struts/action/trunk/apps/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392133&r1=392132&r2=392133&view=diff
==============================================================================
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Thu Apr  6 17:24:30 2006
@@ -58,7 +58,7 @@
         <!-- Include source code under WEB-INF/src for example apps -->
         <resource>
            <directory>src/main/java</directory>
-           <targetPath>../${pom.artifactId}/WEB-INF/src/main/java</targetPath>
+           <targetPath>${basedir}/target/${pom.artifactId}/WEB-INF/src/main/java</targetPath>
            <includes>
               <include>**/*.java</include>
               <include>**/*.properties</include>



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