d

delayment-maven-plugin

Maven plugin/extension to allow building and deployment of artifacts in two separate runs of Maven.
https://gitlab.com/codecamp-de/delayment-maven-plugin
Apache License, Version 2.0
Patrick Schmidt
Files download
File Operation
delayment-maven-plugin-1.0.2.jar download
delayment-maven-plugin-1.0.2.pom download
delayment-maven-plugin-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>de.codecamp.maven</groupId>
  <artifactId>delayment-maven-plugin</artifactId>
  <version>1.0.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'de.codecamp.maven:delayment-maven-plugin:1.0.2'
Gradle Kotlin
implementation("de.codecamp.maven:delayment-maven-plugin:1.0.2")
Scala SBT
libraryDependencies += "de.codecamp.maven" % "delayment-maven-plugin" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='de.codecamp.maven', module='delayment-maven-plugin', version='1.0.2')
)
Apache Ivy
<dependency org="de.codecamp.maven" name="delayment-maven-plugin" rev="1.0.2" />
Leiningen
[de.codecamp.maven/delayment-maven-plugin "1.0.2"]
Apache Buildr
'de.codecamp.maven:delayment-maven-plugin:jar:1.0.2'