You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/30 04:46:17 UTC

svn commit: r438326 - /geronimo/genesis/trunk/config/project-config/pom.xml

Author: jdillon
Date: Tue Aug 29 19:46:16 2006
New Revision: 438326

URL: http://svn.apache.org/viewvc?rev=438326&view=rev
Log:
Use project.build.directory instead of basedir/target

Modified:
    geronimo/genesis/trunk/config/project-config/pom.xml

Modified: geronimo/genesis/trunk/config/project-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/project-config/pom.xml?rev=438326&r1=438325&r2=438326&view=diff
==============================================================================
--- geronimo/genesis/trunk/config/project-config/pom.xml (original)
+++ geronimo/genesis/trunk/config/project-config/pom.xml Tue Aug 29 19:46:16 2006
@@ -221,7 +221,7 @@
                     <configuration>
                         <forkMode>once</forkMode>
                         <argLine>-enableassertions</argLine>
-                        <workingDirectory>${pom.basedir}/target</workingDirectory>
+                        <workingDirectory>${project.build.directory}</workingDirectory>
                         
                         <!-- Override the default, do not accept Test* as test classes -->
                         <excludes>