MVN

org.jboss.maven.plugins : maven-test-ext-plugin

Maven & Gradle

Jul 26, 2007

Test Environment Extension Plugin · Plugin for extending test environment classpath

<plugin>
    <groupId>org.jboss.maven.plugins</groupId>
    <artifactId>maven-test-ext-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.maven.plugins : maven-test-ext-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.jboss.maven.plugins : maven-test-ext-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
maven-test-ext-plugin-1.1.0
1.0.x
maven-test-ext-plugin-1.0.3
maven-test-ext-plugin-1.0.2
maven-test-ext-plugin-1.0.1
maven-test-ext-plugin-1.0.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>org.jboss.maven.plugins</groupId>
    <artifactId>maven-test-ext-plugin</artifactId>
    <version>1.1.0</version>
</plugin>