MVN

ua.pp.msk.maven : dependency-publish-maven-plugin

Maven & Gradle

Oct 19, 2015
0 stars

Dependency publish maven pluing · Simple maven plugin to populate artifact storage with a dependency artifacts of current project

<plugin>
    <groupId>ua.pp.msk.maven</groupId>
    <artifactId>dependency-publish-maven-plugin</artifactId>
    <version>0.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ua.pp.msk.maven : dependency-publish-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.8

All Versions

Choose a version of ua.pp.msk.maven : dependency-publish-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8
dependency-publish-maven-plugin-0.8

How to add a plugin to Maven

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

<plugin>
    <groupId>ua.pp.msk.maven</groupId>
    <artifactId>dependency-publish-maven-plugin</artifactId>
    <version>0.8</version>
</plugin>