pom.xml revision 240f5b67f7d955657fe57057033db90e10e209c5
7724b83f809b5669d93c96c8123b97ffa5be50f4slive<?xml version="1.0" encoding="UTF-8"?>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive<!--
7724b83f809b5669d93c96c8123b97ffa5be50f4slive * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd *
7724b83f809b5669d93c96c8123b97ffa5be50f4slive * Copyright 2011-2015 ForgeRock AS.
acc36ab93565d2880447d535da6ca6e5feac7a70nd *
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * The contents of this file are subject to the terms
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * of the Common Development and Distribution License
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * (the License). You may not use this file except in
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * compliance with the License.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding *
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * You can obtain a copy of the License at
acc36ab93565d2880447d535da6ca6e5feac7a70nd * http://forgerock.org/license/CDDLv1.0.html
acc36ab93565d2880447d535da6ca6e5feac7a70nd * See the License for the specific language governing
acc36ab93565d2880447d535da6ca6e5feac7a70nd * permission and limitations under the License.
acc36ab93565d2880447d535da6ca6e5feac7a70nd *
acc36ab93565d2880447d535da6ca6e5feac7a70nd * When distributing Covered Code, include this CDDL
acc36ab93565d2880447d535da6ca6e5feac7a70nd * Header Notice in each file and include the License file
acc36ab93565d2880447d535da6ca6e5feac7a70nd * at http://forgerock.org/license/CDDLv1.0.html
acc36ab93565d2880447d535da6ca6e5feac7a70nd * If applicable, add the following below the CDDL Header,
acc36ab93565d2880447d535da6ca6e5feac7a70nd * with the fields enclosed by brackets [] replaced by
acc36ab93565d2880447d535da6ca6e5feac7a70nd * your own identifying information:
7db9f691a00ead175b03335457ca296a33ddf31bnd * "Portions Copyrighted [year] [name of copyright owner]"
7724b83f809b5669d93c96c8123b97ffa5be50f4slive *
7724b83f809b5669d93c96c8123b97ffa5be50f4slive -->
7724b83f809b5669d93c96c8123b97ffa5be50f4slive<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">
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <modelVersion>4.0.0</modelVersion>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <!-- Parent Project -->
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <parent>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <groupId>org.forgerock.openam</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>openam-schema</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <version>13.1.0-SNAPSHOT</version>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </parent>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <!-- Component Definition -->
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <name>OpenAM MIB Schema</name>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <description>OpenAM MIB Schema Components</description>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>openam-mib-schema</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <packaging>jar</packaging>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <!-- Build -->
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <build>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <plugins>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <!-- Generate MIB Source Files to prepare for Compilation -->
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <plugin>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <groupId>org.apache.maven.plugins</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>maven-antrun-plugin</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <executions>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <execution>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <id>generate-sun-mib-source</id>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <phase>generate-sources</phase>
0471b31f226df03c664e1e6beb5f992392d70a67niq <configuration>
0471b31f226df03c664e1e6beb5f992392d70a67niq <target>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <property name="compile_classpath" refid="maven.plugin.classpath" />
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <mkdir dir="${project.build.directory}/generated-sources/mib/com/sun/identity/monitoring" />
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <java classname="com.sun.jdmk.tools.MibGen" fork="true" classpath="${compile_classpath}">
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <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;" />
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </java>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </target>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <sourceRoot>${project.build.directory}/generated-sources/mib</sourceRoot>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <goals>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <goal>run</goal>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </goals>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </execution>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <execution>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <id>generate-fr-cts-mib-source</id>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <phase>generate-sources</phase>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <target>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <property name="compile_classpath" refid="maven.plugin.classpath" />
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <mkdir dir="${project.build.directory}/generated-sources/mib/org/forgerock/openam/monitoring/cts" />
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen <java classname="com.sun.jdmk.tools.MibGen" fork="true" classpath="${compile_classpath}">
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen <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;" />
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen </java>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen </target>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen <sourceRoot>${project.build.directory}/generated-sources/mib</sourceRoot>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen </configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <goals>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <goal>run</goal>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </goals>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </execution>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <execution>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <id>generate-fr-session-mib-source</id>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <phase>generate-sources</phase>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <configuration>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen <target>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen <property name="compile_classpath" refid="maven.plugin.classpath" />
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen <mkdir dir="${project.build.directory}/generated-sources/mib/org/forgerock/openam/monitoring/session" />
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen <java classname="com.sun.jdmk.tools.MibGen" fork="true" classpath="${compile_classpath}">
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <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;" />
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </java>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </target>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <sourceRoot>${project.build.directory}/generated-sources/mib</sourceRoot>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <goals>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <goal>run</goal>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </goals>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </execution>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <execution>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <id>generate-fr-policy-mib-source</id>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <phase>generate-sources</phase>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <target>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <property name="compile_classpath" refid="maven.plugin.classpath" />
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <mkdir dir="${project.build.directory}/generated-sources/mib/org/forgerock/openam/monitoring/policy" />
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <java classname="com.sun.jdmk.tools.MibGen" fork="true" classpath="${compile_classpath}">
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <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;" />
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </java>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </target>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <sourceRoot>${project.build.directory}/generated-sources/mib</sourceRoot>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <goals>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <goal>run</goal>
696b223118c0aadb16aed69aca68e7b88990d453nd </goals>
696b223118c0aadb16aed69aca68e7b88990d453nd </execution>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </executions>
030108b1816bcda3d925df65357feabdce83bc94slive <dependencies>
030108b1816bcda3d925df65357feabdce83bc94slive <dependency>
030108b1816bcda3d925df65357feabdce83bc94slive <groupId>external</groupId>
030108b1816bcda3d925df65357feabdce83bc94slive <artifactId>jdmktk</artifactId>
030108b1816bcda3d925df65357feabdce83bc94slive <version>2007-01-10</version>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </dependency>
867c365ed1ed48ebbad7b64c55745a1da4ff6964slive </dependencies>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </plugin>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <plugin>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <groupId>org.apache.maven.plugins</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>maven-jar-plugin</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <archive>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <index>true</index>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <manifest>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <addClasspath>true</addClasspath>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <classpathPrefix>lib/</classpathPrefix>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </manifest>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <manifestEntries>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Specification-Title>OpenAM MIB Component</Specification-Title>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Specification-Vendor>ForgeRock</Specification-Vendor>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Implementation-Title>OpenAM MIB Component</Implementation-Title>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Implementation-Vendor>ForgeRock</Implementation-Vendor>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Built-By>${user.name}</Built-By>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Build-Jdk>${java.version}</Build-Jdk>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Build-Time>${maven.build.timestamp}</Build-Time>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Version>${project.version}</Version>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Create-On>${maven.build.timestamp}</Create-On>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <Revision>${git.short.sha1}</Revision>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <!-- TODO Add License to Manifest -->
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <License />
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </manifestEntries>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </archive>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </plugin>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <plugin>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <groupId>org.apache.maven.plugins</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>maven-javadoc-plugin</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <skip>true</skip>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </plugin>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </plugins>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </build>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <dependencies>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <dependency>
867c365ed1ed48ebbad7b64c55745a1da4ff6964slive <groupId>org.forgerock.openam</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>openam-shared</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </dependency>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <dependency>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <groupId>external</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>jdmkrt</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </dependency>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </dependencies>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive</project>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive