Skip to content

Commit

Permalink
AntRun: use target instead of tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
yurloc committed Jan 9, 2024
1 parent e37bfae commit 30beecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drools-lsp-server/pom.xml
Original file line number Diff line number Diff line change
@@ -91,10 +91,10 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<mkdir dir="../client/lib" />
<copy file="${project.build.directory}/${project.artifactId}-jar-with-dependencies.jar" todir="../client/lib/" />
</tasks>
</target>
</configuration>
</execution>
</executions>

0 comments on commit 30beecc

Please sign in to comment.