Skip to content

Commit

Permalink
Simplified jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
Miel Vander Sande committed Feb 12, 2015
1 parent 779c3a1 commit 4736d98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>LDF-Server</groupId>
<artifactId>LDF-Server</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>war</packaging>

<properties>
Expand Down Expand Up @@ -88,6 +88,10 @@
</execution>
</executions>
<configuration>
<finalName>
ldf-server
</finalName>
<appendAssemblyId>false</appendAssemblyId>
<archive>
<manifest>
<mainClass>org.linkeddatafragments.standalone.JettyServer</mainClass>
Expand Down

0 comments on commit 4736d98

Please # to comment.