Skip to content

Commit 8a9936e

Browse files
alfeilexhohwille
andauthored
#1147: Fix maven-antrun-plugin configuration after version update (#1148)
Co-authored-by: Jörg Hohwiller <[email protected]>
1 parent 8323ba0 commit 8a9936e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@
266266
<goal>run</goal>
267267
</goals>
268268
<configuration>
269-
<tasks>
269+
<target>
270270
<move file="${project.basedir}/target/msi/ideasy.msi"
271271
tofile="${project.basedir}/target/${project.artifactId}-${revision}-windows-x64.msi"/>
272-
</tasks>
272+
</target>
273273
</configuration>
274274
</execution>
275275
</executions>

0 commit comments

Comments
 (0)