pom.xml revision 1c39f25b4e11ae0397f825f3d031bd01983b98f0
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive<?xml version="1.0" encoding="UTF-8"?>
013e1ddd21f2142a369c9a9a0eeb6c6a0bc3fcf3patrikj<!--
e942c741056732f50da2074b36fe59805d370650slive* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd*
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd* Copyright 2011-2015 ForgeRock AS.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd*
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding* The contents of this file are subject to the terms
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding* of the Common Development and Distribution License
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding* (the License). You may not use this file except in
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding* compliance with the License.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding*
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding* You can obtain a copy of the License at
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd* http://forgerock.org/license/CDDLv1.0.html
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd* See the License for the specific language governing
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd* permission and limitations under the License.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd*
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd* When distributing Covered Code, include this CDDL
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd* Header Notice in each file and include the License file
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd* at http://forgerock.org/license/CDDLv1.0.html
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd* If applicable, add the following below the CDDL Header,
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd* with the fields enclosed by brackets [] replaced by
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd* your own identifying information:
7db9f691a00ead175b03335457ca296a33ddf31bnd* "Portions Copyrighted [year] [name of copyright owner]"
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive*
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive-->
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <modelVersion>4.0.0</modelVersion>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <!-- Parent Project -->
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <parent>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <groupId>org.forgerock.openam</groupId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactId>openam-distribution</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <version>14.0.0-SNAPSHOT</version>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </parent>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <!-- Component Definition -->
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <name>OpenAM Distribution Kit</name>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <description>OpenAM Distribution Kit, containing all distributable artifacts.</description>
b1136023d7083e8ada7ee2a7f8563383568d0e9cnoirin <artifactId>openam-distribution-kit</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <packaging>pom</packaging>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
b1136023d7083e8ada7ee2a7f8563383568d0e9cnoirin <!-- Build -->
b1136023d7083e8ada7ee2a7f8563383568d0e9cnoirin <build>
b1136023d7083e8ada7ee2a7f8563383568d0e9cnoirin <plugins>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <plugin>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <groupId>org.apache.maven.plugins</groupId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactId>maven-dependency-plugin</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <executions>
b1136023d7083e8ada7ee2a7f8563383568d0e9cnoirin <execution>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <id>Copy license</id>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <phase>prepare-package</phase>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <goals>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <goal>copy</goal>
f0a393c5c2d7de58f447855369ad2fbfa254e544rbowen </goals>
f0a393c5c2d7de58f447855369ad2fbfa254e544rbowen <configuration>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactItems>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactItem>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <groupId>${forgerock.license.groupId}</groupId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactId>${forgerock.license.artifactId}</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <version>${forgerock.license.version}</version>
013e1ddd21f2142a369c9a9a0eeb6c6a0bc3fcf3patrikj <type>txt</type>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <overWrite>true</overWrite>
f6aae3e0ce2de5bd8a6809edf85832ad915fe94crbowen <outputDirectory>${project.build.directory}/legal-notices</outputDirectory>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <destFileName>license.txt</destFileName>
013e1ddd21f2142a369c9a9a0eeb6c6a0bc3fcf3patrikj </artifactItem>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </artifactItems>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </configuration>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </execution>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </executions>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </plugin>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <plugin>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <groupId>org.apache.maven.plugins</groupId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactId>maven-assembly-plugin</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <executions>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <execution>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <id>admintools-assembly</id>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <phase>package</phase>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <goals>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <goal>single</goal>
b1136023d7083e8ada7ee2a7f8563383568d0e9cnoirin </goals>
b1136023d7083e8ada7ee2a7f8563383568d0e9cnoirin <configuration>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <finalName>OpenAM-${project.version}</finalName>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <appendAssemblyId>false</appendAssemblyId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <tarLongFileMode>gnu</tarLongFileMode>
97a9a944b5887e91042b019776c41d5dd74557aferikabele <descriptors>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <descriptor>src/main/assembly/openAM_KitAssembly_Descriptor.xml</descriptor>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </descriptors>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </configuration>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </execution>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </executions>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </plugin>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <!-- Post-Packaging step for preparing Artifacts for Upload to Nightly Download Area -->
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <plugin>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <groupId>org.apache.maven.plugins</groupId>
4c36c711036219c80d5517d35be68a4769c15291slive <artifactId>maven-antrun-plugin</artifactId>
4c36c711036219c80d5517d35be68a4769c15291slive <executions>
4c36c711036219c80d5517d35be68a4769c15291slive <execution>
4c36c711036219c80d5517d35be68a4769c15291slive <id>post-packaging</id>
4c36c711036219c80d5517d35be68a4769c15291slive <phase>package</phase>
4c36c711036219c80d5517d35be68a4769c15291slive <configuration>
4c36c711036219c80d5517d35be68a4769c15291slive <target>
4c36c711036219c80d5517d35be68a4769c15291slive
4c36c711036219c80d5517d35be68a4769c15291slive <property name="distribution.target.dir" value="${project.build.directory}" />
4c36c711036219c80d5517d35be68a4769c15291slive
f736cd11585a35572d5f42accf026eb667848434slive <tstamp>
4c36c711036219c80d5517d35be68a4769c15291slive <format property="time.stamp" pattern="yyyyMMdd" />
4c36c711036219c80d5517d35be68a4769c15291slive </tstamp>
4c36c711036219c80d5517d35be68a4769c15291slive <property name="zipname.set" value="nightly_${time.stamp}" />
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <filter token="ZIPNAME" value="${zipname.set}" />
f0a393c5c2d7de58f447855369ad2fbfa254e544rbowen <filter token="BUILD_DATE" value="${time.stamp}" />
f0a393c5c2d7de58f447855369ad2fbfa254e544rbowen <filter token="BUILD_VERSION" value="${project.version}" />
f0a393c5c2d7de58f447855369ad2fbfa254e544rbowen
f0a393c5c2d7de58f447855369ad2fbfa254e544rbowen <copy file="/src/main/jenkins/openam_link.js.template" tofile="${distribution.target.dir}/openam_link.js" filtering="true" />
f0a393c5c2d7de58f447855369ad2fbfa254e544rbowen <copy file="/src/main/jenkins/build_date.js.template" tofile="${distribution.target.dir}/build_date.js" filtering="true" />
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
f0a393c5c2d7de58f447855369ad2fbfa254e544rbowen </target>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </configuration>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <goals>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <goal>run</goal>
013e1ddd21f2142a369c9a9a0eeb6c6a0bc3fcf3patrikj </goals>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </execution>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </executions>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </plugin>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </plugins>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </build>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <dependencies>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <dependency>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <groupId>org.forgerock.openam</groupId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactId>openam-server</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <type>war</type>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </dependency>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <dependency>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <groupId>org.forgerock.openam</groupId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactId>openam-server-only</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <type>war</type>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </dependency>
4c36c711036219c80d5517d35be68a4769c15291slive <dependency>
4c36c711036219c80d5517d35be68a4769c15291slive <groupId>org.forgerock.openam</groupId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactId>openam-clientsdk</artifactId>
4c36c711036219c80d5517d35be68a4769c15291slive <type>jar</type>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </dependency>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <dependency>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <groupId>org.forgerock.openam</groupId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactId>openam-distribution-fedlet-unconfigured</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <type>zip</type>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </dependency>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <dependency>
9ed9ba1fcf0a4a39f78f5f809c661bbd590b70eand <groupId>org.forgerock.openam</groupId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactId>openam-distribution-ssoadmintools</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <type>zip</type>
630c456b6461158be6cc5c5483735e27b13b4ad5nd </dependency>
1d7d4ad3081da9e2bc11611ddccdf68f89e8baf9nd <dependency>
9ed9ba1fcf0a4a39f78f5f809c661bbd590b70eand <groupId>org.forgerock.openam</groupId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <artifactId>openam-example-clientsdk-cli</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <type>zip</type>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </dependency>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <dependency>
b1136023d7083e8ada7ee2a7f8563383568d0e9cnoirin <groupId>org.forgerock.openam</groupId>
b1136023d7083e8ada7ee2a7f8563383568d0e9cnoirin <artifactId>openam-example-clientsdk-war</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <type>war</type>
9ed9ba1fcf0a4a39f78f5f809c661bbd590b70eand </dependency>
9ed9ba1fcf0a4a39f78f5f809c661bbd590b70eand <dependency>
9ed9ba1fcf0a4a39f78f5f809c661bbd590b70eand <groupId>org.forgerock.openam</groupId>
b1136023d7083e8ada7ee2a7f8563383568d0e9cnoirin <artifactId>openam-idpdiscovery-war</artifactId>
9ed9ba1fcf0a4a39f78f5f809c661bbd590b70eand <type>war</type>
9ed9ba1fcf0a4a39f78f5f809c661bbd590b70eand </dependency>
9ed9ba1fcf0a4a39f78f5f809c661bbd590b70eand <dependency>
9ed9ba1fcf0a4a39f78f5f809c661bbd590b70eand <groupId>org.forgerock.openam</groupId>
9ed9ba1fcf0a4a39f78f5f809c661bbd590b70eand <artifactId>openam-distribution-ssoconfiguratortools</artifactId>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive <type>zip</type>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </dependency>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive </dependencies>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive</project>
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive