MVN

net.stickycode.plugins : wait-maven-plugin

Maven & Gradle

Jun 07, 2023

sticky-wait-plugin · A maven plugin to wait on a keypress or wait for a configured timeout

<plugin>
    <groupId>net.stickycode.plugins</groupId>
    <artifactId>wait-maven-plugin</artifactId>
    <version>1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.stickycode.plugins : wait-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of net.stickycode.plugins : wait-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6
wait-maven-plugin-1.6
1.5
wait-maven-plugin-1.5

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.stickycode.plugins</groupId>
    <artifactId>wait-maven-plugin</artifactId>
    <version>1.6</version>
</plugin>