You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by kr...@apache.org on 2011/03/18 19:48:24 UTC

svn commit: r1083013 - /maven/surefire/trunk/surefire-setup-integration-tests/pom.xml

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>