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

Violette Roche-Montane
29.42.2013 335b85380124444e2c2205832a8a60dbef2da30c
opendj3/pom.xml
@@ -23,10 +23,7 @@
  !
  !      Copyright 2011-2012 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">
--><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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.forgerock</groupId>
@@ -96,6 +93,7 @@
    <module>opendj-ldap-toolkit</module>
    <module>opendj-rest2ldap</module>
    <module>opendj-ldap-sdk-examples</module>
    <module>opendj-server2x-adapter</module>
  </modules>
  <properties>
    <currentSDKversion>${project.version}</currentSDKversion>
@@ -113,7 +111,7 @@
          -D"releaseDate=Software release date: January 1, 1970"
      Otherwise release date should remain empty.
    -->
    <releaseDate />
    <releaseDate/>
    <softwareReleaseDate>${releaseDate}</softwareReleaseDate>
    <checkstyleHeaderLocation>org/forgerock/checkstyle/opendj-java-header</checkstyleHeaderLocation>
  </properties>
@@ -262,9 +260,20 @@
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore />
                    <ignore/>
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>build-helper-maven-plugin</artifactId>
                    <versionRange>[1.4,)</versionRange>
                    <goals>
                      <goal>reserve-network-port</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action><ignore /></action>
                </pluginExecution>
              </pluginExecutions>
            </lifecycleMappingMetadata>
          </configuration>
@@ -389,4 +398,4 @@
    <distribution>repo</distribution>
   </license>
  </licenses>
</project>
</project>