Skip to content

Commit

Permalink
deegree#1324 Change parameter tasks of maven-antrun-plugin to target
Browse files Browse the repository at this point in the history
  • Loading branch information
dstenger committed May 13, 2022
1 parent b7dba0b commit 98365e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deegree-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
<execution>
<phase>package</phase>
<configuration>
<tasks>
<target>
<chmod perm="+x">
<fileset dir="target/appassembler/bin">
<include name="${toolboxname}" />
</fileset>
</chmod>
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down

0 comments on commit 98365e2

Please sign in to comment.