We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c308eb3 commit 2e83a91Copy full SHA for 2e83a91
1 file changed
server/pom.xml
@@ -48,7 +48,7 @@ limitations under the License.
48
</dependencies>
49
50
<build>
51
- <finalName>epmd-${project.version}</finalName>
+ <finalName>epmd-${project.version}-no-dependencies</finalName>
52
53
<plugins>
54
<plugin>
@@ -75,6 +75,10 @@ limitations under the License.
75
<groupId>com.github.chrisdchristo</groupId>
76
<artifactId>capsule-maven-plugin</artifactId>
77
<version>1.5.1</version>
78
+ <configuration>
79
+ <fileName>epmd</fileName>
80
+ <fileDesc>-${project.version}</fileDesc>
81
+ </configuration>
82
<executions>
83
<execution>
84
<id>fat-jar</id>
0 commit comments