MVN

org.apache.openejb.maven : dd-maven-plugin

Maven & Gradle

Sep 28, 2012

OpenEJB :: Maven Plugins :: DD Maven Plugin

<plugin>
    <groupId>org.apache.openejb.maven</groupId>
    <artifactId>dd-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.openejb.maven : dd-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Alpha: 1.0-alpha-1

All Versions

Choose a version of org.apache.openejb.maven : dd-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
dd-maven-plugin-1.0.0
1.0
dd-maven-plugin-1.0-alpha-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.openejb.maven</groupId>
    <artifactId>dd-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>