Skip to content

Commit

Permalink
only apply finalName for the ScalaLoader module
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannyboy11 committed Mar 30, 2023
1 parent 6d3dfc5 commit b6d4436
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ScalaLoader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<artifactId>ScalaLoader</artifactId>

<properties>
<finalName>${project.artifactId}-${project.version}</finalName>
</properties>

<build>
<finalName>${finalName}</finalName>

Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<finalName>${project.artifactId}-${project.version}</finalName>
</properties>

<modules>
Expand Down

0 comments on commit b6d4436

Please sign in to comment.