MVN

org.apache.directory.server : apacheds-bootstrap-plugin

Maven & Gradle

Aug 18, 2009

ApacheDS Bootstrap Plugin · This plugin pre-loads a set of schema objects into a special fixed schema partition within the server. It uses the bootstrap schema objects to do this at build time. The schema partition files created are then packaged using the jar plugin to become what is known as the bootstrap partition jar.

<plugin>
    <groupId>org.apache.directory.server</groupId>
    <artifactId>apacheds-bootstrap-plugin</artifactId>
    <version>1.5.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.directory.server : apacheds-bootstrap-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.5

All Versions

Choose a version of org.apache.directory.server : apacheds-bootstrap-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
apacheds-bootstrap-plugin-1.5.5
apacheds-bootstrap-plugin-1.5.4
apacheds-bootstrap-plugin-1.5.3
apacheds-bootstrap-plugin-1.5.2
apacheds-bootstrap-plugin-1.5.1
apacheds-bootstrap-plugin-1.5.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>org.apache.directory.server</groupId>
    <artifactId>apacheds-bootstrap-plugin</artifactId>
    <version>1.5.5</version>
</plugin>