MVN

com.opnworks.maven : artifactory-maven-plugin

Maven & Gradle

May 14, 2013
0 stars

OpnWorks Artifactory Maven plugin · A plugin that exposes the REST API of the Artifactory repository manager. A single goal is supported at this time: removeSnapshots

<plugin>
    <groupId>com.opnworks.maven</groupId>
    <artifactId>artifactory-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opnworks.maven : artifactory-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.opnworks.maven : artifactory-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
artifactory-maven-plugin-1.0.1

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.opnworks.maven</groupId>
    <artifactId>artifactory-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>