Skip to content

Commit

Permalink
Merge pull request #182 from shreelakshmijoshi/updating-pom-with-main…
Browse files Browse the repository at this point in the history
…ClassDev

Refactor: Update pom.xml
  • Loading branch information
shreelakshmijoshi authored Nov 12, 2024
2 parents 3a48134 + d4cba49 commit 7ba3c1b
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 7ba3c1b

Please sign in to comment.