MVN

org.openidentityplatform.opendj : opendj-maven-plugin

Maven & Gradle

Jul 20, 2023
302 stars

OpenDJ Maven Plugin · Set of build tools for OpenDJ project.

<plugin>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-maven-plugin</artifactId>
    <version>4.5.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.opendj : opendj-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.5.5

All Versions

Choose a version of org.openidentityplatform.opendj : opendj-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.5.x
opendj-maven-plugin-4.5.5
opendj-maven-plugin-4.5.4
opendj-maven-plugin-4.5.3
opendj-maven-plugin-4.5.2
opendj-maven-plugin-4.5.1
opendj-maven-plugin-4.5.0
4.4.x
opendj-maven-plugin-4.4.15
opendj-maven-plugin-4.4.14
opendj-maven-plugin-4.4.13
opendj-maven-plugin-4.4.12
opendj-maven-plugin-4.4.11
opendj-maven-plugin-4.4.10
opendj-maven-plugin-4.4.9
opendj-maven-plugin-4.4.8
opendj-maven-plugin-4.4.7

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.openidentityplatform.opendj</groupId>
    <artifactId>opendj-maven-plugin</artifactId>
    <version>4.5.5</version>
</plugin>