MVN

com.googlecode.mycontainer : maven-mycontainer-plugin

Maven & Gradle

Apr 01, 2013

Mycontainer Maven Plugin · This plugin can start JEE Mycontainer with all project modules.

<plugin>
    <groupId>com.googlecode.mycontainer</groupId>
    <artifactId>maven-mycontainer-plugin</artifactId>
    <version>1.4.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.mycontainer : maven-mycontainer-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of com.googlecode.mycontainer : maven-mycontainer-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
maven-mycontainer-plugin-1.4.0
1.2.x
maven-mycontainer-plugin-1.2.59
maven-mycontainer-plugin-1.2.56
maven-mycontainer-plugin-1.2.51
maven-mycontainer-plugin-1.2.46
maven-mycontainer-plugin-1.2.29

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.googlecode.mycontainer</groupId>
    <artifactId>maven-mycontainer-plugin</artifactId>
    <version>1.4.0</version>
</plugin>