MVN

org.apache.maven.plugins : maven-artifact-plugin

Maven & Gradle

Mar 05, 2023
10 stars

Apache Maven Artifact Plugin · Plugin to manage artifacts tasks

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-artifact-plugin</artifactId>
    <version>3.4.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.4.1

All Versions

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

Version Vulnerabilities Updated
3.4.x
maven-artifact-plugin-3.4.1
maven-artifact-plugin-3.4.0
3.3.x
maven-artifact-plugin-3.3.0
3.2.x
maven-artifact-plugin-3.2.0
3.1.x
maven-artifact-plugin-3.1.0
3.0.x
maven-artifact-plugin-3.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.apache.maven.plugins</groupId>
    <artifactId>maven-artifact-plugin</artifactId>
    <version>3.4.1</version>
</plugin>