Download ldap maven plugin Free Java Code
Description
A Maven plugin that runs an embedded LDAP directory server within the Maven build life cycle and imports/exports data to/from an LDAP directory server.
Icons
Source Files
The download file ldap-maven-plugin-master.zip has the following entries.
.gitignore// ww w .ja v a 2 s . c o m
README.md
format-api/pom.xml
format-api/src/main/java/com/btmatthews/maven/plugins/ldap/AbstractFormatHandler.java
format-api/src/main/java/com/btmatthews/maven/plugins/ldap/FormatHandler.java
format-api/src/main/java/com/btmatthews/maven/plugins/ldap/FormatLogger.java
format-api/src/main/java/com/btmatthews/maven/plugins/ldap/FormatReader.java
format-api/src/main/java/com/btmatthews/maven/plugins/ldap/FormatWriter.java
format-api/src/main/java/com/btmatthews/maven/plugins/ldap/package-info.java
format-api/src/site/site.xml
format-api/src/test/java/com/btmatthews/maven/plugins/ldap/AddRequestMatcher.java
format-api/src/test/java/com/btmatthews/maven/plugins/ldap/FormatTestUtils.java
format-api/src/test/java/com/btmatthews/maven/plugins/ldap/TestFormatHandler.java
format-dsml/pom.xml
format-dsml/src/main/java/com/btmatthews/maven/plugins/ldap/dsml/DSMLFormatHandler.java
format-dsml/src/main/java/com/btmatthews/maven/plugins/ldap/dsml/DSMLFormatReader.java
format-dsml/src/main/java/com/btmatthews/maven/plugins/ldap/dsml/DSMLFormatWriter.java
format-dsml/src/main/java/com/btmatthews/maven/plugins/ldap/dsml/package-info.java
format-dsml/src/site/site.xml
format-dsml/src/test/java/com/btmatthews/maven/plugins/ldap/dsml/TestDSMLFormatHandler.java
format-dsml/src/test/java/com/btmatthews/maven/plugins/ldap/dsml/TestDSMLReader.java
format-dsml/src/test/java/com/btmatthews/maven/plugins/ldap/dsml/TestDSMLWriter.java
format-dsml/src/test/resources/com/btmatthews/maven/plugins/ldap/dsml/defns.dsml
format-dsml/src/test/resources/com/btmatthews/maven/plugins/ldap/dsml/empty.dsml
format-dsml/src/test/resources/com/btmatthews/maven/plugins/ldap/dsml/haserrors.dsml
format-dsml/src/test/resources/com/btmatthews/maven/plugins/ldap/dsml/load.dsml
format-dsml/src/test/resources/com/btmatthews/maven/plugins/ldap/dsml/nonstd.dsml
format-dsml/src/test/resources/com/btmatthews/maven/plugins/ldap/dsml/ns.dsml
format-dsml/src/test/resources/com/btmatthews/maven/plugins/ldap/dsml/one.dsml
format-ldif/pom.xml
format-ldif/src/main/java/com/btmatthews/maven/plugins/ldap/ldif/LDIFFormatHandler.java
format-ldif/src/main/java/com/btmatthews/maven/plugins/ldap/ldif/LDIFFormatReader.java
format-ldif/src/main/java/com/btmatthews/maven/plugins/ldap/ldif/LDIFFormatWriter.java
format-ldif/src/main/java/com/btmatthews/maven/plugins/ldap/ldif/package-info.java
format-ldif/src/site/site.xml
format-ldif/src/test/java/com/btmatthews/maven/plugins/ldap/ldif/TestLDIFFormatHandler.java
format-ldif/src/test/java/com/btmatthews/maven/plugins/ldap/ldif/TestLDIFFormatReader.java
format-ldif/src/test/java/com/btmatthews/maven/plugins/ldap/ldif/TestLDIFFormatWriter.java
format-ldif/src/test/resources/com/btmatthews/maven/plugins/ldap/ldif/empty.ldif
format-ldif/src/test/resources/com/btmatthews/maven/plugins/ldap/ldif/one.ldif
format-ldif/src/test/resources/com/btmatthews/maven/plugins/ldap/ldif/two.ldif
ldap-maven-plugin/pom.xml
ldap-maven-plugin/src/it/dsml-dump/initial.ldif
ldap-maven-plugin/src/it/dsml-dump/pom.xml
ldap-maven-plugin/src/it/dsml-dump/postbuild.bsh
ldap-maven-plugin/src/it/ldif-dump/initial.ldif
ldap-maven-plugin/src/it/ldif-dump/pom.xml
ldap-maven-plugin/src/it/ldif-dump/postbuild.bsh
ldap-maven-plugin/src/it/run-apacheds/pom.xml
ldap-maven-plugin/src/it/run-apacheds/src/test/java/ITestCheckRunning.java
ldap-maven-plugin/src/it/run-opendj/pom.xml
ldap-maven-plugin/src/it/run-opendj/src/test/java/ITestCheckRunning.java
ldap-maven-plugin/src/it/run-opendj/src/test/resources/initial.ldif
ldap-maven-plugin/src/it/run-unboundid/pom.xml
ldap-maven-plugin/src/it/run-unboundid/src/test/java/ITestCheckRunning.java
ldap-maven-plugin/src/it/run/pom.xml
ldap-maven-plugin/src/it/run/src/test/java/ITestCheckRunning.java
ldap-maven-plugin/src/it/settings.xml
ldap-maven-plugin/src/main/java/com/btmatthews/maven/plugins/ldap/mojo/AbstractLDAPMojo.java
ldap-maven-plugin/src/main/java/com/btmatthews/maven/plugins/ldap/mojo/AbstractSource.java
ldap-maven-plugin/src/main/java/com/btmatthews/maven/plugins/ldap/mojo/Dsml.java
ldap-maven-plugin/src/main/java/com/btmatthews/maven/plugins/ldap/mojo/DumpMojo.java
ldap-maven-plugin/src/main/java/com/btmatthews/maven/plugins/ldap/mojo/Ldif.java
ldap-maven-plugin/src/main/java/com/btmatthews/maven/plugins/ldap/mojo/LoadMojo.java
ldap-maven-plugin/src/main/java/com/btmatthews/maven/plugins/ldap/mojo/RunLDAPMojo.java
ldap-maven-plugin/src/main/java/com/btmatthews/maven/plugins/ldap/mojo/Source.java
ldap-maven-plugin/src/main/java/com/btmatthews/maven/plugins/ldap/mojo/StopLDAPMojo.java
ldap-maven-plugin/src/main/java/com/btmatthews/maven/plugins/ldap/mojo/package-info.java
ldap-maven-plugin/src/site/apt/examples/dsml-dump.apt.vm
ldap-maven-plugin/src/site/apt/examples/dsml-load.apt.vm
ldap-maven-plugin/src/site/apt/examples/integration.apt.vm
ldap-maven-plugin/src/site/apt/examples/ldif-dump.apt.vm
ldap-maven-plugin/src/site/apt/examples/ldif-load.apt.vm
ldap-maven-plugin/src/site/apt/index.apt.vm
ldap-maven-plugin/src/site/apt/usage.apt.vm
ldap-maven-plugin/src/site/site.xml
ldap-maven-plugin/src/test/java/com/btmatthews/maven/plugins/ldap/mojo/MockServerFactory.java
ldap-maven-plugin/src/test/java/com/btmatthews/maven/plugins/ldap/mojo/TestDumpMojo.java
ldap-maven-plugin/src/test/java/com/btmatthews/maven/plugins/ldap/mojo/TestLoadMojo.java
ldap-maven-plugin/src/test/java/com/btmatthews/maven/plugins/ldap/mojo/TestRunMojo.java
ldap-maven-plugin/src/test/java/com/btmatthews/maven/plugins/ldap/mojo/TestServerLocator.java
ldap-maven-plugin/src/test/java/com/btmatthews/maven/plugins/ldap/mojo/TestStopMojo.java
ldap-maven-plugin/src/test/resources/META-INF/services/com.btmatthews.utils.monitor.ServerFactory
ldap-maven-plugin/src/test/resources/com/btmatthews/maven/plugins/ldap/mojo/initial.ldif
pom.xml
server-apacheds/pom.xml
server-apacheds/src/main/java/com/btmatthews/maven/plugins/ldap/apache/ApacheDSServer.java
server-apacheds/src/main/java/com/btmatthews/maven/plugins/ldap/apache/ApacheDSServerFactory.java
server-apacheds/src/main/java/com/btmatthews/maven/plugins/ldap/apache/package-info.java
server-apacheds/src/main/resources/META-INF/services/com.btmatthews.utils.monitor.ServerFactory
server-apacheds/src/site/site.xml
server-apacheds/src/test/java/com/btmatthews/maven/plugins/ldap/apache/TestApacheDSServer.java
server-apacheds/src/test/resources/com/btmatthews/maven/plugins/ldap/apache/initial.ldif
server-api/pom.xml
server-api/src/main/java/com/btmatthews/maven/plugins/ldap/AbstractLDAPServer.java
server-api/src/main/java/com/btmatthews/maven/plugins/ldap/LDAPServer.java
server-api/src/site/site.xml
server-api/src/test/java/com/btmatthews/maven/plugins/ldap/TestAbstractLDAPServer.java
server-api/src/test/java/com/btmatthews/maven/plugins/ldap/TestUtils.java
server-api/src/test/resources/com/btmatthews/maven/plugins/ldap/add.dsml
server-api/src/test/resources/com/btmatthews/maven/plugins/ldap/add.ldif
server-api/src/test/resources/com/btmatthews/maven/plugins/ldap/add1.dsml
server-api/src/test/resources/com/btmatthews/maven/plugins/ldap/delete.ldif
server-api/src/test/resources/com/btmatthews/maven/plugins/ldap/initial.ldif
server-api/src/test/resources/com/btmatthews/maven/plugins/ldap/modify.ldif
server-opendj/pom.xml
server-opendj/src/main/java/com/btmatthews/maven/plugins/ldap/opendj/OpenDJServer.java
server-opendj/src/main/java/com/btmatthews/maven/plugins/ldap/opendj/OpenDJServerFactory.java
server-opendj/src/main/java/com/btmatthews/maven/plugins/ldap/opendj/package-info.java
server-opendj/src/main/resources/META-INF/services/com.btmatthews.utils.monitor.ServerFactory
server-opendj/src/site/site.xml
server-opendj/src/test/java/com/btmatthews/maven/plugins/ldap/opendj/TestOpenDJServer.java
server-opendj/src/test/resources/com/btmatthews/maven/plugins/ldap/opendj/initial.ldif
server-unboundid/pom.xml
server-unboundid/src/main/java/com/btmatthews/maven/plugins/ldap/unboundid/UnboundIDServer.java
server-unboundid/src/main/java/com/btmatthews/maven/plugins/ldap/unboundid/UnboundIDServerFactory.java
server-unboundid/src/main/java/com/btmatthews/maven/plugins/ldap/unboundid/package-info.java
server-unboundid/src/main/resources/META-INF/services/com.btmatthews.utils.monitor.ServerFactory
server-unboundid/src/site/site.xml
server-unboundid/src/test/java/com/btmatthews/maven/plugins/ldap/unboundid/TestUnboundIDServer.java
server-unboundid/src/test/resources/com/btmatthews/maven/plugins/ldap/unboundid/initial.ldif
src/site/apt/index.apt.vm
src/site/resources/CNAME
src/site/resources/favicon.ico
src/site/resources/logo.png
src/site/site.xml
Download
Click the following link to download ldap-maven-plugin-master.zip.
ldap-maven-plugin-master.zip