Commit 62c0de4 Ondrej Zizka
committed
1 parent 3ad8756 commit 62c0de4 Copy full SHA for 62c0de4
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 190
190
<plugin ><groupId >org.apache.maven.plugins</groupId ><artifactId >maven-dependency-plugin</artifactId ><version >3.8.1</version ></plugin >
191
191
192
192
193
- <!-- One real execution of the tool from outside JUnit. -->
194
193
<plugin >
195
194
<groupId >org.codehaus.mojo</groupId ><artifactId >exec-maven-plugin</artifactId ><version >3.5.0</version >
196
195
<executions >
196
+
197
+ <!-- Run CsvCruncher using `java -jar ...` (outside JUnit). -->
197
198
<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 >
199
200
<configuration >
200
201
<skip >${skipE2E} </skip >
201
202
<executable >java</executable >
213
214
</configuration >
214
215
</execution >
215
216
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. -->
217
218
<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 >
219
220
<configuration >
220
221
<skip >${skipE2E} </skip >
221
222
<executable >sh</executable >
You can’t perform that action at this time.
0 commit comments