MVN

org.codehaus.mojo : project-archive-maven-plugin

Maven & Gradle

Dec 19, 2006

Project Archive Plugin · Plugin used to create and deploy archives of a project's working directory, including sources and POM.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>project-archive-maven-plugin</artifactId>
    <version>1.0-alpha-1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : project-archive-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-alpha-1
  • Latest Alpha: 1.0-alpha-1

All Versions

Choose a version of org.codehaus.mojo : project-archive-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
project-archive-maven-plugin-1.0-alpha-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>org.codehaus.mojo</groupId>
    <artifactId>project-archive-maven-plugin</artifactId>
    <version>1.0-alpha-1</version>
</plugin>