Skip to content

Commit 2e83a91

Browse files
committed
fix capsule config
1 parent c308eb3 commit 2e83a91

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

server/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ limitations under the License.
4848
</dependencies>
4949

5050
<build>
51-
<finalName>epmd-${project.version}</finalName>
51+
<finalName>epmd-${project.version}-no-dependencies</finalName>
5252

5353
<plugins>
5454
<plugin>
@@ -75,6 +75,10 @@ limitations under the License.
7575
<groupId>com.github.chrisdchristo</groupId>
7676
<artifactId>capsule-maven-plugin</artifactId>
7777
<version>1.5.1</version>
78+
<configuration>
79+
<fileName>epmd</fileName>
80+
<fileDesc>-${project.version}</fileDesc>
81+
</configuration>
7882
<executions>
7983
<execution>
8084
<id>fat-jar</id>

0 commit comments

Comments
 (0)