MVN

de.jutzig : github-release-plugin

Maven & Gradle

Oct 05, 2019
70 stars

github-release-plugin · Maven plugin to create github releases and upload assets to the release

<plugin>
    <groupId>de.jutzig</groupId>
    <artifactId>github-release-plugin</artifactId>
    <version>1.4.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jutzig : github-release-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of de.jutzig : github-release-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
github-release-plugin-1.4.0
1.3.x
github-release-plugin-1.3.1
github-release-plugin-1.3.0
1.2.x
github-release-plugin-1.2.0
1.1.x
github-release-plugin-1.1.1
github-release-plugin-1.1.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>de.jutzig</groupId>
    <artifactId>github-release-plugin</artifactId>
    <version>1.4.0</version>
</plugin>

Advertisement