MVN

org.apache.geronimo.genesis.plugins : maven-maven-plugin

Maven & Gradle

Oct 27, 2008

Genesis Plugins :: Maven · Goals to invoke Maven in a sub-process.

<plugin>
    <groupId>org.apache.geronimo.genesis.plugins</groupId>
    <artifactId>maven-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.genesis.plugins : maven-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of org.apache.geronimo.genesis.plugins : maven-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
maven-maven-plugin-1.5
1.4
maven-maven-plugin-1.4
1.3.x
maven-maven-plugin-1.3.1
1.3
maven-maven-plugin-1.3
1.2
maven-maven-plugin-1.2
1.1
maven-maven-plugin-1.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.geronimo.genesis.plugins</groupId>
    <artifactId>maven-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>