pom.xml revision 864d8b6ef43d17fd7d312bbdebcd3fac828c48e8
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz<?xml version="1.0" encoding="UTF-8"?>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz<!--
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ~
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ~ Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz ~
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz ~ The contents of this file are subject to the terms
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz ~ of the Common Development and Distribution License
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd ~ (the License). You may not use this file except in
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc ~ compliance with the License.
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd ~
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd ~ You can obtain a copy of the License at
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ http://forgerock.org/license/CDDLv1.0.html
2e545ce2450a9953665f701bb05350f0d3f26275nd ~ See the License for the specific language governing
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ permission and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd ~ When distributing Covered Code, include this CDDL
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd ~ Header Notice in each file and include the License file
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd ~ at http://forgerock.org/license/CDDLv1.0.html
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen ~ If applicable, add the following below the CDDL Header,
3f08db06526d6901aa08c110b5bc7dde6bc39905nd ~ with the fields enclosed by brackets [] replaced by
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd ~ your own identifying information:
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd ~ "Portions Copyrighted [year] [name of copyright owner]"
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd -->
3f08db06526d6901aa08c110b5bc7dde6bc39905nd<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <modelVersion>4.0.0</modelVersion>
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd <parent>
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd <groupId>org.forgerock</groupId>
0066eddda7203f6345b56f77d146a759298dc635gryzor <artifactId>forgerock-parent</artifactId>
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd <version>1.1.0</version>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung </parent>
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd <groupId>org.forgerock.openidm</groupId>
864d6d55a72bdb982ebabbc95cf8f051c43fa6ddrbowen <artifactId>openidm-project</artifactId>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <version>3.1.0-SNAPSHOT</version>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <packaging>pom</packaging>
b09fcdfc59ada4712150e7bcc7b502bb9e4601d8rjung <name>OpenIDM project</name>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <description>OpenIDM is an open standards based Identity Management, Provisioning and Compliance solution.
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd Experience shows that the most important features of an identity management product are: high flexibility in
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz Business Process handling and compliance with open standards and interfaces. A highly flexible user interface
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz combined with a very robust workflow engine make OpenIDM ready for any Identity Management project.
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz </description>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <inceptionYear>2011</inceptionYear>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <url>http://openidm.forgerock.org</url>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <licenses>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <license>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <name>CDDL-1.0</name>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <url>http://www.opensource.org/licenses/cddl1.php</url>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <comments>Common Development and Distribution License (CDDL) 1.0.
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd This license applies to OpenIDM source code as indicated in the
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin source code.
117c1f888a14e73cdd821dc6c23eb0411144a41cnd </comments>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <distribution>repo</distribution>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd </license>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <license>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <name>CC BY-NC-ND 3.0</name>
99ca75ffd7b9d0e6573ba8858c6e59d4a6d2fa15nd <url>http://creativecommons.org/licenses/by-nc-nd/3.0/</url>
99ca75ffd7b9d0e6573ba8858c6e59d4a6d2fa15nd <comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0
99ca75ffd7b9d0e6573ba8858c6e59d4a6d2fa15nd Unported. This license applies to the site content, and to the
b12f74e1aaac71d21e4b9a376b31d7307a8d87d8nd documentation as indicated in the documentation source code.
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh </comments>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <distribution>repo</distribution>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd </license>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd </licenses>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <scm>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <connection>scm:svn:https://svn.forgerock.org/openidm/trunk</connection>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <developerConnection>scm:svn:https://svn.forgerock.org/openidm/trunk</developerConnection>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <url>http://sources.forgerock.org/browse/openidm/trunk</url>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd </scm>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <distributionManagement>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <site>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <id>forgerock.org</id>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <name>ForgeRock Community Server</name>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <url>${siteDistributionURL}</url>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd </site>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd </distributionManagement>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <!-- NOT ALLOWED: (see FAQ at http://maven.apache.org/guides/mini/guide-central-repository-upload.html ) -->
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <repositories>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <repository>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <id>forgerock-staging-repository</id>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <name>ForgeRock Release Repository</name>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <url>http://maven.forgerock.org/repo/releases</url>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <snapshots>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <enabled>false</enabled>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd </snapshots>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd </repository>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <repository>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <id>forgerock-snapshots-repository</id>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <name>ForgeRock Snapshot Repository</name>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <url>http://maven.forgerock.org/repo/snapshots</url>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <releases>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <enabled>false</enabled>
7e9d90004f580231e0376880710dc25408950ab9rbowen </releases>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin </repository>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <!--repository>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <id>ops4j</id>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <name>OPS4J Maven Repository</name>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <url>https://oss.sonatype.org/content/repositories/ops4j-releases</url>
9da97ff0bac3a0ff56a9cdebe6e5ab563636aa86jailletc <releases>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <enabled>true</enabled>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin </releases>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <snapshots>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <enabled>false</enabled>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin </snapshots>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin </repository-->
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <!-- OrientDB -->
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <repository>
7e9d90004f580231e0376880710dc25408950ab9rbowen <id>oss.sonatype.org</id>
7e9d90004f580231e0376880710dc25408950ab9rbowen <name>OrientDB Maven2 Repository</name>
7e9d90004f580231e0376880710dc25408950ab9rbowen <url>https://oss.sonatype.org/content/groups/public/</url>
7e9d90004f580231e0376880710dc25408950ab9rbowen <releases>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <enabled>true</enabled>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin </releases>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <snapshots>
3658293f56f1683ca41e3bc5b70d98b203d8004bcoar <enabled>true</enabled>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin </snapshots>
4aa603e6448b99f9371397d439795c91a93637eand </repository>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <!--repository>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <id>sonatype-nexus-snapshots</id>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <name>Sonatype Nexus Snapshots</name>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <url>https://oss.sonatype.org/content/repositories/snapshots</url>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <releases>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <enabled>false</enabled>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin </releases>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <snapshots>
3658293f56f1683ca41e3bc5b70d98b203d8004bcoar <enabled>true</enabled>
3658293f56f1683ca41e3bc5b70d98b203d8004bcoar <updatePolicy>daily</updatePolicy>
4aa603e6448b99f9371397d439795c91a93637eand </snapshots>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin </repository-->
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <!-- Restlet -->
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <repository>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <id>maven-restlet</id>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <name>Public online Restlet repository</name>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <url>http://maven.restlet.org</url>
3658293f56f1683ca41e3bc5b70d98b203d8004bcoar </repository>
3658293f56f1683ca41e3bc5b70d98b203d8004bcoar <!--<repository>
4aa603e6448b99f9371397d439795c91a93637eand <id>com.springsource.repository.bundles.release</id>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin <url>http://repository.springsource.com/maven/bundles/release</url>
3658293f56f1683ca41e3bc5b70d98b203d8004bcoar </repository>
7e9d90004f580231e0376880710dc25408950ab9rbowen <repository>
4aa603e6448b99f9371397d439795c91a93637eand <id>com.springsource.repository.bundles.external</id>
7e9d90004f580231e0376880710dc25408950ab9rbowen <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
7e9d90004f580231e0376880710dc25408950ab9rbowen <url>http://repository.springsource.com/maven/bundles/external</url>
15a7e433cd5ddbb53d48a11f2f8732d9ea6a48caminfrin </repository-->
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <!--<repository>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <id>codehaus-snapshots-repo</id>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <name>Codehaus snapshots Repo</name>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <url>https://nexus.codehaus.org/content/groups/snapshots-group/</url>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd </repository>-->
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <repository>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <id>codehaus-release-repo</id>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <name>Codehaus Release Repo</name>
5bc7abb0ed18f8dbc491d0be0a09bc02e6ee9d85nd <url>http://repository.codehaus.org/</url>
5bc7abb0ed18f8dbc491d0be0a09bc02e6ee9d85nd </repository>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd </repositories>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <pluginRepositories>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <pluginRepository>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <id>jboss-public-repository-group</id>
aa0b2780958e9b1467c9d0153a05738e399811a5nd <name>JBoss Public Maven Repository Group</name>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <layout>default</layout>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <releases>
3658293f56f1683ca41e3bc5b70d98b203d8004bcoar <enabled>true</enabled>
f0fa55ff14fa0bf8fd72d989f6625de6dc3260c8igalic <updatePolicy>never</updatePolicy>
f0fa55ff14fa0bf8fd72d989f6625de6dc3260c8igalic </releases>
f0fa55ff14fa0bf8fd72d989f6625de6dc3260c8igalic <snapshots>
f0fa55ff14fa0bf8fd72d989f6625de6dc3260c8igalic <enabled>true</enabled>
3658293f56f1683ca41e3bc5b70d98b203d8004bcoar <updatePolicy>never</updatePolicy>
f0fa55ff14fa0bf8fd72d989f6625de6dc3260c8igalic </snapshots>
4aa603e6448b99f9371397d439795c91a93637eand </pluginRepository>
e487d6c09669296f94a5190cc34586a98e624a00nd <!--<pluginRepository>
41618b507c149c7adf89bd92a0cc2c6962a29dcfcovener <id>codehaus-snapshots-repo</id>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <name>Codehaus snapshots Repo</name>
41618b507c149c7adf89bd92a0cc2c6962a29dcfcovener <url>https://nexus.codehaus.org/content/groups/snapshots-group/</url>
41618b507c149c7adf89bd92a0cc2c6962a29dcfcovener </pluginRepository>-->
41618b507c149c7adf89bd92a0cc2c6962a29dcfcovener <pluginRepository>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <id>codehaus-release-repo</id>
e4ca72aa494fed7b6948012734b9c9c098fbba07nd <name>Codehaus Release Repo</name>
a29610af88e278144045bfa1bc63b4a1a4b5ff14trawick <url>http://repository.codehaus.org/</url>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd </pluginRepository>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd </pluginRepositories>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <mailingLists>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <mailingList>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <name>OpenIDM: Technical communications</name>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <post>openidm@forgerock.org</post>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <subscribe>http://lists.forgerock.org/mailman/listinfo/openidm</subscribe>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <unsubscribe>http://lists.forgerock.org/mailman/listinfo/openidm</unsubscribe>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <archive>http://lists.forgerock.org/pipermail/openidm/</archive>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd </mailingList>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <mailingList>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <name>OpenIDM: Commit Notificatons</name>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <post>commitopenidm@forgerock.org</post>
9da97ff0bac3a0ff56a9cdebe6e5ab563636aa86jailletc <subscribe>http://lists.forgerock.org/mailman/listinfo/commitopenidm</subscribe>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <unsubscribe>http://lists.forgerock.org/mailman/listinfo/commitopenidm</unsubscribe>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <archive>http://lists.forgerock.org/pipermail/commitopenidm/</archive>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd </mailingList>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <mailingList>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <name>OpenIDM: Developers</name>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <post>openidm-dev@forgerock.org</post>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <subscribe>http://lists.forgerock.org/mailman/listinfo/openidm-dev</subscribe>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <unsubscribe>http://lists.forgerock.org/mailman/listinfo/openidm-dev</unsubscribe>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <archive>http://lists.forgerock.org/pipermail/openidm-dev/</archive>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd </mailingList>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <mailingList>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <name>OpenIDM: Issue Notifications</name>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <post>openidm-issues@forgerock.org</post>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <subscribe>http://lists.forgerock.org/mailman/listinfo/openidm-issues</subscribe>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <unsubscribe>http://lists.forgerock.org/mailman/listinfo/openidm-issues</unsubscribe>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <archive>http://lists.forgerock.org/pipermail/openidm-issues/</archive>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd </mailingList>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd </mailingLists>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <issueManagement>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <system>jira</system>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <url>https://bugster.forgerock.org/jira/browse/OPENIDM</url>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd </issueManagement>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <ciManagement>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <system>Jenkins</system>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <url>http://builds.forgerock.org/job/OpenIDM/</url>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <notifiers>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <notifier>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <type>mail</type>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <sendOnError>true</sendOnError>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <sendOnFailure>true</sendOnFailure>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <sendOnSuccess>false</sendOnSuccess>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <sendOnWarning>false</sendOnWarning>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <address>openidm-dev@forgerock.org</address>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd </notifier>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd </notifiers>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd </ciManagement>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <properties>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <maven.compiler.target>1.6</maven.compiler.target>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <maven.compiler.source>1.6</maven.compiler.source>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <!-- version management -->
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <openidm.version>3.1.0-SNAPSHOT</openidm.version>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <slf4j.version>1.7.5</slf4j.version>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <orientdb.version>1.6.6</orientdb.version>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <orientdb.studio.version>1.6.6</orientdb.studio.version>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <jackson.version>1.9.12</jackson.version>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <fasterxml.jackson.version>2.1.5</fasterxml.jackson.version>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <!--fasterxml.jackson.version>2.2.1</fasterxml.jackson.version-->
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <restlet.version>2.1.2</restlet.version>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <javascript.maven.plugin.version>2.0.0-alpha-1</javascript.maven.plugin.version>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <authnfilter.commons.version>1.4.0</authnfilter.commons.version>
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <!-- Commons JSON versions -->
fa49f9755c1dcaf2f0ab6c57676592951e7b8282chrisd <commons.forgerock-util.version>1.3.3</commons.forgerock-util.version>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <commons.forgerock-rest.version>2.3.1</commons.forgerock-rest.version>
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <commons.forgerock-script.version>1.3.1</commons.forgerock-script.version>
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd <!-- OSGi bundles properties -->
0066eddda7203f6345b56f77d146a759298dc635gryzor <openidm.osgi.import.before.defaults/>
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd <openidm.osgi.import.defaults/>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung <openidm.osgi.import.additional/>
727872d18412fc021f03969b8641810d8896820bhumbedooh <openidm.osgi.import>
0d0ba3a410038e179b695446bb149cce6264e0abnd org.forgerock.openidm.*;provide:=true,
727872d18412fc021f03969b8641810d8896820bhumbedooh org.forgerock.json.*;provide:=true,
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh ${openidm.osgi.import.before.defaults},
0d0ba3a410038e179b695446bb149cce6264e0abnd ${openidm.osgi.import.defaults},
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh ${openidm.osgi.import.additional},
727872d18412fc021f03969b8641810d8896820bhumbedooh *
0d0ba3a410038e179b695446bb149cce6264e0abnd </openidm.osgi.import>
0d0ba3a410038e179b695446bb149cce6264e0abnd
0d0ba3a410038e179b695446bb149cce6264e0abnd <!-- Documentation and site properties -->
ac082aefa89416cbdc9a1836eaf3bed9698201c8humbedooh <siteDistributionURL>scp://forgerock.org/var/www/vhosts/openidm.forgerock.org/httpdocs</siteDistributionURL>
0d0ba3a410038e179b695446bb149cce6264e0abnd <!--<serverDocTargetVersion>${project.version}</serverDocTargetVersion>-->
0d0ba3a410038e179b695446bb149cce6264e0abnd <serverDocTargetVersion>3.0.0-SNAPSHOT</serverDocTargetVersion>
0d0ba3a410038e179b695446bb149cce6264e0abnd <opendjPasswordPluginVersion>1.0.0</opendjPasswordPluginVersion>
727872d18412fc021f03969b8641810d8896820bhumbedooh <adPasswordPluginVersion>2.0.1</adPasswordPluginVersion>
0d0ba3a410038e179b695446bb149cce6264e0abnd <openicfBundleVersion>[1.1,1.5]</openicfBundleVersion>
0d0ba3a410038e179b695446bb149cce6264e0abnd <connectorServerVersion>1.4.0.0</connectorServerVersion>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <orientdbVersion>${orientdb.version}</orientdbVersion>
205f749042ed530040a4f0080dbcb47ceae8a374rjung <gaId>UA-23412190-9</gaId>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen
0d0ba3a410038e179b695446bb149cce6264e0abnd <!-- Release date and publication date are set at release build time.
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd -D"releaseDate=Software release date: January 1, 1970"
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd -D"pubDate=Publication date: December 31, 1969"
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd At all other times, the dates should be empty. -->
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd <releaseDate />
<softwareReleaseDate>${releaseDate}</softwareReleaseDate>
<pubDate />
<publicationDate>${pubDate}</publicationDate>
<frDocPluginVersion>2.1.3</frDocPluginVersion>
<!-- Doc Branding -->
<brandingGroupId>org.forgerock.commons</brandingGroupId>
<brandingArtifactId>forgerock-doc-default-branding</brandingArtifactId>
<brandingVersion>3.0.0-SNAPSHOT</brandingVersion>
</properties>
<modules>
<module>openidm-audit</module>
<module>openidm-cluster</module>
<module>openidm-config</module>
<module>openidm-core</module>
<module>openidm-crypto</module>
<module>openidm-enhanced-config</module>
<module>openidm-external-email</module>
<module>openidm-external-rest</module>
<module>openidm-httpcontext</module>
<module>openidm-infoservice</module>
<module>openidm-customendpoint</module>
<module>openidm-jetty-fragment</module>
<module>openidm-policy</module>
<module>openidm-provisioner-openicf</module>
<module>openidm-provisioner</module>
<module>openidm-repo-jdbc</module>
<module>openidm-repo-orientdb</module>
<module>openidm-repo</module>
<module>openidm-authnfilter</module>
<module>openidm-api-servlet</module>
<module>openidm-router</module>
<module>openidm-servlet</module>
<module>openidm-servlet-registrator</module>
<module>openidm-quartz-fragment</module>
<module>openidm-scheduler</module>
<module>openidm-script</module>
<module>openidm-security-jetty</module>
<module>openidm-shell</module>
<module>openidm-security</module>
<module>openidm-smartevent</module>
<module>openidm-system</module>
<module>openidm-ui</module>
<module>openidm-util</module>
<module>openidm-workflow-activiti</module>
<!--module>openidm-workflow-remote</module-->
<module>openidm-zip</module>
</modules>
<profiles>
<profile>
<id>jrebel</id>
<build>
<plugins>
<plugin>
<groupId>org.zeroturnaround</groupId>
<artifactId>jrebel-maven-plugin</artifactId>
<version>1.1.3</version>
<configuration>
<packaging>jar</packaging>
</configuration>
<executions>
<execution>
<id>generate-rebel-xml</id>
<phase>process-resources</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Include-Resource>{maven-resources},target/classes/rebel.xml</Include-Resource>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>functional-test</id>
<activation>
<property>
<name>enableCiProfile</name>
<value>true</value>
</property>
</activation>
<modules>
<module>openidm-integration-tests</module>
</modules>
</profile>
</profiles>
<dependencyManagement>
<dependencies>
<!-- mvn versions:display-plugin-updates
mvn versions:display-dependency-updates
mvn versions:use-latest-versions
-->
<!-- ForgeRock Commons -->
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-fluent</artifactId>
<version>${commons.forgerock-rest.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-web-token</artifactId>
<version>${commons.forgerock-rest.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-patch</artifactId>
<version>${commons.forgerock-rest.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-crypto</artifactId>
<version>${commons.forgerock-rest.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-schema</artifactId>
<version>${commons.forgerock-rest.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource</artifactId>
<version>${commons.forgerock-rest.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource-servlet</artifactId>
<version>${commons.forgerock-rest.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>script-common</artifactId>
<version>${commons.forgerock-script.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>script-groovy</artifactId>
<version>${commons.forgerock-script.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>script-javascript</artifactId>
<version>${commons.forgerock-script.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>i18n-slf4j</artifactId>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-jaspi-runtime</artifactId>
<version>${authnfilter.commons.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-jaspi-jwt-session-module</artifactId>
<version>${authnfilter.commons.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-jaspi-openam-session-module</artifactId>
<version>${authnfilter.commons.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-jaspi-iwa-module</artifactId>
<version>${authnfilter.commons.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-util</artifactId>
<version>${commons.forgerock-util.version}</version>
</dependency>
<!-- Commons -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3</version>
</dependency>
<!-- SLF4J -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- Java EE -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<!-- Restlet -->
<dependency>
<groupId>org.restlet.osgi</groupId>
<artifactId>org.restlet</artifactId>
<version>${restlet.version}</version>
</dependency>
<dependency>
<groupId>org.restlet.osgi</groupId>
<artifactId>org.restlet.ext.jackson</artifactId>
<version>${restlet.version}</version>
</dependency>
<dependency>
<groupId>org.restlet.osgi</groupId>
<artifactId>org.restlet.ext.httpclient</artifactId>
<version>${restlet.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
</exclusion>
<exclusion>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<version>4.2.4</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-osgi</artifactId>
<version>4.2.4</version>
</dependency>
<!-- Core OSGi -->
<!-- Felix 4.2.1 Framework is packed with 4.3 -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>4.3.1</version>
<scope>provided</scope>
</dependency>
<!--
Compendium 4.3 is not compatible with current SCR
org.apache.felix.scr 1.6.x implements SCR 1.1
org.apache.felix.scr 1.7-SNAPSHOT implements SCR 1.2
-->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>4.2.0</version>
<!--scope>provided</scope-->
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.enterprise</artifactId>
<version>4.2.0</version>
</dependency>
<!--
Ignore installing these old jars in ZIP assembly
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>1.4.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.felix</groupId>
<artifactId>javax.servlet</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.foundation</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
</exclusion>
</exclusions>
</dependency>
-->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>4.2.1</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.shell</artifactId>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.shell.tui</artifactId>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole.plugins.ds</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole.plugins.event</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole.plugins.memoryusage</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole.plugins.obr</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole.plugins.packageadmin</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.log</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.fileinstall</artifactId>
<version>3.2.6</version>
</dependency>
<!-- Declarative Services support -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
<!-- avoid 1.6.2, it has issues -->
<version>1.6.0</version>
<!--<version>1.7-SNAPSHOT</version>-->
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<version>1.9.6</version>
<!--<version>1.9.2</version>-->
<!-- The anotation @Retention(RetentionPolicy.SOURCE) changed to @Retention(RetentionPolicy.CLASS) -->
<scope>provided</scope>
</dependency>
<!-- Prefer this to org.apache.felix.scr.annotations:1.7.0
See: http://www.aqute.biz/Bnd/MetaType
<dependency>
<groupId>biz.aQute</groupId>
<artifactId>annotation</artifactId>
<version>1.50.0</version>
</dependency>
-->
<!-- Quartz based scheduler OSGi bundle.
This version wraps the original jar which is not a bundle
2.0.* is not compatible yet -->
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.quartz</artifactId>
<version>1.8.6_1</version>
<!--<version>2.1.7_1</version>-->
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.rhino</artifactId>
<version>1.7R4_1</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.2.2</version>
</dependency>
<!-- Jackson JSON parser -->
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-csv</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-json-org</artifactId>
<version>${fasterxml.jackson.version}</version>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-afterburner</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
<!-- Pax Web Dependencies -->
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-api</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-extender-whiteboard</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-jetty-bundle</artifactId>
<version>3.0.0</version>
</dependency>
<!-- H2 Database -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.171</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert-core</artifactId>
<version>2.0M10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jstestrunner</groupId>
<artifactId>jstestrunner-junit</artifactId>
<version>1.0.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jcl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.13</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.forgerock.commons</groupId>
<artifactId>i18n-maven-plugin</artifactId>
<version>1.4.1</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>generate-messages</goal>
</goals>
<configuration>
<messageFiles>
<messageFile>com/example/my_tool.properties</messageFile>
</messageFiles>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<!--<version>1.10.0</version>-->
<version>1.15.0</version>
<!--<configuration>
<generateAccessors>false</generateAccessors>
</configuration>-->
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>${openidm.osgi.import}</Import-Package>
<!--_versionpolicy>${openidm.osgi.import.default.version}</_versionpolicy-->
<_nodefaultversion>false</_nodefaultversion>
<_metatype>**/*MetaType*</_metatype>
<_removeheaders>
Bnd-LastModified,Built-By,Private-Package,Tool,Build-Jdk,Include-Resource,Ignore-Package,Private-Package,Bundle-DocURL
</_removeheaders>
<Include-Resource>{maven-resources}</Include-Resource>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<author>false</author>
<links>
<link>http://docs.oracle.com/javase/6/docs/api</link>
</links>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
js-import-maven-plugin
</artifactId>
<versionRange>
[1.0.0,)
</versionRange>
<goals>
<goal>import-js</goal>
<goal>generate-html</goal>
<goal>
test-generate-html
</goal>
<goal>test-import-js</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>true</runOnIncremental>
</execute>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
jslint-maven-plugin
</artifactId>
<versionRange>
[1.0.1,)
</versionRange>
<goals>
<goal>test-jslint</goal>
<goal>jslint</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>true</runOnIncremental>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jslint-maven-plugin</artifactId>
<version>1.0.1</version>
<configuration>
<assumeConsoleAlertEtc>true</assumeConsoleAlertEtc>
<strictWhiteSpace>false</strictWhiteSpace>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webminifier-maven-plugin</artifactId>
<version>1.0.1</version>
<executions>
<execution>
<id>default-minify-js</id>
<phase>none</phase>
<goals>
<goal>minify-js</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<compilerArgument>-Xlint:all</compilerArgument>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-doc-maven-plugin</artifactId>
<version>${frDocPluginVersion}</version>
<inherited>false</inherited>
<configuration>
<projectName>OpenIDM</projectName>
<projectVersion>${serverDocTargetVersion}</projectVersion>
<latestJson>http://mcraig.org/fr/latest.php</latestJson><!-- Temporary workaround pending #QOZ-985-23233 -->
<googleAnalyticsId>${gaId}</googleAnalyticsId>
<docbkxSourceDirectory>${basedir}/src/main/docbkx</docbkxSourceDirectory>
</configuration>
<executions>
<execution>
<id>copy-common</id>
<phase>pre-site</phase>
<goals>
<goal>boilerplate</goal>
</goals>
</execution>
<execution>
<id>filter-sources</id>
<phase>pre-site</phase>
<goals>
<goal>filter</goal>
</goals>
</execution>
<execution>
<id>prepare-sources</id>
<phase>pre-site</phase>
<goals>
<goal>prepare</goal>
</goals>
</execution>
<execution>
<id>build-doc</id>
<phase>pre-site</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
<execution>
<id>layout-doc</id>
<phase>site</phase>
<goals>
<goal>layout</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.6</version>
<reportSets>
<reportSet>
<reports>
<report>cim</report>
<report>dependencies</report>
<report>dependency-convergence</report>
<report>dependency-management</report>
<report>distribution-management</report>
<report>index</report>
<report>issue-tracking</report>
<report>license</report>
<report>mailing-list</report>
<report>modules</report>
<report>plugin-management</report>
<report>plugins</report>
<!--report>project-team</report-->
<report>scm</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<configuration>
<author>false</author>
<links>
<link>http://docs.oracle.com/javase/6/docs/api</link>
</links>
</configuration>
<reportSets>
<reportSet>
<id>default</id>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
<reportSet>
<id>aggregate</id>
<reports>
<report>aggregate</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</project>