You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/10/31 20:39:28 UTC

svn commit: r1767367 - /maven/plugins/trunk/maven-invoker-plugin/pom.xml

Author: michaelo
Date: Mon Oct 31 20:39:28 2016
New Revision: 1767367

URL: http://svn.apache.org/viewvc?rev=1767367&view=rev
Log:
[MINVOKER-209] ITs fail (on Windows 10) when working directory contains space

Modified:
    maven/plugins/trunk/maven-invoker-plugin/pom.xml

Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=1767367&r1=1767366&r2=1767367&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Mon Oct 31 20:39:28 2016
@@ -300,7 +300,7 @@ under the License.
                 <postBuildHookScript>verify</postBuildHookScript>
                 <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
                 <settingsFile>src/it/settings.xml</settingsFile>
-                <mavenOpts>-Djava.io.tmpdir=${project.build.directory}</mavenOpts>
+                <mavenOpts>"-Djava.io.tmpdir=${project.build.directory}"</mavenOpts>
                 <goals>
                   <goal>clean</goal>
                   <goal>initialize</goal>