MVN

com.github.jirkafm : generic-artifactory-deploy-maven-plugin

Maven & Gradle

Apr 10, 2019
0 stars

Generic Artifactory Deploy Maven Plugin · Plugin allows to upload any artifact into generic package type artifactory repository. Purpose of this plugin is to be able to upload files into generic repository throuh REST API for uploading into maven repository on artifactory please use better maven-artifactory-plugin.

<plugin>
    <groupId>com.github.jirkafm</groupId>
    <artifactId>generic-artifactory-deploy-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jirkafm : generic-artifactory-deploy-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.github.jirkafm : generic-artifactory-deploy-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
generic-artifactory-deploy-maven-plugin-1.0.2
generic-artifactory-deploy-maven-plugin-1.0.1
generic-artifactory-deploy-maven-plugin-1.0.0

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.jirkafm</groupId>
    <artifactId>generic-artifactory-deploy-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>