|
|
|
@ -6,7 +6,7 @@
@@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>org.example</groupId> |
|
|
|
|
<artifactId>Widerhall</artifactId> |
|
|
|
|
<version>0.2.3</version> |
|
|
|
|
<version>0.2.4</version> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
@ -17,6 +17,18 @@
@@ -17,6 +17,18 @@
|
|
|
|
|
<target>16</target> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<archive> |
|
|
|
|
<manifest> |
|
|
|
|
<addClasspath>true</addClasspath> |
|
|
|
|
<mainClass>de.srsoftware.widerhall.Application</mainClass> |
|
|
|
|
</manifest> |
|
|
|
|
</archive> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
|
|
|
|
|