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

Mark Craig
23.15.2013 d665df9c328f89e6cb9900bba6ba25b4a5db9bf7
opendj3/pom.xml
@@ -129,6 +129,7 @@
    <releaseDate/>
    <softwareReleaseDate>${releaseDate}</softwareReleaseDate>
    <checkstyleHeaderLocation>org/forgerock/checkstyle/opendj-java-header</checkstyleHeaderLocation>
    <frDocPluginVersion>1.2.0</frDocPluginVersion>
  </properties>
  <build>
    <plugins>
@@ -161,7 +162,7 @@
      <plugin>
        <groupId>org.forgerock.commons</groupId>
        <artifactId>forgerock-doc-maven-plugin</artifactId>
        <version>1.1.0</version>
        <version>${frDocPluginVersion}</version>
        <inherited>false</inherited>
        <configuration>
         <projectName>OpenDJ</projectName>
@@ -169,6 +170,13 @@
        </configuration>
        <executions>
          <execution>
            <id>copy-common</id>
            <phase>pre-site</phase>
            <goals>
              <goal>boilerplate</goal>
            </goals>
          </execution>
          <execution>
            <id>build-doc</id>
            <phase>pre-site</phase>
            <goals>