Skip to content

Commit

Permalink
Refactor: Update pom.xml
Browse files Browse the repository at this point in the history
Replaced exec.mainClass with exec.mainClassDev
  • Loading branch information
shreelakshmijoshi committed Nov 12, 2024
1 parent 3a48134 commit d4cba49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>${exec.mainClass}</Main-Class>
<Main-Class>${exec.mainClassDev}</Main-Class>
</manifestEntries>
</transformer>
<transformer
Expand Down Expand Up @@ -663,7 +663,7 @@
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>${exec.mainClass}</Main-Class>
<Main-Class>${exec.mainClassDev}</Main-Class>
</manifestEntries>
</transformer>
<transformer
Expand Down

0 comments on commit d4cba49

Please sign in to comment.