MVN

io.rhpatrick.mojo : wlst-test-maven-plugin

Maven & Gradle

Apr 17, 2023
0 stars

WLST Test Maven Plugin · Runs unit tests written in WLST as part of a normal Maven build.

<plugin>
    <groupId>io.rhpatrick.mojo</groupId>
    <artifactId>wlst-test-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rhpatrick.mojo : wlst-test-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of io.rhpatrick.mojo : wlst-test-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
wlst-test-maven-plugin-1.1.1
wlst-test-maven-plugin-1.1.0
1.0.x
wlst-test-maven-plugin-1.0.6
wlst-test-maven-plugin-1.0.5
wlst-test-maven-plugin-1.0.4
wlst-test-maven-plugin-1.0.3
wlst-test-maven-plugin-1.0.2
wlst-test-maven-plugin-1.0.1
1.0
wlst-test-maven-plugin-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>io.rhpatrick.mojo</groupId>
    <artifactId>wlst-test-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>

Advertisement