Skip to content

Commit

Permalink
Fix ant mvn
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 15, 2023
1 parent 12e0497 commit ae36f81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions it/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
</condition>
<property name="shell" value="cmd" if:set="isWindows" />
<property name="shell" value="bash" unless:set="isWindows" />
<property name="maven" value="mvn" if:set="isWindows" />
<property name="maven" value="/usr/share/maven/bin/mvn" unless:set="isWindows" />
<property name="maven" value="mvn" />
<!-- Reads the project version into a property project.version to later ensure that all artifacts are the tested version -->
<xmlproperty file="../pom.xml" />
<echo>Integration tests, parent pom version: ${project.version}</echo>
Expand Down

0 comments on commit ae36f81

Please sign in to comment.