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

Mark Craig
24.51.2011 255d29e79e6848a9e15adf24a30fa10042b3452d
opendj-sdk/opends/pom.xml
@@ -105,6 +105,32 @@
              </target>
            </configuration>
          </execution>
          <execution>
            <id>docgen</id>
            <phase>pre-site</phase>
            <goals>
              <goal>run</goal>
            </goals>
            <configuration>
              <target>
                <ant target="configguide" />
              </target>
            </configuration>
          </execution>
          <execution>
            <id>cp-docget</id>
            <phase>post-site</phase>
            <goals>
              <goal>run</goal>
            </goals>
            <configuration>
              <target>
                <copy todir="build/site/configref">
                  <fileset dir="build/docgen/configuration_guide/" />
                </copy>
              </target>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>