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/shillner/unleash-maven-plugin
Stanley Hillner
文件下载
文件名 操作
unleash-parent-1.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.itemis.maven.plugins</groupId>
  <artifactId>unleash-parent</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.itemis.maven.plugins:unleash-parent:1.1.0'
Gradle Kotlin
implementation("com.itemis.maven.plugins:unleash-parent:1.1.0")
Scala SBT
libraryDependencies += "com.itemis.maven.plugins" % "unleash-parent" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.itemis.maven.plugins', module='unleash-parent', version='1.1.0')
)
Apache Ivy
<dependency org="com.itemis.maven.plugins" name="unleash-parent" rev="1.1.0" />
Leiningen
[com.itemis.maven.plugins/unleash-parent "1.1.0"]
Apache Buildr
'com.itemis.maven.plugins:unleash-parent:jar:1.1.0'