MVN

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

Maven & Gradle

Dec 10, 2008

Project Sources Plugin · Plugin used to manage source archives for a project, including resolving, creating, unpacking, and pushing to the repository.

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.0
project-sources-maven-plugin-1.0-alpha-6
project-sources-maven-plugin-1.0-alpha-5
project-sources-maven-plugin-1.0-alpha-3

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-sources-maven-plugin</artifactId>
    <version>1.0-alpha-6</version>
</plugin>