MVN

com.github.lkq : deploy-deps-maven-plugin

Maven & Gradle

Jan 16, 2018
0 stars

Deploy Dependencies Maven Plugin · use maven to download artifacts in the dependency list from your private repository and upload to remote machine

<plugin>
    <groupId>com.github.lkq</groupId>
    <artifactId>deploy-deps-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lkq : deploy-deps-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.lkq : deploy-deps-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
deploy-deps-maven-plugin-1.0.0
0.2.x
deploy-deps-maven-plugin-0.2.0
0.1.x
deploy-deps-maven-plugin-0.1.5
deploy-deps-maven-plugin-0.1.4

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.lkq</groupId>
    <artifactId>deploy-deps-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>