pom.xml revision e7f6201a93237c1ccaa30d4a7aaf3abf79ddbd16
0237f43ab925775250e266e479d0a337ff374a4btakashi<?xml version="1.0" encoding="UTF-8"?>
0237f43ab925775250e266e479d0a337ff374a4btakashi<!--
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd * The contents of this file are subject to the terms of the Common Development and
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd * Distribution License (the License). You may not use this file except in compliance with the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd * License.
0237f43ab925775250e266e479d0a337ff374a4btakashi *
0237f43ab925775250e266e479d0a337ff374a4btakashi * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0237f43ab925775250e266e479d0a337ff374a4btakashi * specific language governing permission and limitations under the License.
0237f43ab925775250e266e479d0a337ff374a4btakashi *
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc * When distributing Covered Software, include this CDDL Header Notice in each file and include
0237f43ab925775250e266e479d0a337ff374a4btakashi * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
0237f43ab925775250e266e479d0a337ff374a4btakashi * Header, with the fields enclosed by brackets [] replaced by your own identifying
0237f43ab925775250e266e479d0a337ff374a4btakashi * information: "Portions copyright [year] [name of copyright owner]".
0237f43ab925775250e266e479d0a337ff374a4btakashi *
0237f43ab925775250e266e479d0a337ff374a4btakashi * Copyright 2011-2016 ForgeRock AS.
0237f43ab925775250e266e479d0a337ff374a4btakashi-->
0237f43ab925775250e266e479d0a337ff374a4btakashi<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">
0237f43ab925775250e266e479d0a337ff374a4btakashi <modelVersion>4.0.0</modelVersion>
0237f43ab925775250e266e479d0a337ff374a4btakashi
0237f43ab925775250e266e479d0a337ff374a4btakashi <!-- Parent Project -->
0237f43ab925775250e266e479d0a337ff374a4btakashi <parent>
0237f43ab925775250e266e479d0a337ff374a4btakashi <groupId>org.forgerock.openam</groupId>
0237f43ab925775250e266e479d0a337ff374a4btakashi <artifactId>openam-schema</artifactId>
0237f43ab925775250e266e479d0a337ff374a4btakashi <version>14.0.0-M3</version>
0237f43ab925775250e266e479d0a337ff374a4btakashi </parent>
0237f43ab925775250e266e479d0a337ff374a4btakashi
0237f43ab925775250e266e479d0a337ff374a4btakashi <!-- Component Definition -->
0237f43ab925775250e266e479d0a337ff374a4btakashi <name>OpenAM DTD Schema</name>
f7b27c374cf3e650d6abe8363f0d4ac49d96b6a8trawick <description>OpenAM Identity Services DTD Components</description>
f7b27c374cf3e650d6abe8363f0d4ac49d96b6a8trawick <artifactId>openam-dtd-schema</artifactId>
0237f43ab925775250e266e479d0a337ff374a4btakashi <packaging>jar</packaging>
de5cbc413070dea83e2d897c4a00dc6a80291227trawick
de5cbc413070dea83e2d897c4a00dc6a80291227trawick <!-- Build -->
de5cbc413070dea83e2d897c4a00dc6a80291227trawick <build>
0237f43ab925775250e266e479d0a337ff374a4btakashi <plugins>
0237f43ab925775250e266e479d0a337ff374a4btakashi <plugin>
0237f43ab925775250e266e479d0a337ff374a4btakashi <groupId>org.apache.maven.plugins</groupId>
0237f43ab925775250e266e479d0a337ff374a4btakashi <artifactId>maven-javadoc-plugin</artifactId>
0237f43ab925775250e266e479d0a337ff374a4btakashi <configuration>
0237f43ab925775250e266e479d0a337ff374a4btakashi <skip>true</skip>
0237f43ab925775250e266e479d0a337ff374a4btakashi </configuration>
0237f43ab925775250e266e479d0a337ff374a4btakashi </plugin>
0237f43ab925775250e266e479d0a337ff374a4btakashi </plugins>
0237f43ab925775250e266e479d0a337ff374a4btakashi </build>
0237f43ab925775250e266e479d0a337ff374a4btakashi</project>
0237f43ab925775250e266e479d0a337ff374a4btakashi
de5cbc413070dea83e2d897c4a00dc6a80291227trawick