MVN

com.btmatthews.maven.plugins : ldap-maven-plugin

Maven & Gradle

Aug 09, 2016
6 stars

Plugin · Parse and load LDIF records to an LDAP directory server. Dump records from an LDAP directory server to LDIF or DSML formats. Start or stop an embedded LDAP server.

<plugin>
    <groupId>com.btmatthews.maven.plugins</groupId>
    <artifactId>ldap-maven-plugin</artifactId>
    <version>1.3.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.btmatthews.maven.plugins : ldap-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of com.btmatthews.maven.plugins : ldap-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
ldap-maven-plugin-1.3.2
ldap-maven-plugin-1.3.0
1.2.x
ldap-maven-plugin-1.2.0
1.1.x
ldap-maven-plugin-1.1.0

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.btmatthews.maven.plugins</groupId>
    <artifactId>ldap-maven-plugin</artifactId>
    <version>1.3.2</version>
</plugin>