pom.xml revision 36ad89406448dee2c2c3589e6f658299c99e8a9a
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose<?xml version="1.0" encoding="UTF-8"?>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose<!--
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ Copyright (c) 2011-2012 ForgeRock AS. All Rights Reserved
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ The contents of this file are subject to the terms
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ of the Common Development and Distribution License
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ (the License). You may not use this file except in
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ compliance with the License.
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ You can obtain a copy of the License at
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ http://forgerock.org/license/CDDLv1.0.html
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ See the License for the specific language governing
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ permission and limitations under the License.
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ When distributing Covered Code, include this CDDL
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ Header Notice in each file and include the License file
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ at http://forgerock.org/license/CDDLv1.0.html
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ If applicable, add the following below the CDDL Header,
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ with the fields enclosed by brackets [] replaced by
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ your own identifying information:
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ "Portions Copyrighted [year] [name of copyright owner]"
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <modelVersion>4.0.0</modelVersion>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <parent>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>org.forgerock</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>forgerock-parent</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <version>1.1.0</version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </parent>
19b4bb652f5cdc2797b66595eaf8811881aa9873Jakub Hrozek <groupId>org.forgerock.openidm</groupId>
19b4bb652f5cdc2797b66595eaf8811881aa9873Jakub Hrozek <artifactId>openidm-project</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <version>2.1.0-SNAPSHOT</version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <packaging>pom</packaging>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>OpenIDM project</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <description>OpenIDM is an open standards based Identity Management, Provisioning and Compliance solution. Experience shows that the most important features of an identity management product are: high flexibility in Business Process handling and compliance with open standards and interfaces. A highly flexible user interface combined with a very robust workflow engine make OpenIDM ready for any Identity Management project.</description>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <inceptionYear>2011</inceptionYear>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>http://openidm.forgerock.org</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <licenses>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <license>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>CDDL-1.0</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>http://www.opensource.org/licenses/cddl1.php</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <comments>Common Development and Distribution License (CDDL) 1.0.
a473fb88e6015cf0ccbd2e9005c7e6acca18f452Pavel Březina This license applies to OpenIDM source code as indicated in the
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose source code.</comments>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <distribution>repo</distribution>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose </license>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <license>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>CC BY-NC-ND 3.0</name>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <url>http://creativecommons.org/licenses/by-nc-nd/3.0/</url>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0
769347ad4d35d43488eb98f980143495b0db415dStef Walter Unported. This license applies to the site content, and to the
769347ad4d35d43488eb98f980143495b0db415dStef Walter documentation as indicated in the documentation source code.</comments>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <distribution>repo</distribution>
769347ad4d35d43488eb98f980143495b0db415dStef Walter </license>
769347ad4d35d43488eb98f980143495b0db415dStef Walter </licenses>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <scm>
b76419cf8830440b46c20a15585562343c7b1924Jakub Hrozek <connection>scm:svn:https://svn.forgerock.org/openidm/trunk</connection>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <developerConnection>scm:svn:https://svn.forgerock.org/openidm/trunk</developerConnection>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>http://sources.forgerock.org/browse/openidm/trunk</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </scm>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <distributionManagement>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <site>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <id>forgerock.org</id>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>ForgeRock Community Server</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>${siteDistributionURL}</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </site>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </distributionManagement>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <prerequisites>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <maven>2.2.1</maven>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </prerequisites>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
83a79d93035c2d75a1941f3b54426119174044a0Pavel Březina <!-- NOT ALLOWED: (see FAQ at http://maven.apache.org/guides/mini/guide-central-repository-upload.html ) -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <repositories>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <id>forgerock-staging-repository</id>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>ForgeRock Release Repository</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>http://maven.forgerock.org/repo/releases</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <snapshots>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <enabled>false</enabled>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </snapshots>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov </repository>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <id>forgerock-snapshots-repository</id>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>ForgeRock Snapshot Repository</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>http://maven.forgerock.org/repo/snapshots</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <releases>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <enabled>false</enabled>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </releases>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <id>maven2-repository.dev.java.net</id>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <name>Java.net Repository for Maven</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>http://download.java.net/maven/2/</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <id>ops4j</id>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>OPS4J Maven Repository</name>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <url>https://oss.sonatype.org/content/repositories/ops4j-releases</url>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <releases>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <enabled>true</enabled>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </releases>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <snapshots>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <enabled>false</enabled>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </snapshots>
8bccd95e275fae760a991da394235e4e70e57bbdMichal Zidek </repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <!-- OrientDB -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <id>oss.sonatype.org</id>
07e941c1bbdc752142bbd3b838c540bc7ecd0ed7Stef Walter <name>OrientDB Maven2 Repository</name>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <url>https://oss.sonatype.org/content/groups/public/</url>
4f3a9d837a55b49448eca3c713c85a406207e523Simo Sorce <releases>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <enabled>true</enabled>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </releases>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <snapshots>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <enabled>true</enabled>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina </snapshots>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina </repository>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <repository>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <id>sonatype-nexus-snapshots</id>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <name>Sonatype Nexus Snapshots</name>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <url>https://oss.sonatype.org/content/repositories/snapshots</url>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <releases>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <enabled>false</enabled>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina </releases>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <snapshots>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <enabled>true</enabled>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <updatePolicy>daily</updatePolicy>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose </snapshots>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose </repository>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <!-- Restlet -->
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <repository>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <id>maven-restlet</id>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <name>Public online Restlet repository</name>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <url>http://maven.restlet.org</url>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose </repository>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <repository>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <id>com.springsource.repository.bundles.release</id>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
ed879c3bd70d4f65784e998b1f9420a9ebe434e4Jakub Hrozek <url>http://repository.springsource.com/maven/bundles/release</url>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose </repository>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <repository>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <id>com.springsource.repository.bundles.external</id>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <url>http://repository.springsource.com/maven/bundles/external</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <id>codehaus-snapshots-repo</id>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>Codehaus snapshots Repo</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>https://nexus.codehaus.org/content/groups/snapshots-group/</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </repository>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <repository>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <id>codehaus-release-repo</id>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>Codehaus Release Repo</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>http://repository.codehaus.org/</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </repository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </repositories>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <pluginRepositories>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <pluginRepository>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <id>jboss-public-repository-group</id>
a473fb88e6015cf0ccbd2e9005c7e6acca18f452Pavel Březina <name>JBoss Public Maven Repository Group</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <layout>default</layout>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <releases>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <enabled>true</enabled>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <updatePolicy>never</updatePolicy>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </releases>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <snapshots>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <enabled>true</enabled>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <updatePolicy>never</updatePolicy>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose </snapshots>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose </pluginRepository>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <pluginRepository>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <id>codehaus-snapshots-repo</id>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <name>Codehaus snapshots Repo</name>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <url>https://nexus.codehaus.org/content/groups/snapshots-group/</url>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov </pluginRepository>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <pluginRepository>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <id>codehaus-release-repo</id>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <name>Codehaus Release Repo</name>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <url>http://repository.codehaus.org/</url>
d0d7de66c9494621c1bc12384e41e5e38a77fbebSumit Bose </pluginRepository>
d0d7de66c9494621c1bc12384e41e5e38a77fbebSumit Bose </pluginRepositories>
d0d7de66c9494621c1bc12384e41e5e38a77fbebSumit Bose
d0d7de66c9494621c1bc12384e41e5e38a77fbebSumit Bose <mailingLists>
d0d7de66c9494621c1bc12384e41e5e38a77fbebSumit Bose <mailingList>
d0d7de66c9494621c1bc12384e41e5e38a77fbebSumit Bose <name>OpenIDM: Technical communications</name>
d0d7de66c9494621c1bc12384e41e5e38a77fbebSumit Bose <post>openidm@forgerock.org</post>
d0d7de66c9494621c1bc12384e41e5e38a77fbebSumit Bose <subscribe>http://lists.forgerock.org/mailman/listinfo/openidm</subscribe>
d0d7de66c9494621c1bc12384e41e5e38a77fbebSumit Bose <unsubscribe>http://lists.forgerock.org/mailman/listinfo/openidm</unsubscribe>
0528fdec17d0031996e919fcd852459e86592c35Jakub Hrozek <archive>http://lists.forgerock.org/pipermail/openidm/</archive>
909a86af4eb99f5d311d7136cab78dca535ae304Sumit Bose </mailingList>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <mailingList>
909a86af4eb99f5d311d7136cab78dca535ae304Sumit Bose <name>OpenIDM: Commit Notificatons</name>
909a86af4eb99f5d311d7136cab78dca535ae304Sumit Bose <post>commitopenidm@forgerock.org</post>
909a86af4eb99f5d311d7136cab78dca535ae304Sumit Bose <subscribe>http://lists.forgerock.org/mailman/listinfo/commitopenidm</subscribe>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <unsubscribe>http://lists.forgerock.org/mailman/listinfo/commitopenidm</unsubscribe>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <archive>http://lists.forgerock.org/pipermail/commitopenidm/</archive>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </mailingList>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <mailingList>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <name>OpenIDM: Developers</name>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <post>openidm-dev@forgerock.org</post>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <subscribe>http://lists.forgerock.org/mailman/listinfo/openidm-dev</subscribe>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <unsubscribe>http://lists.forgerock.org/mailman/listinfo/openidm-dev</unsubscribe>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <archive>http://lists.forgerock.org/pipermail/openidm-dev/</archive>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </mailingList>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <mailingList>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>OpenIDM: Issue Notifications</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <post>openidm-issues@forgerock.org</post>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <subscribe>http://lists.forgerock.org/mailman/listinfo/openidm-issues</subscribe>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <unsubscribe>http://lists.forgerock.org/mailman/listinfo/openidm-issues</unsubscribe>
ac40d2f2b2b2fc35c95389f5e28febd580bd2b7aJakub Hrozek <archive>http://lists.forgerock.org/pipermail/openidm-issues/</archive>
ac40d2f2b2b2fc35c95389f5e28febd580bd2b7aJakub Hrozek </mailingList>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </mailingLists>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <issueManagement>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <system>jira</system>
ac40d2f2b2b2fc35c95389f5e28febd580bd2b7aJakub Hrozek <url>https://bugster.forgerock.org/jira/browse/OPENIDM</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </issueManagement>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <ciManagement>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <system>Jenkins</system>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <url>http://builds.forgerock.org/job/OpenIDM/</url>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <notifiers>
458f5245dd5130d12666cce6faf8ef1ec7f80169Pavel Reichl <notifier>
458f5245dd5130d12666cce6faf8ef1ec7f80169Pavel Reichl <type>mail</type>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <sendOnError>true</sendOnError>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <sendOnFailure>true</sendOnFailure>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <sendOnSuccess>false</sendOnSuccess>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <sendOnWarning>false</sendOnWarning>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <address>openidm-dev@forgerock.org</address>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </notifier>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </notifiers>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </ciManagement>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <properties>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <maven.compiler.target>1.6</maven.compiler.target>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <maven.compiler.source>1.6</maven.compiler.source>
9e2c64c6d4f5560e27207193efea6536a566865eMichal Zidek
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <!-- version management -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <openidm.version>2.1.0-SNAPSHOT</openidm.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <slf4j.version>1.7.2</slf4j.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <log4j.version>1.2.16</log4j.version>
22f4bcbb211bf800af647ad1fc9595a8020a6fe6Jakub Hrozek <!--<orientdb.version>1.4.2-SNAPSHOT</orientdb.version>-->
22f4bcbb211bf800af647ad1fc9595a8020a6fe6Jakub Hrozek <orientdb.version>1.5.1</orientdb.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <jackson.version>1.9.10</jackson.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <restlet.version>2.0.15</restlet.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <javascript.maven.plugin.version>2.0.0-alpha-1</javascript.maven.plugin.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <authnfilter.commons.version>1.0.5-SNAPSHOT</authnfilter.commons.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <!-- Commons JSON versions -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <commons.util.version>1.1.0</commons.util.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <commons.json-fluent.version>1.2.0</commons.json-fluent.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <commons.json-patch.version>1.0.0</commons.json-patch.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <commons.json-crypto.version>1.1.0</commons.json-crypto.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <commons.json-resource.version>1.3.0</commons.json-resource.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <!-- OSGi bundles properties -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <!--openidm.osgi.import.openidm.version>version="[$(version;==;${openidm.osgi.version.clean}),$(version;=+;${openidm.osgi.version.clean}))"</openidm.osgi.import.openidm.version-->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <openidm.osgi.import.openidm.version>version="[$(version;==;2.1.0),$(version;=+;2.1.0))"</openidm.osgi.import.openidm.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <openidm.osgi.import.json-fluent.version>version="[$(version;===;${commons.json-fluent.version.clean}),$(version;==+;${commons.json-fluent.version.clean}))"</openidm.osgi.import.json-fluent.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <openidm.osgi.import.json-patch.version>version="[$(version;===;${commons.json-patch.version}),$(version;==+;${commons.json-patch.version}))"</openidm.osgi.import.json-patch.version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <openidm.osgi.import.json-crypto.version>version="[$(version;===;${commons.json-crypto.version}),$(version;==+;${commons.json-crypto.version}))"</openidm.osgi.import.json-crypto.version>
<openidm.osgi.import.json-resource.version>version="[$(version;===;${commons.json-resource.version}),$(version;==+;${commons.json-resource.version}))"</openidm.osgi.import.json-resource.version>
<openidm.osgi.import.default.version>[$(version;==;$(@)),$(version;+;$(@)))</openidm.osgi.import.default.version>
<openidm.osgi.import.before.defaults />
<openidm.osgi.import.defaults/>
<openidm.osgi.import.additional />
<openidm.osgi.import>
org.forgerock.openidm.*;${openidm.osgi.import.openidm.version},
org.forgerock.json.fluent.*;${openidm.osgi.import.json-fluent.version},
org.forgerock.json.patch.*;${openidm.osgi.import.json-patch.version},
org.forgerock.json.crypto.*;${openidm.osgi.import.json-crypto.version},
${openidm.osgi.import.before.defaults},
${openidm.osgi.import.defaults},
${openidm.osgi.import.additional},
*
</openidm.osgi.import>
<!-- Documentation and site properties -->
<siteDistributionURL>scp://forgerock.org/var/www/vhosts/openidm.forgerock.org/httpdocs</siteDistributionURL>
<docTargetVersion>${project.version}</docTargetVersion><!-- Reset before final publication -->
<opendjPasswordPluginVersion>1.0.0</opendjPasswordPluginVersion>
<adPasswordPluginVersion>2.0.1</adPasswordPluginVersion>
<commonsJsonCryptoVersion>${commons.json-crypto.version}</commonsJsonCryptoVersion>
<openicfBundleVersion>1.1.1.0</openicfBundleVersion>
<orientdbVersion>${orientdb.version}</orientdbVersion>
<gaId>UA-23412190-9</gaId>
<!--
Release date is specified only when building the documentation
for publication. For example:
-D"releaseDate=Software release date: January 1, 1970"
Otherwise release date should remain empty.
-->
<releaseDate />
<softwareReleaseDate>${releaseDate}</softwareReleaseDate>
<frDocPluginVersion>1.2.0</frDocPluginVersion>
</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-jaas-loginmodule-repo</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-restlet</module>
<module>openidm-authnfilter</module>
<module>openidm-filter</module>
<module>openidm-servletfilter-registrator</module>
<module>openidm-quartz-fragment</module>
<module>openidm-scheduler</module>
<module>openidm-security-jetty</module>
<module>openidm-security</module>
<module>openidm-servlet</module>
<module>openidm-shell</module>
<module>openidm-smartevent</module>
<module>openidm-system</module>
<module>openidm-ui-enduser</module>
<module>openidm-util</module>
<module>openidm-upgrade</module>
<module>openidm-workflow-activiti</module>
<module>openidm-workflow-remote</module>
<module>openidm-zip</module>
</modules>
<profiles>
<profile>
<id>functional-test</id>
<activation>
<property>
<name>enableCiProfile</name>
<value>true</value>
</property>
</activation>
<modules>
<module>openidm-integration-tests</module>
</modules>
</profile>
<profile>
<id>openidm-webapp</id>
<modules>
<module>openidm-webapp</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.json-fluent.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-patch</artifactId>
<version>${commons.json-patch.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-crypto-core</artifactId>
<version>${commons.json-crypto.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-crypto-cli</artifactId>
<version>${commons.json-crypto.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-schema</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>org.forgerock.json.resource</artifactId>
<version>${commons.json-resource.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-util</artifactId>
<version>${commons.util.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>org.forgerock.json.resource.restlet</artifactId>
<version>${commons.json-resource.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>org.forgerock.restlet</artifactId>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-jaspi-container</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-iwa-module</artifactId>
<version>${authnfilter.commons.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.7</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>servlet-api</artifactId>
<version>2.5</version>
</dependency>
<!-- Restlet -->
<dependency>
<groupId>org.restlet.jee</groupId>
<artifactId>org.restlet</artifactId>
<version>${restlet.version}</version>
</dependency>
<dependency>
<groupId>org.restlet.jee</groupId>
<artifactId>org.restlet.ext.servlet</artifactId>
<version>${restlet.version}</version>
</dependency>
<dependency>
<groupId>org.restlet.jee</groupId>
<artifactId>org.restlet.ext.jackson</artifactId>
<version>${restlet.version}</version>
</dependency>
<dependency>
<groupId>org.restlet.jee</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.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-osgi</artifactId>
<version>4.2.2</version>
</dependency>
<!-- Core OSGi -->
<!--dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>4.3.0</version>
</dependency>
Compendium is not compatible with org.apache.felix.scr
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>4.3.0</version>
</dependency-->
<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.0.3</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>3.1.8</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
<version>1.4.0</version>
<!--<version>1.6.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.4</version>
<!--version>3.2.6</version>-->
</dependency>
<!-- Declarative Services support -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<version>1.6.0</version>
</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.4_2</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.rhino</artifactId>
<version>1.7R2_3</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>
<!-- 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.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.3.1</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.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jstestrunner</groupId>
<artifactId>jstestrunner-junit</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<version>1.7.4</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Import-Package>${openidm.osgi.import}</Import-Package>
<_versionpolicy>${openidm.osgi.import.default.version}</_versionpolicy>
<Implementation-Build>${ci.build.number}</Implementation-Build>
<SCM-Revision>${ci.svn.revision}</SCM-Revision>
<_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>
<versions>
<openidm.osgi.version.clean>${openidm.version}</openidm.osgi.version.clean>
<commons.json-fluent.version.clean>${commons.json-fluent.version}</commons.json-fluent.version.clean>
</versions>
</configuration>
<executions>
<execution>
<id>clean-versions</id>
<phase>prepare-package</phase>
<goals>
<goal>cleanVersions</goal>
</goals>
</execution>
</executions>
</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>
<googleAnalyticsId>${gaId}</googleAnalyticsId>
</configuration>
<executions>
<execution>
<id>copy-common</id>
<phase>pre-site</phase>
<goals>
<goal>boilerplate</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>
<plugin>
<groupId>org.forgerock.maven.plugins</groupId>
<artifactId>javadoc-updater-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<phase>post-site</phase>
<goals>
<goal>fixjavadoc</goal>
</goals>
<configuration>
<directory>${project.reporting.outputDirectory}</directory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.4</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.8</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>