We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01382bb commit c58f2bcCopy full SHA for c58f2bc
pom.xml
@@ -174,6 +174,20 @@
174
</execution>
175
</executions>
176
</plugin>
177
+ <plugin>
178
+ <artifactId>maven-dependency-plugin</artifactId>
179
+ <executions>
180
+ <execution>
181
+ <phase>package</phase>
182
+ <goals>
183
+ <goal>copy-dependencies</goal>
184
+ </goals>
185
+ <configuration>
186
+ <outputDirectory>${project.build.directory}/lib</outputDirectory>
187
+ </configuration>
188
+ </execution>
189
+ </executions>
190
+ </plugin>
191
</plugins>
192
<resources>
193
<resource>
0 commit comments