Skip to content

Commit

Permalink
Reverted changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
abpai94 committed Jul 12, 2024
1 parent bf2860c commit d0dd138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
<execution>
<phase>package</phase>
<goals>
<goal>directory-single</goal>
<goal>single</goal>
</goals>
</execution>
Expand All @@ -254,7 +255,7 @@

<!-- common configuration by all executions -->
<configuration>
<baseDir>${project.basedir}</baseDir>
<baseDir>${project.build.directory}/${project.build.finalName}-dist/lsc-${project.version}</baseDir>
<installFile>${project.basedir}/src/install/install.xml</installFile>
<mkdirs>true</mkdirs>
<finalName>${project.artifactId}-${project.version}-installer.jar</finalName>
Expand Down

0 comments on commit d0dd138

Please sign in to comment.