a

await-maven-plugin

A plugin to pause maven build until some services become available.
https://github.com/slem1/await-maven-plugin
MIT License
Sylvain Lemoine
Files download
File Operation
await-maven-plugin-1.2.2.jar download
await-maven-plugin-1.2.2.pom download
await-maven-plugin-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.slem1</groupId>
  <artifactId>await-maven-plugin</artifactId>
  <version>1.2.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.slem1:await-maven-plugin:1.2.2'
Gradle Kotlin
implementation("com.github.slem1:await-maven-plugin:1.2.2")
Scala SBT
libraryDependencies += "com.github.slem1" % "await-maven-plugin" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.slem1', module='await-maven-plugin', version='1.2.2')
)
Apache Ivy
<dependency org="com.github.slem1" name="await-maven-plugin" rev="1.2.2" />
Leiningen
[com.github.slem1/await-maven-plugin "1.2.2"]
Apache Buildr
'com.github.slem1:await-maven-plugin:jar:1.2.2'