pom.xml revision 024fd4c1fab17ad66496e7e72e1c31d8d8ecc6ef
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * The contents of this file are subject to the terms
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * of the Common Development and Distribution License
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * (the License). You may not use this file except in
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * compliance with the License.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * You can obtain a copy of the License at
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * http://forgerock.org/license/CDDLv1.0.html
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * See the License for the specific language governing
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * permission and limitations under the License.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * When distributing Covered Code, include this CDDL
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * Header Notice in each file and include the License file
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * at http://forgerock.org/license/CDDLv1.0.html
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * If applicable, add the following below the CDDL Header,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * with the fields enclosed by brackets [] replaced by
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * your own identifying information:
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * "Portions Copyrighted [year] [name of copyright owner]"
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher<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">
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <!-- Parent Project -->
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <!-- Component Definition -->
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <description>OpenAM Liberty Schema Components</description>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <artifactId>openam-liberty-schema</artifactId>
83bf46f4066e3d5e838a32357c201de9bd6ecdfdNikolai Kondrashov <!-- Build -->
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <groupId>org.codehaus.mojo</groupId>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <artifactId>jaxb2-maven-plugin</artifactId>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <executions>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <id>xjc-liberty</id>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <goal>xjc</goal>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria </execution>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria </executions>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <configuration>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <extension>true</extension>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher </schemaFiles>
83bf46f4066e3d5e838a32357c201de9bd6ecdfdNikolai Kondrashov </configuration>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <groupId>org.apache.maven.plugins</groupId>
83bf46f4066e3d5e838a32357c201de9bd6ecdfdNikolai Kondrashov <configuration>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek <manifestEntries>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek <Specification-Title>OpenAM Liberty Schema</Specification-Title>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <Specification-Vendor>ForgeRock</Specification-Vendor>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <Implementation-Title>OpenAM Liberty Schema</Implementation-Title>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <Implementation-Vendor>ForgeRock</Implementation-Vendor>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <Build-Time>${maven.build.timestamp}</Build-Time>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <Create-On>${maven.build.timestamp}</Create-On>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <!-- TODO Add License to Manifest -->
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl </manifestEntries>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek </configuration>