| | |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>man-pages</id> |
| | | <activation> |
| | | <activeByDefault>true</activeByDefault> |
| | | </activation> |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-doc-maven-plugin</artifactId> |
| | |
| | | </executions> |
| | | </plugin> |
| | | |
| | | <!-- Generate Artifacts --> |
| | | <plugin> |
| | | <artifactId>maven-assembly-plugin</artifactId> |
| | | <executions> |
| | | <execution> |
| | | <id>config-ref</id> |
| | | <goals> |
| | | <goal>single</goal> |
| | | </goals> |
| | | <phase>package</phase> |
| | | <configuration> |
| | | <descriptors> |
| | | <descriptor>src/main/assembly/config-ref-assembly.xml</descriptor> |
| | | </descriptors> |
| | | </configuration> |
| | | </execution> |
| | | |
| | | <execution> |
| | | <id>generated-doc-sources</id> |
| | | <goals> |
| | | <goal>single</goal> |
| | | </goals> |
| | | <phase>package</phase> |
| | | <configuration> |
| | | <descriptors> |
| | | <descriptor>src/main/assembly/generated-doc-sources-assembly.xml</descriptor> |
| | | </descriptors> |
| | | </configuration> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>man-pages</id> |
| | | <activation> |
| | | <activeByDefault>true</activeByDefault> |
| | | </activation> |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-doc-maven-plugin</artifactId> |
| | |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | <!-- Generate Artifacts --> |
| | | <plugin> |
| | | <artifactId>maven-assembly-plugin</artifactId> |
| | | <executions> |
| | | <execution> |
| | | <id>config-ref</id> |
| | | <goals> |
| | | <goal>single</goal> |
| | | </goals> |
| | | <phase>package</phase> |
| | | <configuration> |
| | | <descriptors> |
| | | <descriptor>src/main/assembly/config-ref-assembly.xml</descriptor> |
| | | </descriptors> |
| | | </configuration> |
| | | </execution> |
| | | |
| | | <execution> |
| | | <id>generated-doc-sources</id> |
| | | <goals> |
| | | <goal>single</goal> |
| | | </goals> |
| | | <phase>package</phase> |
| | | <configuration> |
| | | <descriptors> |
| | | <descriptor>src/main/assembly/generated-doc-sources-assembly.xml</descriptor> |
| | | </descriptors> |
| | | </configuration> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | </profile> |