u

unleash-parent

An alternative release plugin for maven projects that tries to reduce the risk of failure during the release process as well as the number of builds and scm operations. This plugin shall provide a faster, more stable but also more customizable release process.
https://github.com/mavenplugins/unleash-maven-plugin
Stanley Hillner Public Project
Files download
File Operation
unleash-parent-2.10.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.mavenplugins</groupId>
  <artifactId>unleash-parent</artifactId>
  <version>2.10.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.mavenplugins:unleash-parent:2.10.0'
Gradle Kotlin
implementation("io.github.mavenplugins:unleash-parent:2.10.0")
Scala SBT
libraryDependencies += "io.github.mavenplugins" % "unleash-parent" % "2.10.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mavenplugins', module='unleash-parent', version='2.10.0')
)
Apache Ivy
<dependency org="io.github.mavenplugins" name="unleash-parent" rev="2.10.0" />
Leiningen
[io.github.mavenplugins/unleash-parent "2.10.0"]
Apache Buildr
'io.github.mavenplugins:unleash-parent:jar:2.10.0'