From 88ed61f4d84c56ecbc79d1cbc9daff6330a2c34d Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 11 May 2016 09:36:10 +0000
Subject: [PATCH] OPENDJ-2947 Create opendj-doc-generated-ref
---
opendj-ldap-toolkit/pom.xml | 164 ------------------------------------------------------
1 files changed, 0 insertions(+), 164 deletions(-)
diff --git a/opendj-ldap-toolkit/pom.xml b/opendj-ldap-toolkit/pom.xml
index 746e249..18a18ec 100644
--- a/opendj-ldap-toolkit/pom.xml
+++ b/opendj-ldap-toolkit/pom.xml
@@ -160,168 +160,4 @@
</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>
--
Gitblit v1.10.0