MVN

com.ragedunicorn.tools.maven : github-release-maven-plugin

Maven & Gradle

Nov 18, 2022
1 usages
13 stars

com.ragedunicorn.tools.maven:github-release-maven-plugin · Maven plugin for creating GitHub releases

<plugin>
    <groupId>com.ragedunicorn.tools.maven</groupId>
    <artifactId>github-release-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ragedunicorn.tools.maven : github-release-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.ragedunicorn.tools.maven : github-release-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
github-release-maven-plugin-1.0.6
github-release-maven-plugin-1.0.5
github-release-maven-plugin-1.0.4
github-release-maven-plugin-1.0.3
github-release-maven-plugin-1.0.2
github-release-maven-plugin-1.0.1
github-release-maven-plugin-1.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>com.ragedunicorn.tools.maven</groupId>
    <artifactId>github-release-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>