MVN

com.github.maven-integration-test-helper : maven-integration-test-helper

Maven & Gradle

Jun 08, 2011
1 stars

maven-integration-test-helper · A maven plugin that allows running pre and post test suite groovy scripts.

<plugin>
    <groupId>com.github.maven-integration-test-helper</groupId>
    <artifactId>maven-integration-test-helper</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.maven-integration-test-helper : maven-integration-test-helper to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.maven-integration-test-helper : maven-integration-test-helper to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
maven-integration-test-helper-1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.maven-integration-test-helper</groupId>
    <artifactId>maven-integration-test-helper</artifactId>
    <version>1.0</version>
</plugin>

Advertisement