We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779c3a1 commit 4736d98Copy full SHA for 4736d98
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>LDF-Server</groupId>
5
<artifactId>LDF-Server</artifactId>
6
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
7
<packaging>war</packaging>
8
9
<properties>
@@ -88,6 +88,10 @@
88
</execution>
89
</executions>
90
<configuration>
91
+ <finalName>
92
+ ldf-server
93
+ </finalName>
94
+ <appendAssemblyId>false</appendAssemblyId>
95
<archive>
96
<manifest>
97
<mainClass>org.linkeddatafragments.standalone.JettyServer</mainClass>
0 commit comments