| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| ! | |
| ! Copyright 2006 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 | |
| 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"> | |
| <parent> | |
| <groupId>org.apache</groupId> | |
| <artifactId>apache</artifactId> | |
| <version>3</version> | |
| </parent> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>org.apache.axis2</groupId> | |
| <artifactId>axis2-parent</artifactId> | |
| <version>SNAPSHOT</version> | |
| <packaging>pom</packaging> | |
| <name>Axis 2.0 Parent Project</name> | |
| <inceptionYear>2004</inceptionYear> | |
| <description>Axis2 is an effort to re-design and totally re-implement both Axis/Java and | |
| (eventually) Axis/C++ on a new architecture. Evolving from the now standard "handler chain" | |
| model which Axis1 pioneered, Axis2 is developing a more flexible pipeline architecture which | |
| can yet be managed and packaged in a more organized manner. This new design acknowledges the | |
| maturing of the Web services space in terms of new protocols such as WS-ReliableMessaging, | |
| WS-Security and WS-Addressing that are built on top of the base SOAP system. At the time | |
| Axis1 was designed, while it was fully expected that other protocols such as | |
| WS-ReliableMessaging would be built on top of it, there was not a proper extension | |
| architecture defined to enable clean composition of such layers. Thus, one of the key | |
| motivations for Axis2 is to provide a clean and simple environment for like Apache Sandesha | |
| and Apache WSS4J to layer on top of the base SOAP system. Another driving force for Axis2 as | |
| well as the move away from RPC oriented Web services towards more document-oriented, message | |
| style asynchronous service interactions. The Axis2 project is centered on a new | |
| representation for SOAP messages called AXIOM (AXIs Object Model). AXIOM consists of two | |
| parts: a complete XML Infoset representation and a SOAP Infoset representation on top of | |
| that. The XML Infoset representation provides a JDOM-like simple API but is built on a | |
| deferred model via a StAX-based (Streaming API for XML) pull parsing API. A key feature of | |
| AXIOM is that it allows one to stop building the XML tree and just access the pull stream | |
| directly; thus enabling both maximum flexibility and maximum performance. This approach | |
| allows us to support multiple levels of abstraction for consuming and offering Web services: | |
| using plain AXIOM, using generated code and statically data-bound data types and so on. At | |
| the time of Axis1's design, RPC-style, synchronous, request-response interactions were the | |
| order of the day for Web services. Today service interactions are much more message | |
| -oriented and exploit many different message exchange patterns. The Axis2 engine | |
| architecture is careful to not build in any assumptions of request-response patterns to | |
| ensure that it can be used easily to support arbitrary message exchange | |
| patterns.</description> | |
| <url>http://ws.apache.org/axis2/</url> | |
| <organization> | |
| <name>Apache Software Foundation</name> | |
| <url>http://www.apache.org/</url> | |
| </organization> | |
| <issueManagement> | |
| <system>jira</system> | |
| <url>http://issues.apache.org/jira/browse/AXIS2</url> | |
| </issueManagement> | |
| <scm> | |
| <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/parent</connection> | |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/parent</developerConnection> | |
| <url>http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/</url> | |
| </scm> | |
| <mailingLists> | |
| <mailingList> | |
| <name>Axis Developer List</name> | |
| <subscribe>axis-dev-subscribe@ws.apache.org</subscribe> | |
| <unsubscribe>axis-dev-unsubscribe@ws.apache.org</unsubscribe> | |
| <post>axis-dev@ws.apache.org</post> | |
| <archive>http://marc.theaimsgroup.com/?l=axis-dev</archive> | |
| </mailingList> | |
| <mailingList> | |
| <name>Axis User List</name> | |
| <subscribe>axis-user-subscribe@ws.apache.org</subscribe> | |
| <unsubscribe>axis-user-unsubscribe@ws.apache.org</unsubscribe> | |
| <post>axis-user@ws.apache.org</post> | |
| <archive>http://marc.theaimsgroup.com/?l=axis-user</archive> | |
| </mailingList> | |
| </mailingLists> | |
| <developers> | |
| <developer> | |
| <name>Saminda Abeyruwan</name> | |
| <id>saminda</id> | |
| <email>saminda AT wso2.com</email> | |
| <organization>WSO2</organization> | |
| </developer> | |
| <developer> | |
| <name>Afkham Azeez</name> | |
| <id>azeez</id> | |
| <email>azeez AT wso2.com</email> | |
| <organization>WSO2</organization> | |
| </developer> | |
| <developer> | |
| <name>Eran Chinthaka</name> | |
| <id>chinthaka</id> | |
| <email>chinthaka AT wso2.com</email> | |
| <organization>WSO2</organization> | |
| <url>http://www.apache.org/~chinthaka</url> | |
| </developer> | |
| <developer> | |
| <name>Glen Daniels</name> | |
| <id>gdaniels</id> | |
| <email>gdaniels AT apache.org</email> | |
| <organization>Sonic Software</organization> | |
| </developer> | |
| <developer> | |
| <name>Jaliya Ekanayake</name> | |
| <id>jaliya</id> | |
| <email>jaliya AT opensource.lk</email> | |
| <organization>Indiana University, USA</organization> | |
| <url>http://www.apache.org/~jaliya</url> | |
| </developer> | |
| <developer> | |
| <name>Ruchith Fernando</name> | |
| <id>ruchithf</id> | |
| <email>ruchith AT wso2.com</email> | |
| <organization>WSO2</organization> | |
| </developer> | |
| <developer> | |
| <name>Thilina Gunarathne</name> | |
| <id>thilina</id> | |
| <email>thilina AT opensource.lk</email> | |
| <organization>Lanka Software Foundation</organization> | |
| </developer> | |
| <developer> | |
| <name>Chathura Herath</name> | |
| <id>chathura</id> | |
| <email>chathura AT opensource.lk</email> | |
| <organization>Indiana University, USA</organization> | |
| <url>www.apache.org/~chathura</url> | |
| </developer> | |
| <developer> | |
| <name>Deepal Jayasinghe</name> | |
| <id>deepal</id> | |
| <email>deepal AT wso2.com</email> | |
| <organization>WSO2</organization> | |
| <url>http://www.apache.org/~deepal</url> | |
| </developer> | |
| <developer> | |
| <name>Robert Lazarski</name> | |
| <id>robertlazarski</id> | |
| <email>robertlazarski AT gmail.com</email> | |
| <organization>Brazil Outsource</organization> | |
| </developer> | |
| <developer> | |
| <name>Steve Loughran</name> | |
| <id>stevel</id> | |
| <email>stevel AT apache.org</email> | |
| <organization>HP labs</organization> | |
| </developer> | |
| <developer> | |
| <name>Chatra Nakkawita</name> | |
| <id>chatra</id> | |
| <email>chatra AT WSO2.com</email> | |
| <organization>WSO2</organization> | |
| </developer> | |
| <developer> | |
| <name>Srinath Perera</name> | |
| <id>hemapani</id> | |
| <email>hemapani AT apache.org</email> | |
| <organization>Indiana University, USA</organization> | |
| <url>http://www.apache.org/~hemapani</url> | |
| </developer> | |
| <developer> | |
| <name>Ajith Ranabahu</name> | |
| <id>ajith</id> | |
| <email>ajith AT wso2.com</email> | |
| <organization>WSO2</organization> | |
| <url>http://www.apache.org/~ajith</url> | |
| </developer> | |
| <developer> | |
| <name>Venkat Reddy</name> | |
| <id>venkat</id> | |
| <email>vreddyp AT gmail.com</email> | |
| <organization>Computer Associates</organization> | |
| </developer> | |
| <developer> | |
| <name>Sanka Samaranayake</name> | |
| <id>sanka</id> | |
| <email>sanka AT wso2.com</email> | |
| <organization>WSO2</organization> | |
| </developer> | |
| <developer> | |
| <name>Ashutosh Shahi</name> | |
| <id>ashu</id> | |
| <email>Ashutosh.Shahi AT ca.com</email> | |
| <organization>Computer Associates</organization> | |
| </developer> | |
| <developer> | |
| <name>Aleksander Slominski</name> | |
| <id>alek</id> | |
| <email>aslom AT cs.indiana.edu</email> | |
| <organization>Indiana University Extreme! Computing Lab</organization> | |
| </developer> | |
| <developer> | |
| <name>Dennis Sosnoski</name> | |
| <id>dsosnoski</id> | |
| <email>dms AT sosnoski.com</email> | |
| <organization>Sosnoski Software</organization> | |
| </developer> | |
| <developer> | |
| <name>Davanum Srinivas</name> | |
| <id>dims</id> | |
| <email>dims AT wso2.com</email> | |
| <organization>WSO2</organization> | |
| </developer> | |
| <developer> | |
| <name>Jayachandra Sekhara Rao Sunkara</name> | |
| <id>jaya</id> | |
| <email>jayachandra AT gmail.com</email> | |
| <organization>Computer Associates</organization> | |
| </developer> | |
| <developer> | |
| <name>Chamil Thanthrimudalige</name> | |
| <id>chamil</id> | |
| <email>chamil AT wso2.com</email> | |
| <organization>WSO2</organization> | |
| </developer> | |
| <developer> | |
| <name>Dasarath Weerathunga</name> | |
| <id>dasarath</id> | |
| <email>dasarath AT opensource.lk</email> | |
| <organization>Purdue University, USA</organization> | |
| </developer> | |
| <developer> | |
| <name>Sanjiva Weerawarana</name> | |
| <id>sanjiva</id> | |
| <email>sanjiva AT wso2.com</email> | |
| <organization>WSO2</organization> | |
| </developer> | |
| </developers> | |
| <contributors> | |
| <contributor> | |
| <name>Gayan Asanka</name> | |
| <email>gayan AT opensource.lk</email> | |
| <organization>Lanka Software Foundation</organization> | |
| </contributor> | |
| <contributor> | |
| <name>Dharshana Dias</name> | |
| <email/> | |
| <organization>Lanka Software Foundation / University of Moratuwa</organization> | |
| </contributor> | |
| <contributor> | |
| <name>Nadana Gunarathna</name> | |
| <email>nadana AT opensource.lk</email> | |
| <organization>Lanka Software Foundation</organization> | |
| </contributor> | |
| <contributor> | |
| <name>Thilini Gunawardhana</name> | |
| <email>thilini AT WSO2.com</email> | |
| <organization>WSO2</organization> | |
| </contributor> | |
| <contributor> | |
| <name>Anushka Kumara</name> | |
| <email>anushkakumar AT gmail.com</email> | |
| <organization>Lanka Software Foundation / University of Moratuwa</organization> | |
| </contributor> | |
| <contributor> | |
| <name>Farhaan Mohideen</name> | |
| <email>fmohideen AT valista.com</email> | |
| <organization>Lanka Software Foundation</organization> | |
| </contributor> | |
| <contributor> | |
| <name>Chinthaka Thilakarathne</name> | |
| <email/> | |
| <organization>Lanka Software Foundation / University of Moratuwa</organization> | |
| </contributor> | |
| </contributors> | |
| <repositories> | |
| <repository> | |
| <releases> | |
| <enabled>false</enabled> | |
| <updatePolicy>always</updatePolicy> | |
| <checksumPolicy>warn</checksumPolicy> | |
| </releases> | |
| <snapshots> | |
| <enabled>true</enabled> | |
| <updatePolicy>never</updatePolicy> | |
| <checksumPolicy>fail</checksumPolicy> | |
| </snapshots> | |
| <id>apache-snapshots</id> | |
| <name>Apache Maven2 SNAPSHOTS</name> | |
| <url>http://people.apache.org/repo/m2-snapshot-repository/</url> | |
| <layout>default</layout> | |
| </repository> | |
| <repository> | |
| <releases> | |
| <enabled>true</enabled> | |
| <updatePolicy>always</updatePolicy> | |
| <checksumPolicy>warn</checksumPolicy> | |
| </releases> | |
| <snapshots> | |
| <enabled>true</enabled> | |
| <updatePolicy>never</updatePolicy> | |
| <checksumPolicy>warn</checksumPolicy> | |
| </snapshots> | |
| <id>apache-ws-snapshots2</id> | |
| <name>Apache ws.zones - 2</name> | |
| <url>http://ws.zones.apache.org/repository2/</url> | |
| </repository> | |
| <repository> | |
| <releases> | |
| <enabled>true</enabled> | |
| <updatePolicy>always</updatePolicy> | |
| <checksumPolicy>warn</checksumPolicy> | |
| </releases> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| <updatePolicy>never</updatePolicy> | |
| <checksumPolicy>warn</checksumPolicy> | |
| </snapshots> | |
| <id>maven2</id> | |
| <name>Maven2 repo</name> | |
| <url>http://repo1.maven.org/maven2/</url> | |
| </repository> | |
| </repositories> | |
| <pluginRepositories> | |
| <pluginRepository> | |
| <id>apache-m2</id> | |
| <name>Apache M2 Repository</name> | |
| <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url> | |
| <layout>default</layout> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| <updatePolicy>daily</updatePolicy> | |
| <checksumPolicy>ignore</checksumPolicy> | |
| </snapshots> | |
| <releases> | |
| <enabled>true</enabled> | |
| </releases> | |
| </pluginRepository> | |
| <pluginRepository> | |
| <id>apache-snapshots</id> | |
| <name>Apache Snapshots Repository</name> | |
| <url>http://people.apache.org/repo/m2-snapshot-repository</url> | |
| <layout>default</layout> | |
| <snapshots> | |
| <enabled>true</enabled> | |
| <updatePolicy>daily</updatePolicy> | |
| <checksumPolicy>ignore</checksumPolicy> | |
| </snapshots> | |
| <releases> | |
| <enabled>false</enabled> | |
| </releases> | |
| </pluginRepository> | |
| <pluginRepository> | |
| <id>ws-zones</id> | |
| <name>Apache WS Zones Repository</name> | |
| <url>http://ws.zones.apache.org/repository2</url> | |
| <layout>default</layout> | |
| <snapshots> | |
| <enabled>true</enabled> | |
| <updatePolicy>daily</updatePolicy> | |
| <checksumPolicy>ignore</checksumPolicy> | |
| </snapshots> | |
| <releases> | |
| <enabled>true</enabled> | |
| </releases> | |
| </pluginRepository> | |
| </pluginRepositories> | |
| <dependencyManagement> | |
| <dependencies> | |
| <dependency> | |
| <groupId>${project.groupId}</groupId> | |
| <artifactId>axis2-java2wsdl</artifactId> | |
| <version>${project.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>${project.groupId}</groupId> | |
| <artifactId>axis2-kernel</artifactId> | |
| <version>${project.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>${project.groupId}</groupId> | |
| <artifactId>axis2-adb</artifactId> | |
| <version>${project.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>${project.groupId}</groupId> | |
| <artifactId>axis2-codegen</artifactId> | |
| <version>${project.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.ws.commons.axiom</groupId> | |
| <artifactId>axiom-api</artifactId> | |
| <version>SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.ws.commons.axiom</groupId> | |
| <artifactId>axiom-impl</artifactId> | |
| <version>SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.ws.commons.axiom</groupId> | |
| <artifactId>axiom-dom</artifactId> | |
| <version>SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.ws.commons.schema</groupId> | |
| <artifactId>XmlSchema</artifactId> | |
| <version>1.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.neethi</groupId> | |
| <artifactId>neethi</artifactId> | |
| <version>2.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>ant</groupId> | |
| <artifactId>ant</artifactId> | |
| <version>1.6.5</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-logging</groupId> | |
| <artifactId>commons-logging</artifactId> | |
| <version>1.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>woodstox</groupId> | |
| <artifactId>wstx-asl</artifactId> | |
| <version>3.0.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>stax</groupId> | |
| <artifactId>stax-api</artifactId> | |
| <version>1.0.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.mail</groupId> | |
| <artifactId>mail</artifactId> | |
| <version>1.4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.geronimo.specs</groupId> | |
| <artifactId>geronimo-jms_1.1_spec</artifactId> | |
| <version>1.0.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>jaxen</groupId> | |
| <artifactId>jaxen</artifactId> | |
| <version>1.1-beta-10</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>annogen</groupId> | |
| <artifactId>annogen</artifactId> | |
| <version>0.1.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.servlet</groupId> | |
| <artifactId>servlet-api</artifactId> | |
| <version>2.3</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-httpclient</groupId> | |
| <artifactId>commons-httpclient</artifactId> | |
| <version>3.0.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-fileupload</groupId> | |
| <artifactId>commons-fileupload</artifactId> | |
| <version>1.1.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.httpcomponents</groupId> | |
| <artifactId>jakarta-httpcore</artifactId> | |
| <version>4.0-alpha3</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>wsdl4j</groupId> | |
| <artifactId>wsdl4j</artifactId> | |
| <version>1.6.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>backport-util-concurrent</groupId> | |
| <artifactId>backport-util-concurrent</artifactId> | |
| <version>2.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.woden</groupId> | |
| <artifactId>woden</artifactId> | |
| <version>1.0-incubating-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>xmlunit</groupId> | |
| <artifactId>xmlunit</artifactId> | |
| <version>1.0</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>junit</groupId> | |
| <artifactId>junit</artifactId> | |
| <version>3.8</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>xmlbeans</groupId> | |
| <artifactId>xbean</artifactId> | |
| <version>2.1.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.ws.jaxme</groupId> | |
| <artifactId>jaxme2</artifactId> | |
| <version>0.5.2</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| </dependencies> | |
| </dependencyManagement> | |
| <distributionManagement> | |
| <repository> | |
| <id>apache-repo</id> | |
| <name>Maven Central Repository</name> | |
| <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url> | |
| </repository> | |
| <snapshotRepository> | |
| <id>apache-snapshots</id> | |
| <name>Apache Development Repository</name> | |
| <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url> | |
| </snapshotRepository> | |
| </distributionManagement> | |
| <build> | |
| <plugins> | |
| <plugin> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| <inherited>true</inherited> | |
| <configuration> | |
| <source>1.4</source> | |
| <target>1.4</target> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-surefire-plugin</artifactId> | |
| <version>2.1.3</version> | |
| <inherited>true</inherited> | |
| <configuration> | |
| <skip>true</skip> | |
| </configuration> | |
| </plugin> | |
| </plugins> | |
| </build> | |
| </project> |