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

Mark Craig
17.03.2012 b9cf2b7358c8839b77a05fc1196717d6f753738a
opendj-sdk/opends/pom.xml
@@ -69,6 +69,26 @@
      </notifier>
    </notifiers>
  </ciManagement>
  <repositories>
    <repository>
      <id>forgerock-staging-repository</id>
      <name>ForgeRock Release Repository</name>
      <url>http://maven.forgerock.org/repo/releases</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
    <repository>
      <id>forgerock-snapshots-repository</id>
      <name>ForgeRock Snapshot Repository</name>
      <url>http://maven.forgerock.org/repo/snapshots</url>
      <releases>
        <enabled>false</enabled>
      </releases>
    </repository>
  </repositories>
  <properties>
    <ant.home>ext/ant</ant.home>
    <BUILD_NUMBER>0</BUILD_NUMBER>
@@ -78,6 +98,7 @@
    <plugins>
      <plugin>
        <artifactId>maven-antrun-plugin</artifactId>
        <inherited>false</inherited>
        <executions>
          <execution>
            <id>clean</id>
@@ -106,6 +127,18 @@
            </configuration>
          </execution>
          <execution>
            <id>generate-log-reference</id>
            <phase>compile</phase>
            <goals>
              <goal>run</goal>
            </goals>
            <configuration>
              <target>
                <ant target="generateLogReference" />
              </target>
            </configuration>
          </execution>
          <execution>
            <id>generate-docs</id>
            <phase>pre-site</phase>
            <goals>
@@ -192,6 +225,7 @@
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <inherited>false</inherited>
            <executions>
              <execution>
                <id>compile</id>
@@ -213,4 +247,7 @@
      </build>
    </profile>
  </profiles>
  <modules>
    <module>opendj-log-ref</module>
  </modules>
</project>