MVN

org.apache.geronimo.testsuite : testsuite

Maven & Gradle

Aug 05, 2008

Geronimo TestSuite · Geronimo integration testsuite. This contains 2 profiles, default and child. The default profile is used by the top level suites directly under this. The child profile is used by the test poms under the suites. This pom defines the basic dependencies needed by most suites. The start-selenium, start-server, invoke, and stop-server goals are globally configured here in the pluginManagement sections. They just need to be bound in the suites where needed and appropriate. The test poms under the suites should have this pom as their parent and set their relativePath appropriately The test poms under the suites inherit an empty 'child' profile from here. But any other build executions within the test poms should all be inside a 'child' profile.

<dependency>
    <groupId>org.apache.geronimo.testsuite</groupId>
    <artifactId>testsuite</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.testsuite : testsuite to add to Maven - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of org.apache.geronimo.testsuite : testsuite to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
testsuite-2.1.2
testsuite-2.1.1
2.1
testsuite-2.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.geronimo.testsuite</groupId>
    <artifactId>testsuite</artifactId>
    <version>2.1.2</version>
</dependency>