Skip to content

Commit

Permalink
devonfw#420: add maven ant run and builder help plugin to attach the …
Browse files Browse the repository at this point in the history
…MSI in deployment
  • Loading branch information
alfeilex committed Feb 26, 2025
1 parent d08403a commit c990521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@
</goals>
<configuration>
<tasks>
<move file="${project.basedir}/target/ideasy.msi"
tofile="${project.basedir}/target/ideasy-${project.version}.msi"/>
<move file="${project.basedir}/target/msi/ideasy.msi"
tofile="${project.basedir}/target/${project.artifactId}-${revision}-installer.msi"/>
</tasks>
</configuration>
</execution>
Expand All @@ -294,7 +294,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.basedir}/ideasy-${project.version}.msi</file>
<file>${project.basedir}/target/${project.artifactId}-${revision}-installer.msi</file>
<type>msi</type>
<classifier>installer</classifier>
</artifact>
Expand Down

0 comments on commit c990521

Please sign in to comment.