Skip to content

Commit 4736d98

Browse files
author
Miel Vander Sande
committed
Simplified jar name
1 parent 779c3a1 commit 4736d98

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>LDF-Server</groupId>
55
<artifactId>LDF-Server</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
77
<packaging>war</packaging>
88

99
<properties>
@@ -88,6 +88,10 @@
8888
</execution>
8989
</executions>
9090
<configuration>
91+
<finalName>
92+
ldf-server
93+
</finalName>
94+
<appendAssemblyId>false</appendAssemblyId>
9195
<archive>
9296
<manifest>
9397
<mainClass>org.linkeddatafragments.standalone.JettyServer</mainClass>

0 commit comments

Comments
 (0)