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

Mark Craig
22.14.2015 fec70a0097afadae97de92d5b98f877950b1284a
pom.xml
@@ -21,7 +21,7 @@
  !
  ! CDDL HEADER END
  !
  !      Copyright 2011-2014 ForgeRock AS
  !      Copyright 2011-2015 ForgeRock AS.
  !
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -136,7 +136,7 @@
    <docPreviousVersion>2.6.0</docPreviousVersion>
    <sdkDocTargetVersion>${docTargetVersion}</sdkDocTargetVersion>
    <frDocPluginVersion>2.1.5</frDocPluginVersion>
    <frDocPluginVersion>3.0.0-SNAPSHOT</frDocPluginVersion>
    <gaId>UA-23412190-8</gaId>
    <siteDistributionURL>scp://forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</siteDistributionURL>
@@ -157,7 +157,7 @@
    <configRefBase>http://opendj.forgerock.org/opendj-server/configref/</configRefBase>
    <serverJavadocBase>http://opendj.forgerock.org/opendj-server/javadoc/</serverJavadocBase>
    <sdkJavadocBase>http://opendj.forgerock.org/opendj-core/apidocs/</sdkJavadocBase>
  <!-- END Documentation properties -->
    <!-- END Documentation properties -->
  </properties>
  <build>
    <plugins>
@@ -167,58 +167,45 @@
        <version>${frDocPluginVersion}</version>
        <inherited>false</inherited>
        <configuration>
         <!-- Standard configuration -->
         <projectName>OpenDJ</projectName>
         <projectVersion>${docTargetVersion}</projectVersion>
         <latestJson>http://docs.forgerock.org/latest.json</latestJson>
         <releaseVersion>${docTargetVersion}</releaseVersion>
         <googleAnalyticsId>${gaId}</googleAnalyticsId>
         <!-- JCite SDK Example code -->
         <jCiteSourcePaths>
           <jCiteSourcePath>${project.basedir}/opendj-ldap-sdk-examples/src/main/java</jCiteSourcePath>
         </jCiteSourcePaths>
        </configuration>
        <executions>
          <execution>
            <id>copy-common</id>
            <phase>pre-site</phase>
            <goals>
              <goal>boilerplate</goal>
            </goals>
          </execution>
          <execution>
           <id>filter-sources</id>
           <id>pre-process-doc</id>
           <phase>pre-site</phase>
           <goals>
            <goal>filter</goal>
            <goal>process</goal>
           </goals>
          </execution>
          <execution>
           <id>run-jcite</id>
           <id>build-doc</id>
           <phase>pre-site</phase>
           <configuration>
            <sourcePaths>
             <sourcePath>${project.basedir}/opendj-ldap-sdk-examples/src/main/java</sourcePath>
            </sourcePaths>
           </configuration>
           <goals>
            <goal>jcite</goal>
            <goal>build</goal>
           </goals>
          </execution>
          <execution>
            <id>prepare-sources</id>
            <phase>pre-site</phase>
            <goals>
              <goal>prepare</goal>
            </goals>
           <id>layout-site</id>
           <phase>site</phase>
           <goals>
            <goal>site</goal>
           </goals>
          </execution>
          <execution>
            <id>build-doc</id>
            <phase>pre-site</phase>
            <goals>
              <goal>build</goal>
            </goals>
          </execution>
          <execution>
            <id>layout-doc</id>
            <phase>site</phase>
            <goals>
              <goal>layout</goal>
            </goals>
           <id>layout-release</id>
           <phase>site</phase>
           <goals>
            <goal>release</goal>
           </goals>
          </execution>
        </executions>
      </plugin>