pom.xml revision 6ce3dabbba7e4e63677d017240c4bbb31d083469
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* The contents of this file are subject to the terms
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* of the Common Development and Distribution License
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* (the License). You may not use this file except in
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* compliance with the License.
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* You can obtain a copy of the License at
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* See the License for the specific language governing
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* permission and limitations under the License.
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* When distributing Covered Code, include this CDDL
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* Header Notice in each file and include the License file
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* at http://forgerock.org/license/CDDLv1.0.html
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* If applicable, add the following below the CDDL Header,
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* with the fields enclosed by brackets [] replaced by
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* your own identifying information:
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina* "Portions Copyrighted [year] [name of copyright owner]"
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina<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/maven-v4_0_0.xsd">
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <!-- Build Notes:
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina To Build all of OpenAM use the following Maven Command:
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina cd to openam top directory.
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina mvn clean install
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina To Build only a specify Module: (This will pull existing modules whichever is newest local or remote).
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina mvn clean install -pl <module Name>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina To Build only specific Module and Dependencies
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina mvn clean install -pl <module Name> -am
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina Skipping Tests add:
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina -DskipTests=true
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina Running only a test or list of tests:
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina -DfailIfNoTests=false -Dtest=org.forgerock.restlet.ext.openam.OpenAMParametersTest
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <!-- Parent Project -->
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <!-- Component Definition -->
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <organization>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina </organization>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <issueManagement>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <url>https://bugster.forgerock.org/jira/browse/OPENAM</url>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina </issueManagement>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <url>http://www.opensource.org/licenses/cddl1.php</url>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <comments>Common Development and Distribution License (CDDL) 1.0.
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina This license applies to OpenAM source code as indicated in the
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina sources themselves.
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <url>http://creativecommons.org/licenses/by-nc-nd/3.0/</url>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina Unported. This license applies to the site content, and to the
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina documentation as indicated in the documentation source code.
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <!-- Component Properties -->
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <!-- **************************************************************** -->
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <maven.build.timestamp.format>yyyy-MMM-dd HH:mm:ss</maven.build.timestamp.format>
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <!-- **************************************************************** -->
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <!-- Java Properties -->
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <java.source.version>1.5</java.source.version>
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <java.target.version>1.5</java.target.version>
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <federation.java.source.version>1.6</federation.java.source.version>
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <federation.java.target.version>1.6</federation.java.target.version>
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <!-- Surefire Argument Line -->
a16e7a370d0b564a5edad7791d2421d175c0787aPavel Březina <java.surefire.options>-Xms2g -Xmx2g -XX:MaxPermSize=512m</java.surefire.options>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <!-- JavaDoc Setting Properties -->
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <javadoc.options>-J-Xms2g -J-Xmx2g -J-XX:MaxPermSize=512m</javadoc.options>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <!-- Shade plugin setting for ClientSDK build -->
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <generate.clientsdk.sources>false</generate.clientsdk.sources>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <!-- Project Encoding -->
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <!-- Version Properties -->
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <opendj.server.version>2.6.1</opendj.server.version>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <opendj.sdk.version>2.6.8</opendj.sdk.version>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <commons.forgerock-util.version>1.1.0</commons.forgerock-util.version>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <commons.json-resource.version>1.2.2</commons.json-resource.version>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <commons.json-patch.version>1.0.0</commons.json-patch.version>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <forgerock.json.version>2.0.2</forgerock.json.version>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <commons.authfilter.version>1.2.1</commons.authfilter.version>
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina <forgerock-ui.version>1.0.1</forgerock-ui.version>
<siteDistributionURL>scp://forgerock.org/var/www/vhosts/openam.forgerock.org/httpdocs</siteDistributionURL>
<groupId>org.owasp.esapi</groupId>
<!-- See: http://en.wikipedia.org/wiki/List_of_file_formats -->
<![CDATA[Copyright © 2010-2013, <a href="http://www.forgerock.com">ForgeRock<a> All Rights Reserved.]]>
com.iplanet.am.sdk:com.iplanet.am.util:com.iplanet.dpro.parser:com.iplanet.dpro.session.service:com.iplanet.log:com.iplanet.services.cdm:com.iplanet.services.ldap:com.iplanet.services.util:com.iplanet.sso:com.iplanet.ums:com.sun.identity.authentication:com.sun.identity.entitlement:com.sun.identity.federation.accountmgmt:com.sun.identity.federation.common:com.sun.identity.federation.message:com.sun.identity.federation.message.common:com.sun.identity.federation.plugins:com.sun.identity.federation.services:com.sun.identity.idm:com.sun.identity.jaxrpc:com.sun.identity.liberty.ws.authnsvc:com.sun.identity.liberty.ws.authnsvc.mechanism:com.sun.identity.liberty.ws.authnsvc.protocol:com.sun.identity.liberty.ws.common:com.sun.identity.liberty.ws.common.wsse:com.sun.identity.liberty.ws.disco:com.sun.identity.liberty.ws.disco.plugins:com.sun.identity.liberty.ws.dst:com.sun.identity.liberty.ws.dst.service:com.sun.identity.liberty.ws.idpp.common:com.sun.identity.liberty.ws.idpp.plugin:com.sun.identity.liberty.ws.interaction:com.sun.identity.liberty.ws.interfaces:com.sun.identity.liberty.ws.paos:com.sun.identity.liberty.ws.security:com.sun.identity.liberty.ws.soapbinding:com.sun.identity.log:com.sun.identity.plugin.configuration:com.sun.identity.plugin.datastore:com.sun.identity.plugin.log:com.sun.identity.plugin.session:com.sun.identity.policy:com.sun.identity.sae.api:com.sun.identity.saml:com.sun.identity.saml2.assertion:com.sun.identity.saml2.common:com.sun.identity.saml2.ecp:com.sun.identity.saml2.plugins:com.sun.identity.saml2.profile:com.sun.identity.saml2.protocol:com.sun.identity.security:com.sun.identity.shared.debug:com.sun.identity.shared.jaxrpc:com.sun.identity.shared.locale:com.sun.identity.shared.stats:com.sun.identity.shared.whitelist:com.sun.identity.sm:com.sun.identity.wsfederation.common:com.sun.identity.wsfederation.plugins:com.sun.identity.wss.provider:com.sun.identity.wss.security:com.sun.identity.wss.security.handler:com.sun.identity.wss.sts:com.sun.identity.xacml.client:com.sun.identity.xacml.common:com.sun.identity.xacml.context:com.sun.identity.xacml.context.impl:com.sun.identity.xacml.policy:com.sun.identity.xacml.policy.impl:com.sun.identity.xacml.saml2:com.sun.identity.xacml.saml2.impl:com.sun.liberty:org.forgerock.openam.authentication.service:org.forgerock.openam.entitlement:org.forgerock.openam.ldap:org.forgerock.openam.oauth2.provider:org.forgerock.openam.session.service:org.forgerock.openam.upgrade