blob: fb263e41b0f634ddeecd36bf420a6f5ea68e7835 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project>
<pomVersion>3</pomVersion>
<name>Web Services Commons : WS-Policy implemenation</name>
<id>policy</id>
<groupId>ws-commons</groupId>
<!-- a short but descriptive name for the project -->
<name>WS-Policy Implementation</name>
<!-- The version of the project under development, e.g.
1.1, 1.2, 2.0-SNAPSHOT -->
<currentVersion>${policy.version}</currentVersion>
<!-- details about the organization that 'owns' the project -->
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
<!-- the year the project started -->
<inceptionYear>2002</inceptionYear>
<package>org.apache.ws.policy</package>
<mailingLists>
<mailingList>
<name>WS-Policy Developer List</name>
<subscribe>commons-dev-subscribe@ws.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@ws.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/ws-commons-dev/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Sanjiva Weerawarana</name>
<id>sanjiva</id>
<organization>WSO2 Inc.</organization>
<email>sanjiva@opensource.lk</email>
</developer>
<developer>
<name>Davanum Srinivas</name>
<id>dims</id>
<organization>WSO2 Inc.</organization>
<email>dims@yahoo.com</email>
</developer>
<developer>
<name>Dittmann, Werner</name>
<id>werner</id>
<organization></organization>
<email>werner.dittmann@siemens.com</email>
</developer>
<developer>
<name>Sanka Samaranayake</name>
<id>sanka</id>
<organization>WSO2 Inc.</organization>
<email>sanka@apahce.org</email>
</developer>
<developer>
<!-- Documentation -->
<name>Chatra Nakkawita</name>
<id>chatra</id>
<organization>WSO2 Inc.</organization>
<email>chatra@gmail.com</email>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>ws-commons</groupId>
<artifactId>axiom</artifactId>
<version>${axiom.version}</version>
</dependency>
<dependency>
<groupId>${stax.impl.groupid}</groupId>
<artifactId>${stax.impl.artifactid}</artifactId>
<version>${stax.impl.version}</version>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>${stax.api.version}</version>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons.logging.version}</version>
<properties>
<module>true</module>
</properties>
</dependency>
</dependencies>
<!-- build information for the project -->
<build>
<nagEmailAddress>commons-dev@ws.apache.org</nagEmailAddress>
<sourceDirectory>src</sourceDirectory>
<unitTestSourceDirectory>test</unitTestSourceDirectory>
<unitTest>
<excludes>
<exclude>**/PolicyTestCase.java</exclude>
</excludes>
<includes>
<include>**/*Test*.java</include>
</includes>
<resources>
<resource>
<directory>${basedir}/test-resources</directory>
</resource>
<resource>
<directory>conf</directory>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
<resource>
<directory>src</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
</unitTest>
<resources>
<resource>
<directory>conf</directory>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
<resource>
<directory>src</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
</build>
</project>