Skip to content

Commit

Permalink
cmd for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 15, 2023
1 parent ae36f81 commit c50ac60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions it/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<sequential>
<exec executable="${shell}" dir="@{folder}" failonerror="true" >
<arg value="/c" if:set="isWindows"/>
<arg value="-c" unless:set="isWindows"/>
<arg value="${maven}" />
<arg value="-DskipITs=true" />
<arg value="-Dmaven.javadoc.skip=true" />
Expand Down

0 comments on commit c50ac60

Please sign in to comment.