0N/A<?
xml version="1.0" encoding="UTF-8"?>
0N/A <
modelVersion>4.0.0</
modelVersion>
0N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 0N/A * Copyright (c) 2011-2013 ForgeRock Inc. All Rights Reserved 0N/A * The contents of this file are subject to the terms 0N/A * of the Common Development and Distribution License 0N/A * (the License). You may not use this file except in 0N/A * compliance with the License. 0N/A * You can obtain a copy of the License at 0N/A * See the License for the specific language governing 0N/A * permission and limitations under the License. 1472N/A * When distributing Covered Code, include this CDDL 1472N/A * Header Notice in each file and include the License file 0N/A * If applicable, add the following below the CDDL Header, 0N/A * with the fields enclosed by brackets [] replaced by 1879N/A * your own identifying information: 1879N/A * "Portions Copyrighted [year] [name of copyright owner]" 1879N/A To Build all of OpenAM use the following Maven Command: 1879N/A cd to openam top directory. 0N/A To Build only a specify Module: (This will pull existing modules whichever is newest local or remote). 0N/A mvn clean install -pl <module Name> 0N/A To Build only specific Module and Dependencies 0N/A mvn clean install -pl <module Name> -am 0N/A Running only a test or list of tests: 0N/A <!-- Parent Project --> 0N/A <
artifactId>forgerock-parent</
artifactId>
0N/A <
version>1.1.0</
version>
0N/A <!-- Component Definition --> 0N/A <
name>OpenAM Project</
name>
0N/A <
artifactId>openam</
artifactId>
941N/A <
version>10.2.0-SNAPSHOT</
version>
941N/A <
packaging>pom</
packaging>
941N/A <
description>OpenAM</
description>
941N/A <
inceptionYear>2010</
inceptionYear>
0N/A <
name>ForgeRock</
name>
0N/A <
system>Jira</
system>
0N/A <
name>CDDL-1.0</
name>
0N/A <
comments>Common Development and Distribution License (CDDL) 1.0.
0N/A This license applies to OpenAM source code as indicated in the
0N/A <
distribution>repo</
distribution>
0N/A <
name>CC BY-NC-ND 3.0</
name>
0N/A <
comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0
0N/A Unported. This license applies to the site content, and to the
0N/A documentation as indicated in the documentation source code.
0N/A <
distribution>repo</
distribution>
0N/A <!-- Component Properties --> 0N/A <!-- **************************************************************** --> 0N/A <!-- **************************************************************** --> 0N/A <!-- Java Properties --> 0N/A <!-- Backed off from 1.6 --> 0N/A <!-- Backed off from 1.6 --> 0N/A <!-- Surefire Argument Line --> 0N/A <!-- JavaDoc Setting Properties --> 0N/A <!-- Shade plugin setting for ClientSDK build --> 0N/A <!-- Project Encoding --> 0N/A <!-- Product Properties File Inclusion during Build --> 0N/A <!-- Version Properties --> 0N/A <!-- Project web site --> 0N/A <!-- Place Default Profiles here to override and determine Environment. --> 0N/A <
id>default-profile</
id>
0N/A <!-- This profile gets activated for WINDOWS and LINUX Systems --> 941N/A <
artifactId>tools</
artifactId>
941N/A <
optional>true</
optional>
0N/A <
systemPath>${toolsjar}</
systemPath>
941N/A <
name>performRelease</
name>
941N/A <!-- OpenAM Child Modules --> 941N/A <!-- Build order will be determined by the Maven Reactor. --> 0N/A <
module>openam-ldap-utils</
module>
0N/A <
module>openam-datastore</
module>
0N/A <!-- OpenAM Locale - Common Module --> 0N/A <
module>openam-locale</
module>
0N/A <!-- OpenAM Shared - Common Module --> 941N/A <
module>openam-shared</
module>
941N/A <!-- OpenAM Entitlement Module (XACML 3)--> 941N/A <
module>openam-entitlements</
module>
941N/A <!-- OpenAM Authentication Modules --> 941N/A <
module>openam-authentication</
module>
941N/A <!-- OpenAM Schema Modules --> 941N/A <
module>openam-schema</
module>
941N/A <!-- OpenAM CoreToken Module --> 941N/A <
module>openam-coretoken</
module>
941N/A <!-- OpenAM REST - CORE Module --> 941N/A <
module>openam-rest</
module>
941N/A <!-- OpenAM ForgeRock REST - CORE Module --> 941N/A <
module>openam-forgerock-rest</
module>
941N/A <
module>openam-plugins</
module>
941N/A <
module>openam-console</
module>
941N/A <!-- OpenAM Core Module --> 941N/A <
module>openam-core</
module>
941N/A <!-- OpenAM Commons Authentication Filter --> 941N/A <
module>openam-auth-filter</
module>
941N/A <!-- OpenAM CLI Module --> 941N/A <
module>openam-cli</
module>
941N/A <!-- OpenAM Federation Modules --> 941N/A <
module>openam-federation</
module>
941N/A <!-- OpenAM OAuth Token Service --> 941N/A <
module>openam-oauth</
module>
941N/A <!-- OpenAM OAuth2 Token Service --> 941N/A <
module>openam-oauth2</
module>
941N/A <
module>openam-common-auth-ui</
module>
941N/A <
module>openam-server-auth-ui</
module>
941N/A <
module>openam-ui-ria</
module>
941N/A <
module>openam-server-only</
module>
941N/A <
module>openam-server</
module>
0N/A <!-- Tools Artifacts --> 0N/A <
module>openam-tools</
module>
0N/A <!-- Java Client SDK Artifacts --> 0N/A <
module>openam-clientsdk</
module>
0N/A <
module>openam-distauth</
module>
941N/A <
module>openam-documentation</
module>
941N/A <!-- Final Packaging Distribution Kit --> 941N/A <
module>openam-distribution</
module>
941N/A <!-- Final Packaging Distribution Kit --> 941N/A <
module>openam-dashboard</
module>
941N/A <
module>openam-examples</
module>
0N/A <!-- Mailing Lists --> 0N/A <
name>OpenAM Users List</
name>
0N/A <
post>openam@forgerock.org</
post>
0N/A <
name>OpenAM Developers List</
name>
0N/A <
post>openam-dev@forgerock.org</
post>
0N/A <
name>OpenAM Commit Notifications</
name>
0N/A <
post>commitopenam@forgerock.org</
post>
0N/A <!-- Maven Repositories --> 1703N/A <!-- ForgeRock Common Internal Project Repositories --> 1703N/A <
id>forgerock-staging-repo</
id>
1703N/A <
name>ForgeRock Release Repository</
name>
0N/A <
enabled>false</
enabled>
0N/A <
id>forgerock-snapshots-repo</
id>
0N/A <
name>ForgeRock Snapshot Repository</
name>
0N/A <
enabled>false</
enabled>
0N/A <
enabled>true</
enabled>
0N/A <!-- ForgeRock Internal Project Repository --> 0N/A <
enabled>true</
enabled>
0N/A <
enabled>true</
enabled>
0N/A <
id>forgerock-staging-repository</
id>
0N/A <
name>ForgeRock Release Repository</
name>
0N/A <
enabled>true</
enabled>
0N/A <
enabled>false</
enabled>
0N/A <
id>forgerock-snapshots-repository</
id>
0N/A <
name>ForgeRock Snapshot Repository</
name>
0N/A <
enabled>false</
enabled>
0N/A <
enabled>true</
enabled>
0N/A <
id>restlet-cache</
id>
0N/A <
name>Restlet Cache Repository</
name>
0N/A <
enabled>true</
enabled>
0N/A <
enabled>false</
enabled>
0N/A <
pluginRepositories>
0N/A <
id>forgerock-openam-plugin-releases</
id>
0N/A <
name>openam-releases</
name>
0N/A <
enabled>false</
enabled>
0N/A <
id>forgerock-openam-plugin-snapshots</
id>
0N/A <
name>openam-snapshots</
name>
0N/A <
enabled>true</
enabled>
0N/A <
id>maven-instant-ws-repo</
id>
0N/A <
name>maven-instant-ws repository</
name>
0N/A <
enabled>true</
enabled>
0N/A <
enabled>true</
enabled>
0N/A </
pluginRepositories>
0N/A <!-- For Deployment to ForgeRock Maven Repository --> 0N/A <
distributionManagement>
0N/A <
snapshotRepository>
0N/A </
snapshotRepository>
0N/A <
name>OpenAM Project</
name>
0N/A <
url>${siteDistributionURL}</
url>
0N/A </
distributionManagement>
0N/A <!-- Dependency Management --> 0N/A <
dependencyManagement>
0N/A <!-- OpenAM project dependencies --> 0N/A <
artifactId>openam-shared</
artifactId>
0N/A <
artifactId>openam-core</
artifactId>
0N/A <
artifactId>openam-authn-filter-config</
artifactId>
0N/A <
artifactId>openam-authn-filter-modules</
artifactId>
2027N/A <
artifactId>openam-authz-filter</
artifactId>
2027N/A <!-- Include all Authentication Modules --> 0N/A <
artifactId>openam-auth-ad</
artifactId>
0N/A <
artifactId>openam-auth-anonymous</
artifactId>
0N/A <
artifactId>openam-auth-adaptive</
artifactId>
0N/A <
artifactId>openam-auth-application</
artifactId>
0N/A <
artifactId>openam-auth-cert</
artifactId>
0N/A <
artifactId>openam-auth-datastore</
artifactId>
45N/A <
artifactId>openam-auth-persistentcookie</
artifactId>
45N/A <
artifactId>openam-auth-common</
artifactId>
0N/A <
artifactId>openam-auth-deviceprint-module</
artifactId>
0N/A <
artifactId>openam-auth-hotp</
artifactId>
0N/A <
artifactId>openam-auth-httpbasic</
artifactId>
0N/A <
artifactId>openam-auth-jdbc</
artifactId>
0N/A <
artifactId>openam-auth-ldap</
artifactId>
0N/A <
artifactId>openam-auth-membership</
artifactId>
0N/A <
artifactId>openam-auth-msisdn</
artifactId>
0N/A <
artifactId>openam-auth-nt</
artifactId>
0N/A <
artifactId>openam-auth-oath</
artifactId>
0N/A <
artifactId>openam-auth-oauth2</
artifactId>
0N/A <
artifactId>openam-auth-radius</
artifactId>
0N/A <
artifactId>openam-auth-safeword</
artifactId>
0N/A <
artifactId>openam-auth-securid</
artifactId>
0N/A <
artifactId>openam-auth-windowsdesktopsso</
artifactId>
0N/A <
artifactId>openam-coretoken</
artifactId>
0N/A <
artifactId>openam-entitlements</
artifactId>
0N/A <
artifactId>openam-rest</
artifactId>
0N/A <
artifactId>openam-forgerock-rest</
artifactId>
0N/A <
artifactId>openam-dashboard</
artifactId>
0N/A <
artifactId>openam-datastore</
artifactId>
45N/A <
artifactId>openam-ldap-utils</
artifactId>
0N/A <
artifactId>openam-federation-library</
artifactId>
0N/A <
artifactId>openam-idpdiscovery</
artifactId>
0N/A <
artifactId>OpenFM</
artifactId>
0N/A <
artifactId>openam-idpdiscovery-war</
artifactId>
0N/A <
artifactId>openam-example-clientsdk-cli</
artifactId>
0N/A <
artifactId>openam-example-clientsdk-war</
artifactId>
0N/A <
artifactId>openam-locale</
artifactId>
0N/A <
artifactId>openam-oauth</
artifactId>
0N/A <
artifactId>openam-oauth2-common</
artifactId>
726N/A <
artifactId>openam-oauth2-core-token-service</
artifactId>
0N/A <
artifactId>openam-oauth2-main</
artifactId>
0N/A <
artifactId>openam-oauth2-openam-extension</
artifactId>
0N/A <
artifactId>openam-oauth2-rest</
artifactId>
0N/A <
artifactId>openam-oauth2-restlet-extension</
artifactId>
0N/A <
artifactId>openam-installtools</
artifactId>
0N/A <!-- OpenAM schema projects --> 0N/A <
artifactId>openam-dtd-schema</
artifactId>
0N/A <
artifactId>openam-jaxrpc-schema</
artifactId>
0N/A <
artifactId>openam-saml2-schema</
artifactId>
0N/A <
artifactId>openam-mib-schema</
artifactId>
941N/A <
artifactId>openam-wsfederation-schema</
artifactId>
0N/A <
artifactId>openam-idsvcs-schema</
artifactId>
0N/A <
artifactId>openam-liberty-schema</
artifactId>
941N/A <
artifactId>openam-xacml3-schema</
artifactId>
941N/A <!-- New RIA Client UI --> 0N/A <
artifactId>openam-ui-ria</
artifactId>
45N/A <
classifier>www</
classifier>
0N/A <!-- CLI components --> 0N/A <
artifactId>openam-cli-definitions</
artifactId>
0N/A <
artifactId>openam-cli-impl</
artifactId>
0N/A <!-- Documentation dependencies --> 0N/A <
artifactId>openam-doc-content</
artifactId>
0N/A <!-- Distribution dependencies --> 0N/A <
artifactId>openam-server</
artifactId>
1703N/A <
artifactId>openam-server-only</
artifactId>
1703N/A <
artifactId>openam-clientsdk</
artifactId>
0N/A <
artifactId>openam-distauth</
artifactId>
0N/A <
artifactId>openam-distribution-amadmsetup</
artifactId>
0N/A <
artifactId>openam-distribution-diagnostics</
artifactId>
0N/A <
artifactId>openam-distribution-fedlet-unconfigured</
artifactId>
45N/A <
artifactId>openam-distribution-ssoadmintools</
artifactId>
45N/A <
artifactId>openam-distribution-ssoconfiguratortools</
artifactId>
0N/A <
artifactId>openam-authfilter-shared</
artifactId>
0N/A <!-- External project dependencies --> 0N/A <
groupId>asm</
groupId>
0N/A <
artifactId>asm</
artifactId>
0N/A <
version>3.3.1</
version>
0N/A <!-- Originally 3.1 --> 1703N/A <
groupId>backport-util-concurrent</
groupId>
1703N/A <
artifactId>backport-util-concurrent</
artifactId>
1703N/A <
artifactId>click-extras</
artifactId>
0N/A <
artifactId>click-nodeps</
artifactId>
0N/A <
version>2.3.0</
version>
0N/A <
groupId>commons-beanutils</
groupId>
0N/A <
artifactId>commons-beanutils</
artifactId>
0N/A <
version>1.8.3</
version>
0N/A <!-- Originally 1.6 --> 0N/A <
groupId>commons-codec</
groupId>
0N/A <
artifactId>commons-codec</
artifactId>
0N/A <
version>1.6</
version>
0N/A <!-- Originally 1.4 --> 0N/A <
groupId>commons-collections</
groupId>
0N/A <
artifactId>commons-collections</
artifactId>
0N/A <
version>3.2.1</
version>
0N/A <
groupId>commons-digester</
groupId>
0N/A <
artifactId>commons-digester</
artifactId>
0N/A <
version>2.1</
version>
0N/A <!-- Originally 1.8.3 --> 0N/A <
groupId>commons-fileupload</
groupId>
0N/A <
artifactId>commons-fileupload</
artifactId>
0N/A <
version>1.2.2</
version>
0N/A <!-- Originally 1.8.3 --> 0N/A <
groupId>commons-io</
groupId>
0N/A <
artifactId>commons-io</
artifactId>
0N/A <
version>2.3</
version>
0N/A <!-- Originally 2.0.1 --> 45N/A <
groupId>commons-lang</
groupId>
45N/A <
artifactId>commons-lang</
artifactId>
45N/A <
version>2.6</
version>
45N/A <!-- Originally 2.5 --> 0N/A <
groupId>commons-logging</
groupId>
0N/A <
artifactId>commons-logging</
artifactId>
0N/A <
version>1.1.1</
version>
0N/A <
groupId>commons-logging</
groupId>
0N/A <
artifactId>commons-logging-api</
artifactId>
0N/A <
version>1.1</
version>
0N/A <
groupId>berkeleydb</
groupId>
0N/A <
artifactId>berkeleydb</
artifactId>
0N/A <
version>1.5.1</
version>
0N/A <!-- Originally ? --> 45N/A <
groupId>external</
groupId>
45N/A <
artifactId>esapiport</
artifactId>
45N/A <
version>2009-26-07</
version>
45N/A <artifactId>esapi</artifactId> 0N/A <version>2.0.1</version> 0N/A <
artifactId>geoip</
artifactId>
0N/A <
version>1.2.5</
version>
0N/A <
artifactId>imq</
artifactId>
0N/A <
version>4.4.2</
version>
0N/A <!-- Originally ? --> 45N/A <
artifactId>imq</
artifactId>
45N/A <
version>4.5.2</
version>
45N/A <!-- Originally 4.1 ? --> 0N/A <
artifactId>jaxb-api</
artifactId>
0N/A <
version>1.0.6</
version>
0N/A <!-- Originally ? --> <
artifactId>jaxb-impl</
artifactId>
<
artifactId>jaxb-libs</
artifactId>
<
artifactId>jaxb-xjc</
artifactId>
<
artifactId>jaxrpc-api</
artifactId>
<
groupId>external</
groupId>
<
artifactId>jaxrpc-impl</
artifactId>
<
version>1.1.3_01-041406</
version>
<
artifactId>jaxrpc-spi</
artifactId>
<
version>1.1.3_01</
version>
<
artifactId>jdom</
artifactId>
<
artifactId>je</
artifactId>
<
version>5.0.73</
version>
<
artifactId>jersey-bundle</
artifactId>
<
version>1.1.1-ea</
version>
<!-- Originally 1.1.1-ea-SNAPSHOT --> <
artifactId>jms</
artifactId>
<
artifactId>jato</
artifactId>
<
version>2005-05-04</
version>
<
artifactId>cc</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_de</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_es</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_fr</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_it</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_ja</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_ko</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_sv</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_zh</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_zh_CN</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_zh_HK</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>cc_zh_TW</
artifactId>
<
version>2008-08-08</
version>
<
artifactId>stax-api</
artifactId>
<
artifactId>jsr311-api</
artifactId>
<
artifactId>jstl</
artifactId>
<
artifactId>log4j</
artifactId>
<
version>1.2.16</
version>
<
artifactId>mail</
artifactId>
<
artifactId>oauth-client</
artifactId>
<
version>1.1.5.2</
version>
<
artifactId>oauth-server</
artifactId>
<
version>1.1.5.2</
version>
<
artifactId>oauth-signature</
artifactId>
<
version>1.1.5.2</
version>
<
groupId>relaxngDatatype</
groupId>
<
artifactId>relaxngDatatype</
artifactId>
<
version>20020414</
version>
<
artifactId>saaj-api</
artifactId>
<
artifactId>saaj-impl</
artifactId>
<
version>1.3.19</
version>
<
artifactId>fest-assert</
artifactId>
<
artifactId>testng</
artifactId>
<
artifactId>mockito-all</
artifactId>
<
artifactId>servlet-api</
artifactId>
<
artifactId>jsp-api</
artifactId>
<
artifactId>jaxws-api</
artifactId>
<!-- TODO webservices-extra-api --> <!-- TODO webservices-extra --> <
artifactId>jaxws-rt</
artifactId>
<
version>2.2.7-promoted-b73</
version>
<
artifactId>webservices-tools</
artifactId>
<
version>2.1-b16</
version>
<
artifactId>xalan</
artifactId>
<
groupId>xml-apis</
groupId>
<
artifactId>xml-apis</
artifactId>
<
groupId>xml-security</
groupId>
<
artifactId>xmlsec</
artifactId>
<
artifactId>xsdlib</
artifactId>
<
version>20060615</
version>
<
artifactId>opendj-ldap-sdk</
artifactId>
<!-- OpenDJ Server - 2.6 --> <
artifactId>opendj-server</
artifactId>
<!-- Legacy External Libraries for OpenAM --> <!-- We need to eventually ween off of these --> <
groupId>external</
groupId>
<!-- This version is different from what is out in central. Very Bad! --> <
artifactId>ant-contrib</
artifactId>
<!-- TODO - Needs to be scoped as compile eventually --> <!-- <scope>compile</scope> --> <!-- Dependencies for the Build Helper Maven Plugin --> <
artifactId>maven-plugin-api</
artifactId>
<
artifactId>maven-project</
artifactId>
<
version>3.0-alpha-2</
version>
<
groupId>external</
groupId>
<
artifactId>authapi</
artifactId>
<
version>2005-08-12</
version>
<
groupId>external</
groupId>
<
artifactId>FastInfoset</
artifactId>
<
version>2006-26-09</
version>
<
groupId>external</
groupId>
<
artifactId>jdmkrt</
artifactId>
<
version>2007-01-10</
version>
<
groupId>external</
groupId>
<
artifactId>jdmktk</
artifactId>
<
version>2007-01-10</
version>
<
groupId>external</
groupId>
<
artifactId>jsr173_api</
artifactId>
<
version>2004-30-01</
version>
<
groupId>external</
groupId>
<
artifactId>jss4</
artifactId>
<
version>2007-08-11</
version>
<
groupId>external</
groupId>
<
artifactId>publicsuffix</
artifactId>
<
groupId>external</
groupId>
<
artifactId>swec</
artifactId>
<
version>2002-02-05</
version>
<
groupId>external</
groupId>
<
artifactId>webservices-extra</
artifactId>
<
version>2008-03-12</
version>
<
groupId>external</
groupId>
<
artifactId>webservices-extra-api</
artifactId>
<
version>2003-09-04</
version>
<
groupId>external</
groupId>
<
artifactId>webservices-rt</
artifactId>
<
version>2009-29-07</
version>
<
groupId>external</
groupId>
<
artifactId>webservices-api</
artifactId>
<
version>2009-14-01</
version>
<!-- Preferred JSON Data Binding API --> <
artifactId>jackson-annotations</
artifactId>
<
artifactId>jackson-core</
artifactId>
<
artifactId>jackson-databind</
artifactId>
<
artifactId>jackson-dataformat-xml</
artifactId>
<!-- Session HA Module Dependencies--> <
groupId>commons-net</
groupId>
<
artifactId>commons-net</
artifactId>
<
artifactId>jackson-core-asl</
artifactId>
<
artifactId>jackson-mapper-asl</
artifactId>
<!-- Commons Dependencies --> <
artifactId>json-resource-servlet</
artifactId>
<
artifactId>json-resource</
artifactId>
<
artifactId>json-patch</
artifactId>
<
artifactId>json-fluent</
artifactId>
<
artifactId>json-web-token</
artifactId>
<
artifactId>i18n-core</
artifactId>
<
artifactId>forgerock-util</
artifactId>
<
artifactId>forgerock-jaspi-container</
artifactId>
<
artifactId>forgerock-jaspi-jwt-session-module</
artifactId>
<
artifactId>forgerock-auth-filter-common</
artifactId>
<
artifactId>forgerock-authz-filter</
artifactId>
<
artifactId>freemarker</
artifactId>
<
version>2.3.19</
version>
<!-- Xerces-J Required for fedlet and XACML --> <
groupId>xerces-J</
groupId>
<
artifactId>xercesImpl</
artifactId>
<
groupId>xerces-J</
groupId>
<
artifactId>xml-apis</
artifactId>
<
groupId>xerces-J</
groupId>
<
artifactId>xml-resolver</
artifactId>
<
groupId>xerces-J</
groupId>
<
artifactId>xml-serializer</
artifactId>
<!-- Native Json Manipulation --> <
artifactId>json</
artifactId>
<
version>20090211</
version>
<
artifactId>guice</
artifactId>
<
artifactId>reflections</
artifactId>
<
artifactId>commons-lang3</
artifactId>
<
artifactId>powermock-api-mockito</
artifactId>
<
artifactId>powermock-core</
artifactId>
<
artifactId>powermock-reflect</
artifactId>
<
artifactId>powermock-module-testng</
artifactId>
<
artifactId>powermock-module-testng-common</
artifactId>
<
groupId>javassist</
groupId>
<
artifactId>javassist</
artifactId>
<
artifactId>maven-svn-revision-number-plugin</
artifactId>
<
prefix>svn-revision</
prefix>
<!-- Inject Specified Build Properties--> <
artifactId>properties-maven-plugin</
artifactId>
<
inherited>false</
inherited>
<
phase>initialize</
phase>
<
goal>read-project-properties</
goal>
<
inherited>true</
inherited>
<
artifactId>maven-compiler-plugin</
artifactId>
<
encoding>UTF-8</
encoding>
<!-- Override Enforcer Rules for OpenAM Compilation --> <
compilerArgument>-Xlint:none</
compilerArgument>
<
showDeprecation>false</
showDeprecation>
<
inherited>true</
inherited>
<
artifactId>maven-dependency-plugin</
artifactId>
<
goal>analyze-only</
goal>
<
failOnWarning>false</
failOnWarning>
<
ignoreNonCompile>true</
ignoreNonCompile>
<
scriptableOutput>false</
scriptableOutput>
<
outputXML>false</
outputXML>
<
artifactId>maven-release-plugin</
artifactId>
<
autoVersionSubmodules>true</
autoVersionSubmodules>
<
updateBranchVersions>true</
updateBranchVersions>
<
inherited>true</
inherited>
<
artifactId>maven-surefire-plugin</
artifactId>
<
redirectTestOutputToFile>true</
redirectTestOutputToFile>
<
disableXmlReport>false</
disableXmlReport>
<
forkMode>once</
forkMode>
<
systemPropertyVariables>
</
systemPropertyVariables>
<
testNGArtifactName>
org.testng:testng</
testNGArtifactName>
<
artifactId>maven-resources-plugin</
artifactId>
<
inherited>true</
inherited>
<
encoding>UTF-8</
encoding>
<
nonFilteredFileExtensions>
<!-- Exclude any binary files based upon File Types. --> <
nonFilteredFileExtension>bin</
nonFilteredFileExtension>
<
nonFilteredFileExtension>bkf</
nonFilteredFileExtension>
<
nonFilteredFileExtension>bmp</
nonFilteredFileExtension>
<
nonFilteredFileExtension>bz2</
nonFilteredFileExtension>
<
nonFilteredFileExtension>deb</
nonFilteredFileExtension>
<
nonFilteredFileExtension>dll</
nonFilteredFileExtension>
<
nonFilteredFileExtension>dmg</
nonFilteredFileExtension>
<
nonFilteredFileExtension>ear</
nonFilteredFileExtension>
<
nonFilteredFileExtension>exe</
nonFilteredFileExtension>
<
nonFilteredFileExtension>gif</
nonFilteredFileExtension>
<
nonFilteredFileExtension>gz</
nonFilteredFileExtension>
<
nonFilteredFileExtension>gzip</
nonFilteredFileExtension>
<
nonFilteredFileExtension>ico</
nonFilteredFileExtension>
<
nonFilteredFileExtension>jar</
nonFilteredFileExtension>
<
nonFilteredFileExtension>jks</
nonFilteredFileExtension>
<
nonFilteredFileExtension>jpg</
nonFilteredFileExtension>
<
nonFilteredFileExtension>jpeg</
nonFilteredFileExtension>
<
nonFilteredFileExtension>lz</
nonFilteredFileExtension>
<
nonFilteredFileExtension>png</
nonFilteredFileExtension>
<
nonFilteredFileExtension>pdf</
nonFilteredFileExtension>
<
nonFilteredFileExtension>rar</
nonFilteredFileExtension>
<
nonFilteredFileExtension>rpm</
nonFilteredFileExtension>
<
nonFilteredFileExtension>tar</
nonFilteredFileExtension>
<
nonFilteredFileExtension>tgz</
nonFilteredFileExtension>
<
nonFilteredFileExtension>war</
nonFilteredFileExtension>
<
nonFilteredFileExtension>zip</
nonFilteredFileExtension>
<
nonFilteredFileExtension>7z</
nonFilteredFileExtension>
</
nonFilteredFileExtensions>
<
artifactId>maven-javadoc-plugin</
artifactId>
<
inherited>true</
inherited>
<
encoding>utf-8</
encoding>
<
detectLinks>true</
detectLinks>
<
artifactId>openam-shared</
artifactId>
<
goal>aggregate-jar</
goal>
<
artifactId>openam-shared</
artifactId>
<
artifactId>javadoc-updater-maven-plugin</
artifactId>
<
artifactId>maven-source-plugin</
artifactId>
<
inherited>true</
inherited>
<
includePom>false</
includePom>
<
excludeResources>false</
excludeResources>
<
useDefaultExcludes>true</
useDefaultExcludes>
<
useDefaultManifestFile>true</
useDefaultManifestFile>
<
skipSource>true</
skipSource>
<
artifactId>checksum-maven-plugin</
artifactId>
<
id>generate-checksum</
id>
<
failOnError>false</
failOnError>
<
csvSummary>true</
csvSummary>
<
xmlSummary>true</
xmlSummary>
<
algorithm>SHA</
algorithm>
<
individualFiles>true</
individualFiles>
<
artifactId>taglist-maven-plugin</
artifactId>
<
displayName>Features and Completed Fixes</
displayName>
<
matchString>jira-</
matchString>
<
matchType>ignoreCase</
matchType>
<
displayName>Todo Work</
displayName>
<
matchString>todo</
matchString>
<
matchType>ignoreCase</
matchType>
<
matchString>FIXME</
matchString>
<
matchType>ignoreCase</
matchType>
<
artifactId>jdepend-maven-plugin</
artifactId>
<
artifactId>javancss-maven-plugin</
artifactId>
<
include>**/*.java</
include>
<!-- Run link test as part of the documentation build <artifactId>linktester-maven-plugin</artifactId> <inherited>false</inherited> <validating>true</validating> <xIncludeAware>true</xIncludeAware> <failOnError>false</failOnError> <
artifactId>i18n-maven-plugin</
artifactId>
<
artifactId>properties-maven-plugin</
artifactId>
<
version>1.0-alpha-2</
version>
<
artifactId>maven-checkstyle-plugin</
artifactId>
<
artifactId>maven-junction-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>jaxb2-maven-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>build-helper-maven-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-antrun-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-assembly-plugin</
artifactId>
<
version>2.2-beta-5</
version>
<
artifactId>jetspeed-unpack-maven-plugin</
artifactId>
<
artifactId>maven-shade-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-deploy-plugin</
artifactId>
<
artifactId>maven-jar-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-javadoc-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-source-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>checksum-maven-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-svn-revision-number-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-surefire-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-war-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-dependency-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-eclipse-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-idea-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-site-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-project-info-reports-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>maven-resources-plugin</
artifactId>
<
artifactId>maven-default-skin</
artifactId>
<
artifactId>maven-skins</
artifactId>
<
artifactId>exec-maven-plugin</
artifactId>
<
version>1.1-beta-1</
version>
<
inherited>true</
inherited>
<
artifactId>maven-release-plugin</
artifactId>
<
inherited>true</
inherited>
<
artifactId>cobertura-maven-plugin</
artifactId>
<
artifactId>dashboard-maven-plugin</
artifactId>
<
version>1.0.0-beta-1</
version>
<
artifactId>javancss-maven-plugin</
artifactId>
<
artifactId>jdepend-maven-plugin</
artifactId>
<
version>2.0-beta-2</
version>
<
artifactId>taglist-maven-plugin</
artifactId>
<
artifactId>maven-bundle-plugin</
artifactId>
<
artifactId>maven-processor-plugin</
artifactId>
<
artifactId>xml-maven-plugin</
artifactId>
<
artifactId>maven-checkstyle-plugin</
artifactId>
<
artifactId>maven-project-info-reports-plugin</
artifactId>
<
report>mailing-list</
report>
<
report>issue-tracking</
report>