com.itemis.maven.plugins.unleash.ReleasePhase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unleash-maven-plugin Show documentation
Show all versions of unleash-maven-plugin Show documentation
This plugin provides a generic alternative to the error-prone default release plugin provided by Maven. It is designed to require a minimal effort of work for releasing modules and being extensible to integrate in every project setup.
package com.itemis.maven.plugins.unleash;
/**
* The different pahses of the release process which can be used to identify states of project artifacts.
*
* @author Stanley Hillner
* @since 1.0.0
*/
public enum ReleasePhase {
PRE_RELEASE, RELEASE, POST_RELEASE;
}