OPENDJ-2773 Fix build break
This patch moves the SDK man page assembly to the `man-pages` profile.
| | |
| | | </descriptors> |
| | | </configuration> |
| | | </execution> |
| | | |
| | | <execution> |
| | | <id>sdk-tools-man-pages</id> |
| | | <goals> |
| | | <goal>single</goal> |
| | | </goals> |
| | | <phase>package</phase> |
| | | <configuration> |
| | | <descriptors> |
| | | <descriptor>src/main/assembly/sdk-tools-man-pages-assembly.xml</descriptor> |
| | | </descriptors> |
| | | </configuration> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | </plugins> |
| | |
| | | <artifactId>maven-assembly-plugin</artifactId> |
| | | <executions> |
| | | <execution> |
| | | <id>sdk-tools-man-pages</id> |
| | | <goals> |
| | | <goal>single</goal> |
| | | </goals> |
| | | <phase>package</phase> |
| | | <configuration> |
| | | <descriptors> |
| | | <descriptor>src/main/assembly/sdk-tools-man-pages-assembly.xml</descriptor> |
| | | </descriptors> |
| | | </configuration> |
| | | </execution> |
| | | |
| | | <execution> |
| | | <id>server-tools-man-pages-sources</id> |
| | | <goals> |
| | | <goal>single</goal> |