pom.xml revision e90f23f24e1d8bfd5e5a0b7b3ebfc186750d30f8
97a9a944b5887e91042b019776c41d5dd74557aferikabele<?xml version="1.0" encoding="UTF-8"?>
97a9a944b5887e91042b019776c41d5dd74557aferikabele<!--
97a9a944b5887e91042b019776c41d5dd74557aferikabele* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive*
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive* Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive*
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* The contents of this file are subject to the terms
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* of the Common Development and Distribution License
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* (the License). You may not use this file except in
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* compliance with the License.
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd*
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* You can obtain a copy of the License at
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* http://forgerock.org/license/CDDLv1.0.html
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* See the License for the specific language governing
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* permission and limitations under the License.
52fff662005b1866a3ff09bb6c902800c5cc6dedjerenkrantz*
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* When distributing Covered Code, include this CDDL
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* Header Notice in each file and include the License file
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* at http://forgerock.org/license/CDDLv1.0.html
4b5981e276e93df97c34e4da05ca5cf8bbd937dand* If applicable, add the following below the CDDL Header,
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* with the fields enclosed by brackets [] replaced by
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* your own identifying information:
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd* "Portions Copyrighted [year] [name of copyright owner]"
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd*
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd-->
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd<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">
3a6531f1fd50efd78381e5800802a1449096781eslive <modelVersion>4.0.0</modelVersion>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <!-- Parent Project -->
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <parent>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>org.forgerock.openam</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>openam-schema</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <version>11.0.4-SNAPSHOT</version>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </parent>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <!-- Component Definition -->
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <name>OpenAM Identity Services Schema</name>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <description>OpenAM Identity Services Schema Components</description>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>openam-idsvcs-schema</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <packaging>jar</packaging>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <!-- Build -->
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <build>
117c1f888a14e73cdd821dc6c23eb0411144a41cnd <plugins>
117c1f888a14e73cdd821dc6c23eb0411144a41cnd <!-- Generate Identity Services Source Files to prepare for Compilation -->
117c1f888a14e73cdd821dc6c23eb0411144a41cnd <!-- see http://docs.oracle.com/cd/E17802_01/webservices/webservices/docs/1.5/jaxrpc/jaxrpc-tools.html
117c1f888a14e73cdd821dc6c23eb0411144a41cnd for Documentation on the wscompile tool. -->
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <plugin>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>org.apache.maven.plugins</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>maven-antrun-plugin</artifactId>
53bae66d3dc14a667e14a451f7bc65a893dd450fnd <executions>
53bae66d3dc14a667e14a451f7bc65a893dd450fnd <execution>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <id>generate-idsvcs-source</id>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <phase>generate-sources</phase>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <configuration>
53bae66d3dc14a667e14a451f7bc65a893dd450fnd <failOnError>true</failOnError>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <target name="idsvcs">
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <property name="build.class.path" refid="maven.compile.classpath" />
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <copy file="${project.basedir}/src/main/resources/xml/IdentityServices.wsdl" tofile="${project.build.directory}/classes/IdentityServices.wsdl" />
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <mkdir dir="${project.build.directory}/generated-sources/wscompile"/>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <mkdir dir="${project.build.directory}/unwanted"/>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <java classname="com.sun.xml.rpc.tools.wscompile.Main" fork="true" classpath="${build.class.path}" failonerror="true">
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <arg value="-g" />
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <arg value="-gen:server" />
97a9a944b5887e91042b019776c41d5dd74557aferikabele <arg value="-keep" />
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <arg value="-d" />
97a9a944b5887e91042b019776c41d5dd74557aferikabele <arg value="${project.build.directory}/unwanted" />
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <arg value="-s" />
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <arg value="${project.build.directory}/generated-sources/wscompile" />
97a9a944b5887e91042b019776c41d5dd74557aferikabele <arg value="${project.basedir}/src/main/resources/xml/IdentityServicesConfig.xml" />
97a9a944b5887e91042b019776c41d5dd74557aferikabele </java>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </target>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </configuration>
53bae66d3dc14a667e14a451f7bc65a893dd450fnd <goals>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <goal>run</goal>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </goals>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </execution>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </executions>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </plugin>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <plugin>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>org.codehaus.mojo</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>build-helper-maven-plugin</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <executions>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <execution>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <id>add-source</id>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <phase>generate-sources</phase>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <goals>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <goal>add-source</goal>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </goals>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <configuration>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <sources>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <source>${project.build.directory}/generated-sources/wscompile</source>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </sources>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </configuration>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </execution>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </executions>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </plugin>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <plugin>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>org.apache.maven.plugins</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>maven-jar-plugin</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <configuration>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <archive>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <index>true</index>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <manifest>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <addClasspath>true</addClasspath>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <classpathPrefix>lib/</classpathPrefix>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </manifest>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <manifestEntries>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <Specification-Title>OpenAM Identity Services</Specification-Title>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <Specification-Vendor>ForgeRock</Specification-Vendor>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <Implementation-Title>OpenAM Identity Services</Implementation-Title>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <Implementation-Version>${project.version} - ${maven.build.timestamp}
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </Implementation-Version>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <Implementation-Vendor>ForgeRock</Implementation-Vendor>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <Built-By>${user.name}</Built-By>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <Build-Jdk>${java.version}</Build-Jdk>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <Build-Time>${maven.build.timestamp}</Build-Time>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <Version>${project.version}</Version>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <Create-On>${maven.build.timestamp}</Create-On>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <!-- TODO Add License to Manifest -->
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <License />
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </manifestEntries>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </archive>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </configuration>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </plugin>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <plugin>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>org.apache.maven.plugins</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>maven-javadoc-plugin</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <configuration>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <skip>true</skip>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </configuration>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </plugin>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </plugins>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </build>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <dependencies>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>javax.xml.bind</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>jaxb-api</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
3e989ed8d4cf8733a743921e078f21021f4001a0kess <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>com.sun.xml.bind</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>jaxb-impl</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>com.sun.xml.bind</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>jaxb-libs</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>javax.xml</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>jaxrpc-api</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>com.sun.xml.rpc</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>jaxrpc-spi</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>external</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>jaxrpc-impl</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>external</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>webservices-api</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>javax.mail</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>mail</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </dependencies>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd</project>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd