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

vharseko
10.51.2018 3399fb4ab7f071d8331e65f59e8b01499801ec7d
try faster build without man-docs
2 files modified
85 ■■■■ changed files
opendj-doc-generated-ref/pom.xml 83 ●●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-doc-generated-ref/pom.xml
@@ -93,7 +93,17 @@
                    </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>
@@ -321,48 +331,6 @@
                </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>
@@ -656,6 +624,37 @@
                            </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>
opendj-server-legacy/pom.xml
@@ -1272,7 +1272,7 @@
                    <org.opends.test.pauseOnFailure>false</org.opends.test.pauseOnFailure>
                    <org.opends.test.copyClassesToTestPackage>false</org.opends.test.copyClassesToTestPackage>
                  </systemPropertyVariables>
                  <argLine>-server -Xms1024M -Xmx2048M -XX:MaxPermSize=256m</argLine>
                  <argLine>-server -Xmx2048M -XX:MaxPermSize=256m</argLine>
                </configuration>
              </execution>
            </executions>