Updated POM to executable project
This commit is contained in:
parent
def60a7abc
commit
2887c16776
1 changed files with 13 additions and 0 deletions
13
pom.xml
13
pom.xml
|
@ -15,6 +15,19 @@
|
|||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<mainClass>buttondevteam.serverrunner.ServerRunner</mainClass>
|
||||
<classpathPrefix>ServerRunner_lib/</classpathPrefix>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in a new issue