We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a781c commit 2871dd1Copy full SHA for 2871dd1
pom.xml
@@ -671,8 +671,11 @@
671
<goal>exec</goal>
672
</goals>
673
<configuration>
674
+ <environmentVariables>
675
+ <CLASSPATH>target${file.separator}classes${path.separator}target${file.separator}test-classes${path.separator}${test.classpath}</CLASSPATH>
676
+ </environmentVariables>
677
<executable>${java.home}${file.separator}bin${file.separator}java</executable>
- <commandlineArgs>-cp "target${file.separator}classes${path.separator}target${file.separator}test-classes${path.separator}${test.classpath}" org.openjdk.jmh.Main ${jmh.args}</commandlineArgs>
678
+ <commandlineArgs>org.openjdk.jmh.Main ${jmh.args}</commandlineArgs>
679
</configuration>
680
</execution>
681
</executions>
0 commit comments