MVN

com.savage7.maven.plugins : maven-external-dependency-plugin

Maven & Gradle

Feb 16, 2012

Maven External Dependency Plugin · This Maven plugin allows downloading, installing, and deploying dependency artifacts that are not stored in a Maven repository.

<plugin>
    <groupId>com.savage7.maven.plugins</groupId>
    <artifactId>maven-external-dependency-plugin</artifactId>
    <version>0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.savage7.maven.plugins : maven-external-dependency-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of com.savage7.maven.plugins : maven-external-dependency-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5
maven-external-dependency-plugin-0.5
0.4
maven-external-dependency-plugin-0.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.savage7.maven.plugins</groupId>
    <artifactId>maven-external-dependency-plugin</artifactId>
    <version>0.5</version>
</plugin>