MVN

org.kuali.maven.plugins : wagon-maven-plugin

Maven & Gradle

Mar 26, 2014

Wagon Maven Plugin · Maven 2 plugin that can be used to access various operations on a given URL using a supported maven wagon. Supports recursive upload, download, and list directory content functionality. The Kuali version of this plugin exists, because the Maven version ignores the filePermissions tag from settings.xml when uploading artifacts to a repository.

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>wagon-maven-plugin</artifactId>
    <version>1.0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : wagon-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of org.kuali.maven.plugins : wagon-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
wagon-maven-plugin-1.0.5
wagon-maven-plugin-1.0.3
wagon-maven-plugin-1.0.2
wagon-maven-plugin-1.0.1
wagon-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>org.kuali.maven.plugins</groupId>
    <artifactId>wagon-maven-plugin</artifactId>
    <version>1.0.5</version>
</plugin>