MVN

com.borasoftware.balau : balau-integration-test-maven-plugin

Maven & Gradle

Jun 22, 2019
0 stars

Balau Integration Test Maven plugin · A Maven plugin that integrates the Balau test framework into the Maven build system for integration testing.

<plugin>
    <groupId>com.borasoftware.balau</groupId>
    <artifactId>balau-integration-test-maven-plugin</artifactId>
    <version>19.6.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.borasoftware.balau : balau-integration-test-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 19.6.2

All Versions

Choose a version of com.borasoftware.balau : balau-integration-test-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
19.6.x
balau-integration-test-maven-plugin-19.6.2
balau-integration-test-maven-plugin-19.6.1

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.borasoftware.balau</groupId>
    <artifactId>balau-integration-test-maven-plugin</artifactId>
    <version>19.6.2</version>
</plugin>