Skip to content

Commit

Permalink
added mkdir to antrun
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-fhe committed Oct 20, 2023
1 parent 5ca6d34 commit 5389a80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ threema-connector/config/variables.yaml_template
threema-connector/config/variables.yaml_complete

# threema SKD
**/threema-msgapi-tool.*
threema-connector/lib/threema-msgapi-tool.*
9 changes: 2 additions & 7 deletions threema-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,9 @@
</goals>
<configuration>
<target>
<mkdir dir="${project.basedir}/lib"/>
<get src="https://gateway.threema.ch/sdk/threema-msgapi-sdk-java-2.0.1.zip"
dest="${project.basedir}/lib/threema-msgapi-tool.zip"/>
<unzip src="${project.basedir}/lib/threema-msgapi-tool.zip"
dest="${project.basedir}/lib"
overwrite="false">
<patternset includes="threema-msgapi-tool.jar"/>
</unzip>

dest="${project.basedir}/lib/threema-msgapi-tool.zip"/>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 5389a80

Please sign in to comment.