Alle Dependencies werden in eine Jar gepackt. Diese in Eclipseplugin umwandeln und einbinden funktioniert \o/

This commit is contained in:
Andreas Stadelmeier 2018-01-24 19:05:09 +01:00
parent 5c9b40e0b7
commit 9186f5dff5

16
pom.xml
View File

@ -69,6 +69,22 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.reficio</groupId> <groupId>org.reficio</groupId>
<artifactId>p2-maven-plugin</artifactId> <artifactId>p2-maven-plugin</artifactId>