MVN

org.apache.cactus : cactus.integration.maven2

Maven & Gradle

Jan 25, 2009

Cactus Integration Maven2 - Plugin Project

<plugin>
    <groupId>org.apache.cactus</groupId>
    <artifactId>cactus.integration.maven2</artifactId>
    <version>1.8.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cactus : cactus.integration.maven2 to add to Maven - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of org.apache.cactus : cactus.integration.maven2 to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
cactus.integration.maven2-1.8.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>org.apache.cactus</groupId>
    <artifactId>cactus.integration.maven2</artifactId>
    <version>1.8.1</version>
</plugin>