There are 2 options to install the Cactus plugin in an existing Maven installation:
maven plugin:download -DgroupId=cactus -DartifactId=cactus-maven -Dversion={version}
where {version} is the version to use. Maven will
automatically download the plugin and install it, uninstalling any
other version you may already have.
{MAVEN_HOME}/plugins where {MAVEN_HOME} is
the location where you have installed Maven. Make sure you also
remove any previous Cactus plugin from
{MAVEN_HOME}/plugins and delete your
{USER_HOME}/.maven/plugins directory.
maven-cactus-plugin plugin from
{MAVEN_HOME}/plugins and delete your
{USER_HOME}/.maven/plugins directory.