MVN

net.stickycode.plugins : sticky-wait-plugin

Maven & Gradle

Aug 16, 2011

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

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

Latest Version

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

  • Latest Stable: 1.3

All Versions

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

Version Vulnerabilities Updated
1.3
sticky-wait-plugin-1.3

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>sticky-wait-plugin</artifactId>
    <version>1.3</version>
</plugin>