Skip to content

Commit eb12d3c

Browse files
Issue #40 - fix maven-antrun-plugin build failure
Signed-off-by: Lachlan Roberts <[email protected]>
1 parent 8fd685d commit eb12d3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdk_assembly/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,9 @@
276276
<configuration>
277277
<target>
278278
<chmod dir="${assembly-directory}/bin" perm="755" includes="**/*.sh" />
279-
</target>
280-
<tasks>
281279
<delete file="${assembly-directory}/jetty94/jetty-home/lib/apache-jsp/org.eclipse.jetty.apache-jsp-${jetty.version}.jar"/>
282280
<delete dir="${assembly-directory}/jetty94/jetty-home/demo-base"/>
283-
</tasks>
281+
</target>
284282
</configuration>
285283
</execution>
286284
</executions>

0 commit comments

Comments
 (0)