summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Petretti2014-06-30 17:03:21 +0200
committerMichael Petretti2014-06-30 17:03:21 +0200
commit56ef37991d6b405019c956cfcd3c7e582889d471 (patch)
tree83021862d12f53716098cc19c1cc9f0052e39d29 /pom.xml
parentInitial Commit (diff)
downloadmaster-sync-shared-56ef37991d6b405019c956cfcd3c7e582889d471.tar.gz
master-sync-shared-56ef37991d6b405019c956cfcd3c7e582889d471.tar.xz
master-sync-shared-56ef37991d6b405019c956cfcd3c7e582889d471.zip
Added missing block to pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index db9086e..7ffc1cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,27 @@
</goals>
</execution>
</executions>
+ <configuration>
+<!-- <archive>
+ <manifest>
+ <mainClass>org.openslx.satellitedaemon.App</mainClass>
+ </manifest>
+ </archive> -->
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>