Skip to content

Commit 62c0de4

Browse files
author
Ondrej Zizka
committed
POM: Tidy up
1 parent 3ad8756 commit 62c0de4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,13 @@
190190
<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-dependency-plugin</artifactId><version>3.8.1</version></plugin>
191191

192192

193-
<!-- One real execution of the tool from outside JUnit. -->
194193
<plugin>
195194
<groupId>org.codehaus.mojo</groupId><artifactId>exec-maven-plugin</artifactId><version>3.5.0</version>
196195
<executions>
196+
197+
<!-- Run CsvCruncher using `java -jar ...` (outside JUnit). -->
197198
<execution>
198-
<id>testCrunch-simple</id><phase>integration-test</phase><goals><goal>exec</goal></goals>
199+
<id>testCrunch-jar</id><phase>integration-test</phase><goals><goal>exec</goal></goals>
199200
<configuration>
200201
<skip>${skipE2E}</skip>
201202
<executable>java</executable>
@@ -213,9 +214,9 @@
213214
</configuration>
214215
</execution>
215216

216-
<!-- Run CsvCruncher from the -dist.zip (extracted above) through the script. -->
217+
<!-- Run CsvCruncher from the -dist.zip (extracted by Ant) through the script. -->
217218
<execution>
218-
<id>testCrunch-dist</id><phase>verify</phase><goals><goal>exec</goal></goals>
219+
<id>testCrunch-dist</id><phase>integration-test</phase><goals><goal>exec</goal></goals>
219220
<configuration>
220221
<skip>${skipE2E}</skip>
221222
<executable>sh</executable>

0 commit comments

Comments
 (0)