specify main class in built jar
All checks were successful
Sync PIA Servers / docker (17, 3.8.5) (push) Successful in 24s
All checks were successful
Sync PIA Servers / docker (17, 3.8.5) (push) Successful in 24s
This commit is contained in:
parent
256fe035ee
commit
2aaa4194a9
13
pom.xml
13
pom.xml
@ -52,6 +52,19 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- Specify the apps main class -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>me.braydon.pia.PIAServerList</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user