a4544a5a0e622ef69e38641f87ab1b5685e05911Phill Cunnington<?xml version="1.0" encoding="UTF-8"?>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<!--
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Copyright 2011-2015 ForgeRock AS.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * The contents of this file are subject to the terms
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * of the Common Development and Distribution License
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * (the License). You may not use this file except in
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * compliance with the License.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * You can obtain a copy of the License at
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * http://forgerock.org/license/CDDLv1.0.html
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * See the License for the specific language governing
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * permission and limitations under the License.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * When distributing Covered Code, include this CDDL
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Header Notice in each file and include the License file
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * at http://forgerock.org/license/CDDLv1.0.html
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * If applicable, add the following below the CDDL Header,
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * with the fields enclosed by brackets [] replaced by
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * your own identifying information:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * "Portions Copyrighted [year] [name of copyright owner]"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster -->
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<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">
c64331fa7c7a38e49ed3b4194ccdffd41af0ff02Peter Major <modelVersion>4.0.0</modelVersion>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <!-- Parent Project -->
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <parent>
6c56bf78246f18c9c14c17ef3ed65065ce178ffdTom Rumsey <groupId>org.forgerock.openam</groupId>
6c56bf78246f18c9c14c17ef3ed65065ce178ffdTom Rumsey <artifactId>openam-schema</artifactId>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <version>13.0.0</version>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott </parent>
bf2a56fd7e5b3bb37378e87e32829a01402d27f0Tom Rumsey
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <!-- Component Definition -->
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <name>OpenAM MIB Schema</name>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <description>OpenAM MIB Schema Components</description>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <artifactId>openam-mib-schema</artifactId>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <packaging>jar</packaging>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <!-- Build -->
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <build>
32b36b012d0b3ab28eecb13555b3925237c2c5a9Peter Major <plugins>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <!-- Generate MIB Source Files to prepare for Compilation -->
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <plugin>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <groupId>org.apache.maven.plugins</groupId>
6309b849c2de831a0eaed9c27b5794bed9bd8fd1Neil Madden <artifactId>maven-antrun-plugin</artifactId>
c64331fa7c7a38e49ed3b4194ccdffd41af0ff02Peter Major <executions>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott <execution>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott <id>generate-sun-mib-source</id>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <phase>generate-sources</phase>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <configuration>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <target>
a90aba9cbcbb8e7fe95e45590d853959efe0d354Tom Rumsey <property name="compile_classpath" refid="maven.plugin.classpath" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <mkdir dir="${project.build.directory}/generated-sources/mib/com/sun/identity/monitoring" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <java classname="com.sun.jdmk.tools.MibGen" fork="true" classpath="${compile_classpath}">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <arg line="-X:use-display-hint -d &quot;${project.build.directory}/generated-sources/mib/com/sun/identity/monitoring&quot; -mc -desc -tp com.sun.identity.monitoring &quot;${basedir}/src/main/resources/mib/SUN-OPENSSO-SERVER.mib&quot; &quot;${basedir}/src/main/resources/mib/mib_core.txt&quot;" />
1d407e39b7d8f68d9a2b1e178f35fab037d9835aRobert Wapshott </java>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </target>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <sourceRoot>${project.build.directory}/generated-sources/mib</sourceRoot>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </configuration>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <goals>
c64331fa7c7a38e49ed3b4194ccdffd41af0ff02Peter Major <goal>run</goal>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott </goals>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott </execution>
26304a2a091af368cfc16c977bcce6d17195360aTom Rumsey
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <execution>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <id>generate-fr-cts-mib-source</id>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <phase>generate-sources</phase>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <configuration>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott <target>
1d407e39b7d8f68d9a2b1e178f35fab037d9835aRobert Wapshott <property name="compile_classpath" refid="maven.plugin.classpath" />
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <mkdir dir="${project.build.directory}/generated-sources/mib/org/forgerock/openam/monitoring/cts" />
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <java classname="com.sun.jdmk.tools.MibGen" fork="true" classpath="${compile_classpath}">
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <arg line="-X:use-display-hint -d &quot;${project.build.directory}/generated-sources/mib/org/forgerock/openam/monitoring/cts&quot; -mc -desc -tp org.forgerock.openam.monitoring.cts &quot;${basedir}/src/main/resources/mib/FORGEROCK-OPENAM-CTS.mib&quot; &quot;${basedir}/src/main/resources/mib/mib_core.txt&quot;" />
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey </java>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey </target>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <sourceRoot>${project.build.directory}/generated-sources/mib</sourceRoot>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey </configuration>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <goals>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <goal>run</goal>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey </goals>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey </execution>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <execution>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <id>generate-fr-session-mib-source</id>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <phase>generate-sources</phase>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <configuration>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <target>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <property name="compile_classpath" refid="maven.plugin.classpath" />
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <mkdir dir="${project.build.directory}/generated-sources/mib/org/forgerock/openam/monitoring/session" />
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <java classname="com.sun.jdmk.tools.MibGen" fork="true" classpath="${compile_classpath}">
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <arg line="-X:use-display-hint -d &quot;${project.build.directory}/generated-sources/mib/org/forgerock/openam/monitoring/session&quot; -mc -desc -tp org.forgerock.openam.monitoring.session &quot;${basedir}/src/main/resources/mib/FORGEROCK-OPENAM-SESSION.mib&quot; &quot;${basedir}/src/main/resources/mib/mib_core.txt&quot;" />
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey </java>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey </target>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <sourceRoot>${project.build.directory}/generated-sources/mib</sourceRoot>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott </configuration>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott <goals>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott <goal>run</goal>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott </goals>
6309b849c2de831a0eaed9c27b5794bed9bd8fd1Neil Madden </execution>
a90aba9cbcbb8e7fe95e45590d853959efe0d354Tom Rumsey
a90aba9cbcbb8e7fe95e45590d853959efe0d354Tom Rumsey <execution>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <id>generate-fr-policy-mib-source</id>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <phase>generate-sources</phase>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott <configuration>
7ea769c9edcf1a585b7e3b0b532f790efed64b21David Luna <target>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott <property name="compile_classpath" refid="maven.plugin.classpath" />
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <mkdir dir="${project.build.directory}/generated-sources/mib/org/forgerock/openam/monitoring/policy" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <java classname="com.sun.jdmk.tools.MibGen" fork="true" classpath="${compile_classpath}">
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott <arg line="-X:use-display-hint -d &quot;${project.build.directory}/generated-sources/mib/org/forgerock/openam/monitoring/policy&quot; -mc -desc -tp org.forgerock.openam.monitoring.policy &quot;${basedir}/src/main/resources/mib/FORGEROCK-OPENAM-POLICY.mib&quot; &quot;${basedir}/src/main/resources/mib/mib_core.txt&quot;" />
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott </java>
35ab1c5bca11317474fe12bdd8d22c17cdaf2697Robert Wapshott </target>
6309b849c2de831a0eaed9c27b5794bed9bd8fd1Neil Madden <sourceRoot>${project.build.directory}/generated-sources/mib</sourceRoot>
a90aba9cbcbb8e7fe95e45590d853959efe0d354Tom Rumsey </configuration>
a90aba9cbcbb8e7fe95e45590d853959efe0d354Tom Rumsey <goals>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <goal>run</goal>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </goals>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott </execution>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott </executions>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <dependencies>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <dependency>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <groupId>external</groupId>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <artifactId>jdmktk</artifactId>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <version>2007-01-10</version>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott </dependency>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott </dependencies>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott </plugin>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <plugin>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <groupId>org.apache.maven.plugins</groupId>
6309b849c2de831a0eaed9c27b5794bed9bd8fd1Neil Madden <artifactId>maven-jar-plugin</artifactId>
6309b849c2de831a0eaed9c27b5794bed9bd8fd1Neil Madden <configuration>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <archive>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <index>true</index>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <manifest>
c6c8bcf74a1e796c167156af1cc1a5d95c67aceaRobert Wapshott <addClasspath>true</addClasspath>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <classpathPrefix>lib/</classpathPrefix>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell </manifest>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <manifestEntries>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <Specification-Title>OpenAM MIB Component</Specification-Title>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <Specification-Vendor>ForgeRock</Specification-Vendor>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <Implementation-Title>OpenAM MIB Component</Implementation-Title>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
be367fb48c4c5a05214aab48aea9f09703b63a97Craig McDonnell <Implementation-Vendor>ForgeRock</Implementation-Vendor>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <Built-By>${user.name}</Built-By>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey <Build-Jdk>${java.version}</Build-Jdk>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <Build-Time>${maven.build.timestamp}</Build-Time>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <Version>${project.version}</Version>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <Create-On>${maven.build.timestamp}</Create-On>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <Revision>${git.short.sha1}</Revision>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <!-- TODO Add License to Manifest -->
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <License />
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell </manifestEntries>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell </archive>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell </configuration>
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey </plugin>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <plugin>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <groupId>org.apache.maven.plugins</groupId>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <artifactId>maven-javadoc-plugin</artifactId>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <configuration>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <skip>true</skip>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </configuration>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </plugin>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </plugins>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell
a19a421277791c670d5a4ebcd6d7af7de159d271Tom Rumsey </build>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <dependencies>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <dependency>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <groupId>org.forgerock.openam</groupId>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <artifactId>openam-shared</artifactId>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell </dependency>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <dependency>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <groupId>external</groupId>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell <artifactId>jdmkrt</artifactId>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell </dependency>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell </dependencies>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell</project>
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell
786bac66d599daf6355e45e64da84c846a857552Craig McDonnell