summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorJonathan Bauer2015-07-09 09:45:42 +0200
committerJonathan Bauer2015-07-09 09:45:42 +0200
commitb47682003c46f27c6d152b2298e945a10c1b02a0 (patch)
treeec141ef59b8bab1a5322e1d5678131b68803bf3f /dozentenmodul/pom.xml
parent[server] Implement OS list fetching, caching, and fallback to local DB (diff)
downloadtutor-module-b47682003c46f27c6d152b2298e945a10c1b02a0.tar.gz
tutor-module-b47682003c46f27c6d152b2298e945a10c1b02a0.tar.xz
tutor-module-b47682003c46f27c6d152b2298e945a10c1b02a0.zip
[client] fix pom.xml after new package structure
Diffstat (limited to 'dozentenmodul/pom.xml')
-rw-r--r--dozentenmodul/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index 2d162395..807503c3 100644
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -63,7 +63,7 @@
<configuration>
<archive>
<manifest>
- <mainClass>App</mainClass>
+ <mainClass>org.openslx.dozmod.App</mainClass>
</manifest>
<manifestEntries>
<Version-Timestamp>${maven.build.timestamp}</Version-Timestamp>
@@ -110,7 +110,7 @@
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <mainClass>App</mainClass>
+ <mainClass>org.openslx.dozmod.App</mainClass>
<manifestEntries>
<Version-Timestamp>${maven.build.timestamp}</Version-Timestamp>
</manifestEntries>