Build-Korrektur: Jar-Bibliotheken werden jetzt vor dem build kopiert.

This commit is contained in:
michael 2019-12-02 15:41:06 +01:00
parent f7bf946cdf
commit a5e7703fe1

View File

@ -21,7 +21,7 @@
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<phase>install</phase> <phase>initialize</phase>
<goals> <goals>
<goal>copy-dependencies</goal> <goal>copy-dependencies</goal>
</goals> </goals>