Author: krosenvold
Date: Fri Mar 18 18:48:24 2011
New Revision: 1083013

URL: http://svn.apache.org/viewvc?rev=1083013&view=rev
Log:
o Removed a $

Modified:
    maven/surefire/trunk/surefire-setup-integration-tests/pom.xml

Modified: maven/surefire/trunk/surefire-setup-integration-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-setup-integration-tests/pom.xml?rev=1083013&r1=1083012&r2=1083013&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-setup-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-setup-integration-tests/pom.xml Fri Mar 18 
18:48:24 2011
@@ -133,7 +133,7 @@
         <artifactId>maven-invoker-plugin</artifactId>
         <version>1.5</version>
         <configuration>
-          
<localRepositoryPath>$${project.build.directory}/it-repo</localRepositoryPath>
+          
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
         </configuration>
         <executions>
           <execution>


Reply via email to