Skip to content

Commit 40a781c

Browse files
committed
Quote the classpath argument
1 parent 4f3703b commit 40a781c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@
672672
</goals>
673673
<configuration>
674674
<executable>${java.home}${file.separator}bin${file.separator}java</executable>
675-
<commandlineArgs>-cp target${file.separator}classes${path.separator}target${file.separator}test-classes${path.separator}${test.classpath} org.openjdk.jmh.Main ${jmh.args}</commandlineArgs>
675+
<commandlineArgs>-cp "target${file.separator}classes${path.separator}target${file.separator}test-classes${path.separator}${test.classpath}" org.openjdk.jmh.Main ${jmh.args}</commandlineArgs>
676676
</configuration>
677677
</execution>
678678
</executions>

0 commit comments

Comments
 (0)