MVN

com.github.ichelon : empty-source-maven-plugin

Maven & Gradle

Jun 11, 2019
0 stars

empty source maven plugin · The Maven Source Plugin creates a empty JAR archive of the source files of the current project.

<plugin>
    <groupId>com.github.ichelon</groupId>
    <artifactId>empty-source-maven-plugin</artifactId>
    <version>1.0.0.RELEASE</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ichelon : empty-source-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.RELEASE

All Versions

Choose a version of com.github.ichelon : empty-source-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
empty-source-maven-plugin-1.0.0.RELEASE

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.ichelon</groupId>
    <artifactId>empty-source-maven-plugin</artifactId>
    <version>1.0.0.RELEASE</version>
</plugin>

Advertisement