Skip to content

Commit c58f2bc

Browse files
committed
Adding dependency plugin
1 parent 01382bb commit c58f2bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,20 @@
174174
</execution>
175175
</executions>
176176
</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>
177191
</plugins>
178192
<resources>
179193
<resource>

0 commit comments

Comments
 (0)