mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
03.15.2016 11a43befecad77f8fe1585e487ce6d1487cf95a3
OPENDJ-2773 Fix build break

This patch moves the SDK man page assembly to the `man-pages` profile.
1 files modified
26 ■■■■ changed files
opendj-doc-generated-ref/pom.xml 26 ●●●● patch | view | raw | blame | history
opendj-doc-generated-ref/pom.xml
@@ -350,19 +350,6 @@
                            </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>
@@ -628,6 +615,19 @@
                        <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>