pom.xml revision 8c559593c03ffc11ac5b64c4caf2cefef0c60c63
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi<?xml version="1.0" encoding="UTF-8"?>
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi<!--
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd ! CCPL HEADER START
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd !
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd ! This work is licensed under the Creative Commons
a78048ccbdb6256da15e6b0e7e95355e480c2301nd ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd ! To view a copy of this license, visit
a78048ccbdb6256da15e6b0e7e95355e480c2301nd ! http://creativecommons.org/licenses/by-nc-nd/3.0/
a78048ccbdb6256da15e6b0e7e95355e480c2301nd ! or send a letter to Creative Commons, 444 Castro Street,
! Suite 900, Mountain View, California, 94041, USA.
!
! You can also obtain a copy of the license at
! src/main/resources/legal-notices/CC-BY-NC-ND.txt.
! See the License for the specific language governing permissions
! and limitations under the License.
!
! If applicable, add the following below this CCPL HEADER, with the fields
! enclosed by brackets "[]" replaced with your own identifying information:
! Portions Copyright [yyyy] [name of copyright owner]
!
! CCPL HEADER END
!
! Copyright 2011-2013 ForgeRock AS
!
-->
<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">
<modelVersion>4.0.0</modelVersion>
<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam</artifactId>
<version>12.0.1</version>
</parent>
<!-- Documentation Module -->
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-documentation</artifactId>
<name>OpenAM Documentation</name>
<inceptionYear>2011</inceptionYear>
<packaging>pom</packaging>
<description>DocBook XML source for OpenAM core user documentation. Java API reference documentation is generated
from OpenAM source code.
</description>
<url>http://openam.forgerock.org/</url>
<modules>
<module>openam-doc-content</module>
<module>openam-doc-source</module>
</modules>
</project>