MVN

org.bluestemsoftware.open.maven.plugin : release-plugin

Maven & Gradle

Nov 21, 2010

release-plugin · Implements tasks required to release alakai project, alakai extension projects and alakai plugins.

<plugin>
    <groupId>org.bluestemsoftware.open.maven.plugin</groupId>
    <artifactId>release-plugin</artifactId>
    <version>1.0.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bluestemsoftware.open.maven.plugin : release-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.2

All Versions

Choose a version of org.bluestemsoftware.open.maven.plugin : release-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
release-plugin-1.0.0.2
release-plugin-1.0.0.1
release-plugin-1.0.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>org.bluestemsoftware.open.maven.plugin</groupId>
    <artifactId>release-plugin</artifactId>
    <version>1.0.0.2</version>
</plugin>