pom.xml revision 36d798d0dfee2928eed5bc2c30d82ff0f698c356
10139N/A<?xml version="1.0" encoding="UTF-8"?>
10139N/A<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10139N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
12198N/A <modelVersion>4.0.0</modelVersion>
10139N/A
10139N/A <!--
10139N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
10139N/A *
10139N/A * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
10139N/A *
10139N/A * The contents of this file are subject to the terms
10139N/A * of the Common Development and Distribution License
10139N/A * (the License). You may not use this file except in
12360N/A * compliance with the License.
10139N/A *
10139N/A * You can obtain a copy of the License at
10139N/A * http://forgerock.org/license/CDDLv1.0.html
10139N/A * See the License for the specific language governing
12198N/A * permission and limitations under the License.
11419N/A *
10139N/A * When distributing Covered Code, include this CDDL
11419N/A * Header Notice in each file and include the License file
10139N/A * at http://forgerock.org/license/CDDLv1.0.html
10142N/A * If applicable, add the following below the CDDL Header,
10142N/A * with the fields enclosed by brackets [] replaced by
10244N/A * your own identifying information:
11419N/A * "Portions Copyrighted [year] [name of copyright owner]"
10139N/A *
10139N/A -->
11419N/A
11437N/A <!-- Parent Project -->
11962N/A <parent>
11437N/A <groupId>org.forgerock</groupId>
11437N/A <artifactId>openam-distribution</artifactId>
10139N/A <version>10.1.0-SNAPSHOT</version>
10139N/A </parent>
10139N/A
10139N/A <!-- Component Definition -->
10139N/A <name>OpenAM Distribution Kit</name>
10139N/A <description>OpenAM Distribution Kit, containing all distributable artifacts.
10803N/A </description>
10139N/A <artifactId>openam-distribution-kit</artifactId>
10139N/A <version>10.1.0-SNAPSHOT</version>
10139N/A <packaging>pom</packaging>
10139N/A <organization>
10139N/A <name>ForgeRock</name>
11419N/A <url>http://www.forgerock.com</url>
10139N/A </organization>
10139N/A
10139N/A <!-- Build -->
10139N/A <build>
11419N/A <plugins>
11070N/A
11070N/A <plugin>
10139N/A <groupId>org.apache.maven.plugins</groupId>
10139N/A <artifactId>maven-assembly-plugin</artifactId>
10139N/A <executions>
10139N/A <execution>
10139N/A <id>admintools-assembly</id>
10139N/A <phase>package</phase>
12048N/A <goals>
12048N/A <goal>single</goal>
12349N/A </goals>
12316N/A <configuration>
10139N/A <finalName>openam-distribution-kit-${project.version}</finalName>
10139N/A <appendAssemblyId>false</appendAssemblyId>
10139N/A <tarLongFileMode>gnu</tarLongFileMode>
10139N/A <descriptors>
10139N/A <descriptor>src/main/assembly/openAM_KitAssembly_Descriptor.xml</descriptor>
10139N/A </descriptors>
10139N/A </configuration>
10139N/A </execution>
10139N/A </executions>
10139N/A </plugin>
10139N/A
10139N/A <!-- Post-Packaging step for preparing Artifacts for Upload to Nightly Download Area -->
10139N/A <plugin>
10139N/A <groupId>org.apache.maven.plugins</groupId>
10139N/A <artifactId>maven-antrun-plugin</artifactId>
10139N/A <executions>
10139N/A <execution>
10139N/A <id>post-packaging</id>
10139N/A <phase>package</phase>
10139N/A <configuration>
10139N/A <target>
10139N/A
10139N/A <property name="distribution.target.dir"
10139N/A value="${project.build.directory}"/>
10139N/A
10139N/A <tstamp>
10139N/A <format property="time.stamp" pattern="yyyyMMdd"/>
10139N/A </tstamp>
10139N/A <property name="zipname.set" value="nightly_${time.stamp}"/>
10139N/A
10139N/A <filter token="ZIPNAME" value="${zipname.set}" />
10139N/A <filter token="BUILD_DATE" value="${time.stamp}" />
10139N/A <filter token="BUILD_VERSION" value="${project.version}" />
10139N/A
10139N/A <copy file="/src/main/jenkins/openam_link.js.template"
10139N/A tofile="${distribution.target.dir}/openam_link.js" filtering="true"/>
10139N/A <copy file="/src/main/jenkins/build_date.js.template"
10139N/A tofile="${distribution.target.dir}/build_date.js" filtering="true"/>
10139N/A
10139N/A </target>
10139N/A </configuration>
10139N/A <goals>
10139N/A <goal>run</goal>
10139N/A </goals>
10139N/A </execution>
10139N/A </executions>
10139N/A </plugin>
10139N/A
10139N/A </plugins>
10139N/A
10244N/A </build>
10244N/A
10139N/A <dependencies>
11855N/A
10139N/A <dependency>
11855N/A <groupId>org.forgerock</groupId>
11855N/A <artifactId>openam-server</artifactId>
11855N/A <version>10.1.0-SNAPSHOT</version>
11855N/A <type>war</type>
10139N/A </dependency>
10139N/A <dependency>
10139N/A <groupId>org.forgerock</groupId>
10139N/A <artifactId>openam-distribution-amadmsetup</artifactId>
10139N/A <version>10.1.0-SNAPSHOT</version>
10139N/A <type>jar</type>
12360N/A </dependency>
11419N/A <dependency>
10139N/A <groupId>org.forgerock</groupId>
12360N/A <artifactId>openam-distribution-library</artifactId>
10139N/A <version>10.1.0-SNAPSHOT</version>
11419N/A <type>zip</type>
10829N/A </dependency>
10923N/A <dependency>
10923N/A <groupId>org.forgerock</groupId>
10923N/A <artifactId>openam-distribution-fedlet-unconfigured</artifactId>
10139N/A <version>10.1.0-SNAPSHOT</version>
12117N/A <type>zip</type>
12316N/A </dependency>
12316N/A <dependency>
10142N/A <groupId>org.forgerock</groupId>
11419N/A <artifactId>openam-distribution-ssoadmintools</artifactId>
10139N/A <version>10.1.0-SNAPSHOT</version>
11419N/A <type>zip</type>
10139N/A </dependency>
10139N/A <dependency>
10142N/A <groupId>org.forgerock</groupId>
10139N/A <artifactId>openam-distribution-ssoconfiguratortools</artifactId>
10139N/A <version>10.1.0-SNAPSHOT</version>
10139N/A <type>zip</type>
10139N/A </dependency>
10139N/A
10139N/A </dependencies>
10139N/A
10139N/A</project>
10139N/A
10139N/A