10139N/A<?xml version="1.0" encoding="UTF-8"?>
10139N/A<!--
10139N/A *
17365N/A * Copyright 2013-2015 ForgeRock AS.
10139N/A *
10139N/A * The contents of this file are subject to the terms of the Common Development and
10139N/A * Distribution License (the License). You may not use this file except in compliance with the
17185N/A * License.
10139N/A *
17178N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
17178N/A * specific language governing permission and limitations under the License.
17178N/A *
10139N/A * When distributing Covered Software, include this CDDL Header Notice in each file and include
15322N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
10139N/A * Header, with the fields enclosed by brackets [] replaced by your own identifying
17361N/A * information: "Portions copyright [year] [name of copyright owner]".
10139N/A *
10139N/A-->
10139N/A<project xmlns="http://maven.apache.org/POM/4.0.0"
10139N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16215N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12773N/A <modelVersion>4.0.0</modelVersion>
12773N/A
12773N/A <parent>
12204N/A <groupId>org.forgerock.openam.agents</groupId>
12725N/A <artifactId>jee-agents-distribution</artifactId>
17473N/A <version>3.5.0</version>
17473N/A </parent>
10139N/A
10139N/A <name>OpenAM JavaEE Policy Agents Distribution JBoss v42</name>
10139N/A <description>OpenAM JavaEE Policy Agents Distribution JBoss v42</description>
10139N/A <artifactId>jee-agents-distribution-jboss-v42</artifactId>
10139N/A <packaging>pom</packaging>
10139N/A
10139N/A <!-- Build -->
10139N/A <build>
10139N/A <plugins>
10139N/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>jboss-v42-assembly</id>
10139N/A <phase>package</phase>
10139N/A <goals>
10139N/A <goal>single</goal>
10139N/A </goals>
10139N/A <configuration>
10139N/A <finalName>jboss_v42_agent_${project.version}</finalName>
10139N/A <appendAssemblyId>false</appendAssemblyId>
10139N/A <tarLongFileMode>gnu</tarLongFileMode>
10139N/A <descriptors>
10139N/A <descriptor>src/main/assembly/jboss-v42_KitAssembly_Descriptor.xml</descriptor>
10139N/A </descriptors>
17473N/A <escapeString>\</escapeString>
10139N/A </configuration>
10139N/A </execution>
10139N/A </executions>
10139N/A </plugin>
10139N/A <plugin>
10139N/A <artifactId>maven-resources-plugin</artifactId>
10139N/A <executions>
10139N/A <execution>
10139N/A <id>copy-build_date.js</id>
10139N/A <phase>package</phase>
10139N/A <goals>
10139N/A <goal>copy-resources</goal>
10139N/A </goals>
17460N/A <configuration>
16129N/A <outputDirectory>${project.build.directory}</outputDirectory>
10139N/A <resources>
10139N/A <resource>
10139N/A <directory>${project.basedir}/src/main/assembly</directory>
10139N/A <includes>
10139N/A <include>build_date.js</include>
10139N/A </includes>
10139N/A <filtering>true</filtering>
10139N/A </resource>
11303N/A </resources>
12773N/A </configuration>
12773N/A </execution>
12773N/A </executions>
12773N/A </plugin>
12773N/A </plugins>
10139N/A </build>
10139N/A
10139N/A <dependencies>
10139N/A <dependency>
10139N/A <groupId>org.forgerock.openam.agents</groupId>
10139N/A <artifactId>jee-agents-sdk</artifactId>
10139N/A </dependency>
12173N/A <dependency>
12173N/A <groupId>org.forgerock.openam.agents</groupId>
10139N/A <artifactId>jee-agents-agentapp</artifactId>
10139N/A <type>war</type>
10139N/A </dependency>
10139N/A <dependency>
10139N/A <groupId>org.forgerock.openam.agents</groupId>
10139N/A <artifactId>jee-agents-jboss-v40</artifactId>
10139N/A </dependency>
10139N/A <dependency>
10139N/A <groupId>org.forgerock.openam.agents</groupId>
10807N/A <artifactId>jee-agents-sampleapp-jboss-ear</artifactId>
13963N/A <type>ear</type>
10139N/A </dependency>
10139N/A <dependency>
10139N/A <groupId>${forgerock.license.groupId}</groupId>
10139N/A <artifactId>${forgerock.license.artifactId}</artifactId>
10139N/A <version>${forgerock.license.version}</version>
10139N/A <type>txt</type>
10139N/A </dependency>
10139N/A </dependencies>
10139N/A</project>