File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/java-calculator-junit5 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 <goal >run</goal >
6363 </goals >
6464 <configuration >
65- <target >
65+ <target unless = " maven.test.skip " >
6666 <echo message =" Running JUnit Platform CLI" />
6767 <java classname =" org.junit.platform.console.ConsoleLauncher" fork =" true" failonerror =" true" newenvironment =" true" maxmemory =" 512m" classpathref =" maven.test.classpath" >
6868 <arg value =" --include-engine" />
Original file line number Diff line number Diff line change 6565 <goal >run</goal >
6666 </goals >
6767 <configuration >
68- <target >
68+ <target unless = " maven.test.skip " >
6969 <echo message =" Running CLI test for picocontainer" />
7070 <java classname =" io.cucumber.core.cli.Main" fork =" true" failonerror =" true" newenvironment =" true" maxmemory =" 512m" classpathref =" maven.test.classpath" >
7171 </java >
You can’t perform that action at this time.
0 commit comments