pom.xml revision e4105ef195743fa799bbc4e94cd817b5fbbd5b6e
395N/A<?xml version="1.0"?>
395N/A<!--
395N/A ! CDDL HEADER START
395N/A !
395N/A ! The contents of this file are subject to the terms of the
395N/A ! Common Development and Distribution License, Version 1.0 only
395N/A ! (the "License"). You may not use this file except in compliance
395N/A ! with the License.
395N/A !
395N/A ! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
395N/A ! or http://forgerock.org/license/CDDLv1.0.html.
395N/A ! See the License for the specific language governing permissions
395N/A ! and limitations under the License.
395N/A !
395N/A ! When distributing Covered Code, include this CDDL HEADER in each
395N/A ! file and include the License file at legal-notices/CDDLv1_0.txt.
395N/A ! If applicable, add the following below this CDDL HEADER, with the
395N/A ! fields enclosed by brackets "[]" replaced with your own identifying
395N/A ! information:
395N/A ! Portions Copyright [yyyy] [name of copyright owner]
395N/A !
395N/A ! CDDL HEADER END
395N/A !
395N/A ! Copyright 2011-2015 ForgeRock AS.
395N/A !
395N/A -->
395N/A<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
395N/A <modelVersion>4.0.0</modelVersion>
395N/A <parent>
395N/A <artifactId>opendj-project</artifactId>
395N/A <groupId>org.forgerock.opendj</groupId>
395N/A <version>3.0.0-SNAPSHOT</version>
395N/A </parent>
395N/A <artifactId>opendj-ldap-toolkit</artifactId>
395N/A <name>OpenDJ SDK Toolkit</name>
395N/A <description>
395N/A This module includes LDAP command line tools based on the OpenDJ LDAP SDK.
395N/A </description>
395N/A <packaging>jar</packaging>
395N/A <dependencies>
395N/A <dependency>
395N/A <groupId>org.forgerock.opendj</groupId>
395N/A <artifactId>opendj-core</artifactId>
395N/A <version>${project.version}</version>
395N/A </dependency>
395N/A <dependency>
395N/A <groupId>org.forgerock.opendj</groupId>
395N/A <artifactId>opendj-grizzly</artifactId>
395N/A <version>${project.version}</version>
395N/A </dependency>
395N/A <dependency>
395N/A <groupId>org.slf4j</groupId>
395N/A <artifactId>slf4j-api</artifactId>
395N/A </dependency>
395N/A <dependency>
395N/A <groupId>org.slf4j</groupId>
395N/A <artifactId>slf4j-jdk14</artifactId>
395N/A </dependency>
395N/A <dependency>
395N/A <groupId>org.forgerock.commons</groupId>
395N/A <artifactId>i18n-core</artifactId>
395N/A </dependency>
395N/A <dependency>
395N/A <groupId>org.forgerock.opendj</groupId>
395N/A <artifactId>opendj-cli</artifactId>
395N/A <version>${project.version}</version>
395N/A </dependency>
395N/A <dependency>
395N/A <groupId>org.forgerock.opendj</groupId>
395N/A <artifactId>opendj-core</artifactId>
395N/A <version>${project.version}</version>
395N/A <type>test-jar</type>
395N/A <scope>test</scope>
395N/A </dependency>
395N/A <dependency>
395N/A <groupId>org.forgerock</groupId>
395N/A <artifactId>forgerock-build-tools</artifactId>
395N/A <version>${forgerockBuildToolsVersion}</version>
395N/A <scope>test</scope>
395N/A </dependency>
395N/A </dependencies>
395N/A <build>
395N/A <plugins>
395N/A <plugin>
395N/A <groupId>org.forgerock.commons</groupId>
395N/A <artifactId>i18n-maven-plugin</artifactId>
395N/A <executions>
395N/A <execution>
395N/A <phase>generate-sources</phase>
395N/A <goals>
395N/A <goal>generate-messages</goal>
395N/A </goals>
395N/A <configuration>
395N/A <messageFiles>
395N/A <messageFile>com/forgerock/opendj/ldap/tools/tools.properties</messageFile>
395N/A </messageFiles>
395N/A </configuration>
395N/A </execution>
395N/A </executions>
395N/A </plugin>
395N/A <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/descriptor.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>docs</id>
<build>
<plugins>
<plugin>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-doc-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>generate-doc</id>
<goals>
<goal>generate-refentry</goal>
</goals>
<configuration>
<outputDir>${project.build.directory}/generated-man-pages</outputDir>
<tools>
<tool>
<name>addrate</name>
<application>com.forgerock.opendj.ldap.tools.AddRate</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-80-89.xml</trailingSectionPath>
<trailingSectionPath>addrate-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>authrate</name>
<application>com.forgerock.opendj.ldap.tools.AuthRate</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-89.xml</trailingSectionPath>
<trailingSectionPath>authrate-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>ldapcompare</name>
<application>com.forgerock.opendj.ldap.tools.LDAPCompare</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-ldap-89.xml</trailingSectionPath>
<trailingSectionPath>files.xml</trailingSectionPath>
<trailingSectionPath>ldapcompare-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>ldapmodify</name>
<application>com.forgerock.opendj.ldap.tools.LDAPModify</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-ldap-89.xml</trailingSectionPath>
<trailingSectionPath>files.xml</trailingSectionPath>
<trailingSectionPath>ldapmodify-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>ldappasswordmodify</name>
<application>com.forgerock.opendj.ldap.tools.LDAPPasswordModify</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-ldap-89.xml</trailingSectionPath>
<trailingSectionPath>files.xml</trailingSectionPath>
<trailingSectionPath>ldappasswordmodify-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>ldapsearch</name>
<application>com.forgerock.opendj.ldap.tools.LDAPSearch</application>
<trailingSectionPaths>
<trailingSectionPath>filters.xml</trailingSectionPath>
<trailingSectionPath>attributes.xml</trailingSectionPath>
<trailingSectionPath>exit-codes-0-ldap-89.xml</trailingSectionPath>
<trailingSectionPath>files.xml</trailingSectionPath>
<trailingSectionPath>ldapsearch-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>ldifdiff</name>
<application>com.forgerock.opendj.ldap.tools.LDIFDiff</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-5-6-other.xml</trailingSectionPath>
<trailingSectionPath>ldifdiff-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>ldifmodify</name>
<application>com.forgerock.opendj.ldap.tools.LDIFModify</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-gt0.xml</trailingSectionPath>
<trailingSectionPath>ldifmodify-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>ldifsearch</name>
<application>com.forgerock.opendj.ldap.tools.LDIFSearch</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-gt0.xml</trailingSectionPath>
<trailingSectionPath>ldifsearch-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>makeldif</name>
<application>com.forgerock.opendj.ldap.tools.MakeLDIF</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-1.xml</trailingSectionPath>
<trailingSectionPath>makeldif-examples.xml</trailingSectionPath>
<trailingSectionPath>makeldif-see-also.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>modrate</name>
<application>com.forgerock.opendj.ldap.tools.ModRate</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-89.xml</trailingSectionPath>
<trailingSectionPath>modrate-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
<tool>
<name>searchrate</name>
<application>com.forgerock.opendj.ldap.tools.SearchRate</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-89.xml</trailingSectionPath>
<trailingSectionPath>searchrate-examples.xml</trailingSectionPath>
</trailingSectionPaths>
</tool>
</tools>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>man-pages</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/main/assembly/man-pages.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>