| | |
| | | ! |
| | | ! 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> |
| | |
| | | <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> |
| | |
| | | -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> |
| | |
| | | </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> |
| | |
| | | <distribution>repo</distribution> |
| | | </license> |
| | | </licenses> |
| | | </project> |
| | | </project> |