Dependency Management
About
Maven Dependency Plugin
Goal
Description
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
</plugin>
// Copying dependencies
<configuration>
<outputDirectory>${project.build.directory}/libs</outputDirectory>
<includeScope>runtime</includeScope>
</configuration>Versions Maven Plugin
Goal
Description
Maven Install Plugin
Goal
Description
Maven Deploy Plugin
Goal
Description
Last updated