Skip to content

Commit c6cb8d6

Browse files
renovate-botmpkorstanje
authored andcommitted
Update maven-ant-run-plugin to v3
1 parent ea33423 commit c6cb8d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/java-calculator-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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" />

picocontainer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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>

0 commit comments

Comments
 (0)