blob: 1cdd3b63cf7c46fec598a6a48882d0512db6812a [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<!-- the version of maven's project object model -->
<pomVersion>3</pomVersion>
<!-- a unique name for this project -->
<id>Sandesha2</id>
<!-- a short but descriptive name for the project -->
<name>Apache Sandesha2</name>
<!-- The version of the project under development, e.g.
1.1, 1.2, 2.0-SNAPSHOT -->
<currentVersion>0.9</currentVersion>
<!-- details about the organization that 'owns' the project -->
<organization>
<name>Apache Web Services</name>
<url>http://ws.apache.org/</url>
<logo>http://www.apache.org/images/asf-logo.gif</logo>
</organization>
<!-- the year the project started -->
<inceptionYear>2005</inceptionYear>
<package>org.apache.sandesha2</package>
<logo>http://ws.apache.org/ws-fx/sandesha/images/Sandesha.jpg</logo>
<description>
Sandesha2 is an implementation of WS-ReliableMessaging specification published IBM, Microsoft, BEA and TIBCO. Sandesha2 was built on top of Axis2. So by using Sandesha2 you can add reliable messaging capability to the web services you have hosted using Axis2. You can also use Sandesha2 with Axis2 client to interact with already hosted web services in a reliable manner. Please see sandesha2 user guide for more information on using Sandesha2. Read Sandesha2 Architecture guide to see how Sandesha2 work internally.
</description>
<!-- a short description of what the project does -->
<shortDescription>WS-ReliableMessaging implementation for Apache Axis2</shortDescription>
<!-- the project home page -->
<url>http://ws.apache.org/ws-fx/sandesha/sandesha2</url>
<issueTrackingUrl>http://issues.apache.org/jira/browse/SAND</issueTrackingUrl>
<siteAddress>ws.apache.org</siteAddress>
<siteDirectory>/ws-fx/sandesha/sandesha2</siteDirectory>
<distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>
<!-- the version control repository and http url for online access
the connection element has the form:
scm:<system>:<system specific connection string> -->
<repository>
<connection></connection>
<url>http://svn.apache.org/repos/asf/webservices/sandesha/trunk</url>
</repository>
<!-- any mailing lists for the project -->
<mailingLists>
<mailingList>
<name>Sandesha Developer List</name>
<subscribe>sandesha-dev-subscribe@ws.apache.org</subscribe>
<unsubscribe>sandesha-dev-unsubscribe@ws.apache.org</unsubscribe>
<archive></archive>
</mailingList>
</mailingLists>
<!-- who the developers are for the project -->
<developers>
<developer>
<name>Sanjiva Weerawarana</name>
<id>sanjiva</id>
<email>sanjiva@opensource.lk</email>
<organization>
</organization>
</developer>
<developer>
<name>Davanum Srinivas</name>
<id>dims</id>
<email>dims@yahoo.com</email>
<organization>
</organization>
</developer>
<developer>
<name>Jaliya Ekanayake</name>
<id>jaliya</id>
<email>jaliya@opensource.lk</email>
<organization>
</organization>
</developer>
<developer>
<name>Chamikara Jayalath</name>
<id>chamikara</id>
<email>chamikaramj@gmail.com</email>
<organization>
</organization>
</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>
<!-- build information for the project -->
<build>
<nagEmailAddress>jaliya@apache.org</nagEmailAddress>
<sourceDirectory>src</sourceDirectory>
<unitTestSourceDirectory>test/src</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
<resources>
<resource>
<directory>test-resources</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
</unitTest>
</build>
<!-- ============ -->
<!-- Dependencies -->
<!-- ============ -->
<dependencies>
<dependency>
<groupId>axis2</groupId>
<artifactId>axis2</artifactId>
<version>0.93-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0-rc4</version>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>2.8</version>
</dependency>
<dependency>
<groupId>axis</groupId>
<artifactId>axis-wsdl4j</artifactId>
<version>1.2-RC3</version>
</dependency>
</dependencies>
<report>maven-javadoc-plugin</report>
<!-- ======= -->
<!-- Reports -->
<!-- ======= -->
<!-- reports>
<report>maven-license-plugin</report>
<report>maven-checkstyle-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-clover-plugin</report>
</reports -->
</project>