pom.xml revision 1d03ac3e808c2c653316d01713105e209914fc81
640b2adac05bb7f5e9fba064434c91852c3a72e6nd* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
8e34905974b7a442a55adac3b3fdb196c389e807takashi* Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
640b2adac05bb7f5e9fba064434c91852c3a72e6nd* The contents of this file are subject to the terms
8e34905974b7a442a55adac3b3fdb196c389e807takashi* of the Common Development and Distribution License
8e34905974b7a442a55adac3b3fdb196c389e807takashi* (the License). You may not use this file except in
640b2adac05bb7f5e9fba064434c91852c3a72e6nd* compliance with the License.
640b2adac05bb7f5e9fba064434c91852c3a72e6nd* You can obtain a copy of the License at
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive* See the License for the specific language governing
8e34905974b7a442a55adac3b3fdb196c389e807takashi* permission and limitations under the License.
ef685e00a47967e27d89709461728a229d762172nd* When distributing Covered Code, include this CDDL
5d9dde8f997986164b64d3b4033b3bc08be3d8ederikabele* Header Notice in each file and include the License file
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive* If applicable, add the following below the CDDL Header,
5d9dde8f997986164b64d3b4033b3bc08be3d8ederikabele* with the fields enclosed by brackets [] replaced by
5d9dde8f997986164b64d3b4033b3bc08be3d8ederikabele* your own identifying information:
5d9dde8f997986164b64d3b4033b3bc08be3d8ederikabele* "Portions Copyrighted [year] [name of copyright owner]"
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive<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">
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive <!-- Build Notes:
ef685e00a47967e27d89709461728a229d762172nd To Build all of OpenAM use the following Maven Command:
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive cd to openam top directory.
222f0f03c2f9ee6343c18f80f0cb6e9aad21bc58slive mvn clean install
1f2a7403f1389cbf2da0a53a2b2fb425dea75506erikabele To Build only a specify Module: (This will pull existing modules whichever is newest local or remote).
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive mvn clean install -pl <module Name>
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive To Build only specific Module and Dependencies
8695ac77919c5b0b6eefe2bcb99762f0574aaec3rbowen mvn clean install -pl <module Name> -am
17ca00f92106c825382359ebf0a754f8df21e316rbowen Skipping Tests add:
8695ac77919c5b0b6eefe2bcb99762f0574aaec3rbowen -DskipTests=true
17ca00f92106c825382359ebf0a754f8df21e316rbowen Running only a test or list of tests:
17ca00f92106c825382359ebf0a754f8df21e316rbowen -DfailIfNoTests=false -Dtest=org.forgerock.restlet.ext.openam.OpenAMParametersTest
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive <!-- Parent Project -->
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive <!-- Component Definition -->
95e8cab14596a61826fa52477dcaebc07bfbad00colm <organization>
95e8cab14596a61826fa52477dcaebc07bfbad00colm </organization>
95e8cab14596a61826fa52477dcaebc07bfbad00colm <issueManagement>
95e8cab14596a61826fa52477dcaebc07bfbad00colm <url>https://bugster.forgerock.org/jira/browse/OPENAM</url>
17efa6b5344b7574597eec03f02ef28103e19265nd </issueManagement>
17efa6b5344b7574597eec03f02ef28103e19265nd <licenses>
17efa6b5344b7574597eec03f02ef28103e19265nd <comments>Common Development and Distribution License (CDDL) 1.0.
17efa6b5344b7574597eec03f02ef28103e19265nd This license applies to OpenAM source code as indicated in the
17efa6b5344b7574597eec03f02ef28103e19265nd sources themselves.
17efa6b5344b7574597eec03f02ef28103e19265nd </comments>
17efa6b5344b7574597eec03f02ef28103e19265nd </license>
8e34905974b7a442a55adac3b3fdb196c389e807takashi <url>http://creativecommons.org/licenses/by-nc-nd/3.0/</url>
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai <comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai Unported. This license applies to the site content, and to the
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai documentation as indicated in the documentation source code.
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai </comments>
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai </licenses>
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai <!-- Component Properties -->
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai <properties>
17efa6b5344b7574597eec03f02ef28103e19265nd <!-- **************************************************************** -->
8e34905974b7a442a55adac3b3fdb196c389e807takashi <maven.build.timestamp.format>yyyy-MMM-dd HH:mm:ss</maven.build.timestamp.format>
17efa6b5344b7574597eec03f02ef28103e19265nd <!-- **************************************************************** -->
8e34905974b7a442a55adac3b3fdb196c389e807takashi <!-- Java Properties -->
8e34905974b7a442a55adac3b3fdb196c389e807takashi <federation.java.source.version>1.6</federation.java.source.version>
17efa6b5344b7574597eec03f02ef28103e19265nd <federation.java.target.version>1.6</federation.java.target.version>
17efa6b5344b7574597eec03f02ef28103e19265nd <!-- Surefire Argument Line -->
17efa6b5344b7574597eec03f02ef28103e19265nd <java.surefire.options>-Xms2g -Xmx2g -XX:MaxPermSize=512m</java.surefire.options>
8e34905974b7a442a55adac3b3fdb196c389e807takashi <!-- JavaDoc Setting Properties -->
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx <javadoc.options>-J-Xms2g -J-Xmx2g -J-XX:MaxPermSize=512m</javadoc.options>
ef685e00a47967e27d89709461728a229d762172nd <!-- Shade plugin setting for ClientSDK build -->
ef685e00a47967e27d89709461728a229d762172nd <generate.clientsdk.sources>false</generate.clientsdk.sources>
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx <!-- Project Encoding -->
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx <!-- Version Properties -->
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen <commons.forgerock-util.version>1.3.0</commons.forgerock-util.version>
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen <commons.authfilter.version>1.4.0-SNAPSHOT</commons.authfilter.version>
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen <forgerock.json.version>2.2.5-SNAPSHOT</forgerock.json.version>
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen <forgerock-ui.version>1.0.15-SNAPSHOT</forgerock-ui.version>
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen <forgerock.guice.version>1.0.1</forgerock.guice.version>
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen <santuario.xmlsec.version>1.5.6</santuario.xmlsec.version>
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick <cxf-services-sts-core.version>2.7.8</cxf-services-sts-core.version>
8e34905974b7a442a55adac3b3fdb196c389e807takashi <cxf-rt-ws-security.version>2.7.8</cxf-rt-ws-security.version>
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick <!-- Same version as required by cxf-rt-ws-security. 2.x release introduced major changes -->
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick <commons-beanutils.version>1.8.3</commons-beanutils.version>
1f666f93c91dbb492dc7706573b369cd03b84265poirier <commons-collections.version>3.2.1</commons-collections.version>
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick <commons-digester.version>2.1</commons-digester.version>
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick <commons-fileupload.version>1.2.2</commons-fileupload.version>
81622596373177e079337e956f7a5800895443b3erikabele <commons-logging.version>1.1.3</commons-logging.version>
8e34905974b7a442a55adac3b3fdb196c389e807takashi <commons-logging-api.version>1.1</commons-logging-api.version>
81622596373177e079337e956f7a5800895443b3erikabele <jaxrpc-impl.version>1.1.3_01-041406</jaxrpc-impl.version>
81622596373177e079337e956f7a5800895443b3erikabele <jersey-bundle.version>1.1.1-ea</jersey-bundle.version>
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen <relaxngDatatype.version>20020414</relaxngDatatype.version>
8e34905974b7a442a55adac3b3fdb196c389e807takashi <FastInfoset.version>2006-26-09</FastInfoset.version>
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabele <jsr173_api.version>2004-30-01</jsr173_api.version>
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabele <publicsuffix.version>1.0.1</publicsuffix.version>
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabele <webservices-extra.version>2008-03-12</webservices-extra.version>
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabele <webservices-extra-api.version>2003-09-04</webservices-extra-api.version>
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabele <webservices-rt.version>2009-29-07</webservices-rt.version>
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabele <webservices-api.version>2009-14-01</webservices-api.version>
4a67c5c0053e1c1c2202122e46a42987f6fd28dfyoshiki <javax.security.auth.message.version>3.1</javax.security.auth.message.version>
f4166cb2bf5e48c1b0f18b0d1f6757fce82230a8nd <openam.version>OpenAM ${project.version}</openam.version>
8e34905974b7a442a55adac3b3fdb196c389e807takashi <!-- Project web site -->
f4166cb2bf5e48c1b0f18b0d1f6757fce82230a8nd <siteDistributionURL>scp://forgerock.org/var/www/vhosts/openam.forgerock.org/httpdocs</siteDistributionURL>
f4166cb2bf5e48c1b0f18b0d1f6757fce82230a8nd <!-- Default license (CDDL) to package into the artifacts -->
f4166cb2bf5e48c1b0f18b0d1f6757fce82230a8nd <forgerock.license.groupId>org.forgerock</forgerock.license.groupId>
17efa6b5344b7574597eec03f02ef28103e19265nd <forgerock.license.artifactId>cddl-license</forgerock.license.artifactId>
8e34905974b7a442a55adac3b3fdb196c389e807takashi <forgerock.license.version>1.0.0</forgerock.license.version>
17efa6b5344b7574597eec03f02ef28103e19265nd </properties>
17efa6b5344b7574597eec03f02ef28103e19265nd <!-- Profiles -->
4a67c5c0053e1c1c2202122e46a42987f6fd28dfyoshiki <!-- Place Default Profiles here to override and determine Environment. -->
4a67c5c0053e1c1c2202122e46a42987f6fd28dfyoshiki <!-- This profile gets activated for WINDOWS and LINUX Systems -->
4a67c5c0053e1c1c2202122e46a42987f6fd28dfyoshiki <activation>
8e34905974b7a442a55adac3b3fdb196c389e807takashi </activation>
e9e8e471353eaa5576e1e96530968d02f208e39fnd <properties>
1e1be8a0871405df3c1ec4d6d33aab71996ad0c9nilgun </properties>
e9e8e471353eaa5576e1e96530968d02f208e39fnd <dependencies>
e9e8e471353eaa5576e1e96530968d02f208e39fnd <dependency>
<!-- Overrides the default CDDL license with the Forgerock binary license. Only available from Forgerock internal repository. -->
<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