alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Axis 2 example source code file (pom.xml)

This example Axis 2 source code file (pom.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Axis 2 tags/keywords

at, at, axiom, axis2, foundation, foundation, license, repository, software, software, university, university, web, xml

The Axis 2 pom.xml source code

<?xml version="1.0" encoding="UTF-8"?>

<!--
  ~ Licensed to the Apache Software Foundation (ASF) under one
  ~ or more contributor license agreements. See the NOTICE file
  ~ distributed with this work for additional information
  ~ regarding copyright ownership. The ASF licenses this file
  ~ to you 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
        <artifactId>apache
        <version>3
    </parent>
    <modelVersion>4.0.0
    <groupId>org.apache.axis2
    <artifactId>axis2-parent
    <version>1.3
    <packaging>pom
    <name>Apache Axis 2.0 - Parent
    <inceptionYear>2004
    <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/
    <organization>
        <name>Apache Software Foundation
        <url>http://www.apache.org/
    </organization>
    <issueManagement>
        <system>jira
        <url>http://issues.apache.org/jira/browse/AXIS2
    </issueManagement>
    <properties>
        <!--
        NOTE: Project version, to be used instead of ${pom.version} since that
              value magically changes when using SNAPSHOT versions.

              This value *must* be kept in sync with the value of the <version>
              element, and it will need to be changed manually before a release,
              as the maven-release-plugin will not update this value.
        -->
        <version>1.3
	<addressing.mar.version>1.3
	<soapmonitor.mar.version>1.3
	<mex.mar.version>1.3
	<ping.mar.version>1.3
	<scripting.mar.version>1.3
        <annogen.version>0.1.0
        <ant.version>1.7.0
        <antlr.version>2.7.4
        <activemq.version>4.1.1
        <axiom.version>1.2.5
        <backport.util.concurrent.version>2.2
        <bcel.version>5.2
        <bsf.version>2.4.0
        <commons.codec.version>1.3
        <commons.fileupload.version>1.1.1
        <commons.httpclient.version>3.0.1
        <commons.io.version>1.2
        <commons.logging.version>1.1
        <eclipse.version>3.2.0
	<eclipse.plugins.version>1.3.0
        <fi.version>1.2.1
        <geronimo.spec.activation.version>1.0-M1
        <geronimo.spec.javamail.version>1.0-M1
        <geronimo.spec.jms.version>1.1
        <geronimo.spec.annotation.version>1.1
        <groovy.all.version>1.0-jsr-06
        <intellij.version>5.0
        <httpcore.version>4.0-alpha5
        <jalopy.version>1.5rc3
        <jaxb.api.version>2.0
        <jaxbri.version>2.0.5
        <jaxen.version>1.1.1
        <jaxme2.version>0.5.2
        <jettison.version>1.0-RC1
        <jibx.version>1.1.5
        <junit.version>4.3.1
        <junit.version-jdk1.4>3.8.2
        <log4j.version>1.2.14
        <maven.archiver.version>2.2
        <maven.artifact.version>2.0.4
        <maven.assembly.version>2.2-beta-1
        <maven.plugin.testing.version>1.0-beta-1
        <maven.version>2.0.7
        <neethi.version>2.0.2
        <plexus.utils.version>1.1
        <rhino.version>1.6R5
        <servlet.api.version>2.3
        <spring.version>2.0.4
        <stax.api.version>1.0.1
        <stax.impl.artifactid>wstx-asl
        <stax.impl.groupid>org.codehaus.woodstox
        <stax.impl.version>3.2.1
        <stax_utils.version>20060915
        <tomcat.version>6.0.10
        <woden.version>1.0-incubating-M7b
        <wsdl4j.version>1.6.2
        <xalan.version>2.7.0
        <xbean.version>2.2.0
        <xerces.version>2.8.1
        <xml_apis.version>1.3.03
        <xmlschema.version>1.3.2
        <xmlunit.version>1.0
    </properties>
    <mailingLists>
        <mailingList>
            <name>Axis Developer List
            <subscribe>axis-dev-subscribe@ws.apache.org
            <unsubscribe>axis-dev-unsubscribe@ws.apache.org
            <post>axis-dev@ws.apache.org
            <archive>http://marc.theaimsgroup.com/?l=axis-dev
        </mailingList>
        <mailingList>
            <name>Axis User List
            <subscribe>axis-user-subscribe@ws.apache.org
            <unsubscribe>axis-user-unsubscribe@ws.apache.org
            <post>axis-user@ws.apache.org
            <archive>http://marc.theaimsgroup.com/?l=axis-user
        </mailingList>
    </mailingLists>
    <developers>
        <developer>
            <name>Saminda Abeyruwan
            <id>saminda
            <email>saminda AT wso2.com
            <organization>WSO2
        </developer>
        <developer>
            <name>Afkham Azeez
            <id>azeez
            <email>azeez AT wso2.com
            <organization>WSO2
        </developer>
        <developer>
            <name>Eran Chinthaka
            <id>chinthaka
            <email>chinthaka AT wso2.com
            <organization>WSO2
            <url>http://www.apache.org/~chinthaka
        </developer>
        <developer>
            <name>Glen Daniels
            <id>gdaniels
            <email>gdaniels AT apache.org
            <organization>Sonic Software
        </developer>
        <developer>
            <name>Jaliya Ekanayake
            <id>jaliya
            <email>jaliya AT opensource.lk
            <organization>Indiana University, USA
            <url>http://www.apache.org/~jaliya
        </developer>
        <developer>
            <name>Ruchith Fernando
            <id>ruchithf
            <email>ruchith AT wso2.com
            <organization>WSO2
        </developer>
        <developer>
            <name>Thilina Gunarathne
            <id>thilina
            <email>thilina AT opensource.lk
            <organization>Lanka Software Foundation
        </developer>
        <developer>
            <name>Chathura Herath
            <id>chathura
            <email>chathura AT opensource.lk
            <organization>Indiana University, USA
            <url>www.apache.org/~chathura
        </developer>
        <developer>
            <name>Deepal Jayasinghe
            <id>deepal
            <email>deepal AT wso2.com
            <organization>WSO2
            <url>http://www.apache.org/~deepal
        </developer>
        <developer>
            <name>Robert Lazarski
            <id>robertlazarski
            <email>robertlazarski AT gmail.com
            <organization>Brazil Outsource
        </developer>
        <developer>
            <name>Steve Loughran
            <id>stevel
            <email>stevel AT apache.org
            <organization>HP labs
        </developer>
        <developer>
            <name>Chatra Nakkawita
            <id>chatra
            <email>chatra AT WSO2.com
            <organization>WSO2
        </developer>
        <developer>
            <name>Sumedha Rubasinghe
            <id>sumedha
            <email>sumedha AT WSO2.com
            <organization>WSO2
        </developer>
        <developer>
            <name>Charitha Kamkanamge
            <id>charitha
            <email>charitha AT WSO2.com
            <organization>WSO2
        </developer>
        <developer>
            <name>Srinath Perera
            <id>hemapani
            <email>hemapani AT apache.org
            <organization>Indiana University, USA
            <url>http://www.apache.org/~hemapani
        </developer>
        <developer>
            <name>Ajith Ranabahu
            <id>ajith
            <email>ajith AT wso2.com
            <organization>WSO2
            <url>http://www.apache.org/~ajith
        </developer>
        <developer>
            <name>Venkat Reddy
            <id>venkat
            <email>vreddyp AT gmail.com
            <organization>Computer Associates
        </developer>
        <developer>
            <name>Sanka Samaranayake
            <id>sanka
            <email>sanka AT wso2.com
            <organization>WSO2
        </developer>
        <developer>
            <name>Ashutosh Shahi
            <id>ashu
            <email>Ashutosh.Shahi AT ca.com
            <organization>Computer Associates
        </developer>
        <developer>
            <name>Aleksander Slominski
            <id>alek
            <email>aslom AT cs.indiana.edu
            <organization>Indiana University Extreme! Computing Lab
        </developer>
        <developer>
            <name>Dennis Sosnoski
            <id>dsosnoski
            <email>dms AT sosnoski.com
            <organization>Sosnoski Software
        </developer>
        <developer>
            <name>Davanum Srinivas
            <id>dims
            <email>dims AT wso2.com
            <organization>WSO2
        </developer>
        <developer>
            <name>Jayachandra Sekhara Rao Sunkara
            <id>jaya
            <email>jayachandra AT gmail.com
            <organization>Computer Associates
        </developer>
        <developer>
            <name>Chamil Thanthrimudalige
            <id>chamil
            <email>chamil AT wso2.com
            <organization>WSO2
        </developer>
        <developer>
            <name>Dasarath Weerathunga
            <id>dasarath
            <email>dasarath AT opensource.lk
            <organization>Purdue University, USA
        </developer>
        <developer>
            <name>Sanjiva Weerawarana
            <id>sanjiva
            <email>sanjiva AT wso2.com
            <organization>WSO2
        </developer>
    </developers>
    <contributors>
        <contributor>
            <name>Gayan Asanka
            <email>gayan AT opensource.lk
            <organization>Lanka Software Foundation
        </contributor>
        <contributor>
            <name>Dharshana Dias
            <email/>
            <organization>Lanka Software Foundation / University of Moratuwa
        </contributor>
        <contributor>
            <name>Nadana Gunarathna
            <email>nadana AT opensource.lk
            <organization>Lanka Software Foundation
        </contributor>
        <contributor>
            <name>Thilini Gunawardhana
            <email>thilini AT WSO2.com
            <organization>WSO2
        </contributor>
        <contributor>
            <name>Anushka Kumara
            <email>anushkakumar AT gmail.com
            <organization>Lanka Software Foundation / University of Moratuwa
        </contributor>
        <contributor>
            <name>Farhaan Mohideen
            <email>fmohideen AT valista.com
            <organization>Lanka Software Foundation
        </contributor>
        <contributor>
            <name>Chinthaka Thilakarathne
            <email/>
            <organization>Lanka Software Foundation / University of Moratuwa
        </contributor>
       
<contributor>
            <name>Shivantha Huruggamuwa
            <email>shivanthah AT gmail.com
            <organization>University Of Peradeniya , Sri Lanaka
        </contributor>

    </contributors>
    <repositories>
        <!--
          Checking repositores takes lots of time.
          Repositories which should NOT be put in here.

           http://people.apache.org/repo/m2-snapshot-repository/
               Exists in the org.apache.apache parent pom

           http://repo1.maven.org/maven2/ aka 'Central'
               Exists in the maven 'Super POM' which all poms extend

           http://people.apache.org/repo/m2-ibiblio-rsync-repository/
               Everything in here should be in 'Central'

          Checksum policy when not specified always defaults to 'warn'
          which is what we want.
       -->
        <repository>
            <releases>
                <enabled>true
                <updatePolicy>always
            </releases>
            <snapshots>
                <enabled>true
                <updatePolicy>never
            </snapshots>
            <id>apache-ws-snapshots2
            <name>Apache ws.zones - 2
            <url>http://ws.zones.apache.org/repository2
        </repository>
        <repository>
            <id>tomcat-repository
            <url>http://tomcat.apache.org/dev/dist/m2-repository
            <releases>
                <enabled>true
                <updatePolicy>always
            </releases>
            <snapshots>
                <enabled>false
            </snapshots>
        </repository>
        <repository>
            <id>apache-incubating
            <url>http://people.apache.org/repo/m2-incubating-repository
            <releases>
                <enabled>true
                <updatePolicy>always
            </releases>
            <snapshots>
                <enabled>false
            </snapshots>
        </repository>
        <repository>
            <id>eclipse-repo
            <name>eclipse maven repository
            <url>http://repo1.maven.org/eclipse
            <releases>
                <enabled>true
                <updatePolicy>always
            </releases>
            <snapshots>
                <enabled>false
            </snapshots>
        </repository>
        <repository>
            <id>jibx
            <name>Jibx Repository
            <url>http://jibx.sourceforge.net/maven
            <layout>legacy
        </repository>
        <repository>
            <id>java.net
            <url>http://download.java.net/maven/1/
            <layout>legacy
            <snapshots>
                <enabled>false
            </snapshots>
            <releases>
                <enabled>true
            </releases>
        </repository>
    </repositories>
    <pluginRepositories>
        <pluginRepository>
            <id>apache-snapshots
            <name>Apache Snapshots Repository
            <url>http://people.apache.org/repo/m2-snapshot-repository
            <layout>default
            <snapshots>
                <enabled>true
                <updatePolicy>daily
            </snapshots>
            <releases>
                <enabled>false
            </releases>
        </pluginRepository>
        <pluginRepository>
            <id>ws-zones
            <name>Apache WS Zones Repository
            <url>http://ws.zones.apache.org/repository2
            <layout>default
            <snapshots>
                <enabled>true
                <updatePolicy>daily
            </snapshots>
            <releases>
                <enabled>true
            </releases>
        </pluginRepository>
    </pluginRepositories>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.sun.xml.fastinfoset
                <artifactId>FastInfoset
                <version>${fi.version}
            </dependency>
            <dependency>
                <groupId>org.apache.tomcat
                <artifactId>tribes
                <version>${tomcat.version}
            </dependency>
            <dependency>
                <groupId>org.apache.tomcat
                <artifactId>juli
                <version>${tomcat.version}
            </dependency>
            <dependency>
                <groupId>xml-apis
                <artifactId>xml-apis
                <version>${xml_apis.version}
            </dependency>
            <dependency>
                <groupId>xalan
                <artifactId>xalan
                <version>${xalan.version}
            </dependency>
            <dependency>
                <groupId>com.sun.xml.bind
                <artifactId>jaxb-impl
                <version>${jaxbri.version}
            </dependency>
            <dependency>
                <groupId>com.sun.xml.bind
                <artifactId>jaxb-xjc
                <version>${jaxbri.version}
            </dependency>
            <dependency>
                <groupId>javax.xml.bind
                <artifactId>jaxb-api
                <version>${jaxb.api.version}
            </dependency>
            <dependency>
                <groupId>org.springframework
                <artifactId>spring-core
                <version>${spring.version}
            </dependency>
            <dependency>
                <groupId>org.springframework
                <artifactId>spring-beans
                <version>${spring.version}
            </dependency>
            <dependency>
                <groupId>org.springframework
                <artifactId>spring-context
                <version>${spring.version}
            </dependency>
            <dependency>
                <groupId>org.springframework
                <artifactId>spring-web
                <version>${spring.version}
            </dependency>
            <dependency>
                <groupId>javax.servlet
                <artifactId>servlet-api
                <version>${servlet.api.version}
            </dependency>
            <dependency>
                <groupId>org.codehaus.jettison
                <artifactId>jettison
                <version>${jettison.version}
            </dependency>
            <dependency>
                <groupId>jibx
                <artifactId>jibx-bind
                <version>${jibx.version}
            </dependency>
            <dependency>
                <groupId>jibx
                <artifactId>jibx-run
                <version>${jibx.version}
            </dependency>
            <dependency>
                <groupId>org.apache.ant
                <artifactId>ant-launcher
                <version>${ant.version}
            </dependency>
            <dependency>
                <groupId>org.apache.ws.commons.axiom
                <artifactId>axiom-api
                <version>${axiom.version}
            </dependency>
            <dependency>
                <groupId>org.apache.ws.commons.axiom
                <artifactId>axiom-impl
                <version>${axiom.version}
            </dependency>
            <dependency>
                <groupId>org.apache.ws.commons.axiom
                <artifactId>axiom-dom
                <version>${axiom.version}
            </dependency>
            <dependency>
                <groupId>org.apache.ws.commons.schema
                <artifactId>XmlSchema
                <version>${xmlschema.version}
            </dependency>
            <dependency>
                <groupId>org.apache.neethi
                <artifactId>neethi
                <version>${neethi.version}
            </dependency>
            <dependency>
                <groupId>org.apache.ant
                <artifactId>ant
                <version>${ant.version}
            </dependency>
            <dependency>
                <groupId>org.apache.bcel
                <artifactId>bcel
                <version>${bcel.version}
            </dependency>
            <dependency>
                <groupId>commons-logging
                <artifactId>commons-logging
                <version>${commons.logging.version}
            </dependency>
            <dependency>
                <groupId>commons-codec
                <artifactId>commons-codec
                <version>${commons.codec.version}
            </dependency>
            <dependency>
                <groupId>${stax.impl.groupid}
                <artifactId>${stax.impl.artifactid}
                <version>${stax.impl.version}
            </dependency>

            <dependency>
                <groupId>org.apache.geronimo.specs
                <artifactId>geronimo-activation_1.1_spec
                <version>${geronimo.spec.activation.version}
            </dependency>
            <dependency>
                <groupId>org.apache.geronimo.specs
                <artifactId>geronimo-javamail_1.4_spec
                <version>${geronimo.spec.javamail.version}
            </dependency>
            <dependency>
                <groupId>org.apache.geronimo.specs
                <artifactId>geronimo-jms_1.1_spec
                <version>${geronimo.spec.jms.version}
            </dependency>
            <dependency>
                <groupId>org.apache.geronimo.specs
                <artifactId>geronimo-annotation_1.0_spec
                <version>${geronimo.spec.annotation.version}
            </dependency>
            <dependency>
                <groupId>jaxen
                <artifactId>jaxen
                <version>${jaxen.version}
            </dependency>
            <dependency>
                <groupId>annogen
                <artifactId>annogen
                <version>${annogen.version}
            </dependency>
            <dependency>
                <groupId>javax.servlet
                <artifactId>servlet-api
                <version>${servlet.api.version}
                <scope>provided
            </dependency>
            <dependency>
                <groupId>commons-httpclient
                <artifactId>commons-httpclient
                <version>${commons.httpclient.version}
            </dependency>
            <dependency>
                <groupId>commons-io
                <artifactId>commons-io
                <version>${commons.io.version}
            </dependency>
            <dependency>
                <groupId>org.apache.httpcomponents
                <artifactId>httpcore
                <version>${httpcore.version}
            </dependency>
            <dependency>
                <groupId>org.apache.httpcomponents
                <artifactId>httpcore-nio
                <version>${httpcore.version}
            </dependency>
            <dependency>
                <groupId>org.apache.httpcomponents
                <artifactId>httpcore-niossl
                <version>${httpcore.version}
            </dependency>
            <dependency>
                <groupId>commons-fileupload
                <artifactId>commons-fileupload
                <version>${commons.fileupload.version}
            </dependency>
            <dependency>
                <groupId>wsdl4j
                <artifactId>wsdl4j
                <version>${wsdl4j.version}
            </dependency>
            <dependency>
                <groupId>backport-util-concurrent
                <artifactId>backport-util-concurrent
                <version>${backport.util.concurrent.version}
            </dependency>
            <dependency>
                <groupId>org.apache.woden
                <artifactId>woden
                <version>${woden.version}
            </dependency>
            <dependency>
                <groupId>xmlunit
                <artifactId>xmlunit
                <version>${xmlunit.version}
                <scope>test
            </dependency>
            <dependency>
                <groupId>junit
                <artifactId>junit
                <version>${junit.version}
                <scope>test
            </dependency>
            <dependency>
                <groupId>xmlbeans
                <artifactId>xbean
                <version>${xbean.version}
            </dependency>
            <dependency>
                <groupId>org.apache.ws.jaxme
                <artifactId>jaxme2
                <version>${jaxme2.version}
                <scope>provided
            </dependency>
            <dependency>
                <groupId>org.apache.maven
                <artifactId>maven-plugin-api
                <version>${maven.version}
            </dependency>
            <dependency>
                <groupId>org.apache.maven
                <artifactId>maven-project
                <version>${maven.version}
            </dependency>
            <dependency>
                <groupId>org.apache.maven
                <artifactId>maven-artifact
                <version>${maven.artifact.version}
            </dependency>
            <dependency>
                <groupId>org.apache.maven
                <artifactId>maven-archiver
                <version>${maven.archiver.version}
            </dependency>
            <dependency>
                <groupId>org.codehaus.plexus
                <artifactId>plexus-utils
                <version>${plexus.utils.version}
            </dependency>
            <dependency>
                <groupId>org.apache.maven.shared
                <artifactId>maven-plugin-testing-harness
                <scope>test
                <version>${maven.plugin.testing.version}
            </dependency>
            <dependency>
                <groupId>log4j
                <artifactId>log4j
                <version>${log4j.version}
            </dependency>
            <dependency>
                <groupId>org.eclipse.core
                <artifactId>org.eclipse.core.jobs
                <version>${eclipse.version}
            </dependency>
            <dependency>
                <groupId>org.eclipse.core
                <artifactId>org.eclipse.core.resources
                <version>${eclipse.version}
            </dependency>
            <dependency>
                <groupId>org.eclipse.core
                <artifactId>org.eclipse.core.runtime
                <version>${eclipse.version}
            </dependency>
            <dependency>
                <groupId>org.eclipse.equinox
                <artifactId>org.eclipse.equinox.common
                <version>${eclipse.version}
            </dependency>
            <dependency>
                <groupId>org.eclipse.jface
                <artifactId>org.eclipse.jface
                <version>${eclipse.version}
            </dependency>
            <dependency>
                <groupId>org.eclipse.osgi
                <artifactId>org.eclipse.osgi
                <version>${eclipse.version}
            </dependency>
            <dependency>
                <groupId>org.eclipse.swt
                <artifactId>org.eclipse.swt
                <version>${eclipse.version}
            </dependency>
            <dependency>
                <groupId>org.eclipse.swt
                <artifactId>org.eclipse.swt.win32.win32.x86
                <version>${eclipse.version}
            </dependency>
            <dependency>
                <groupId>org.eclipse.ui
                <artifactId>org.eclipse.ui.ide
                <version>${eclipse.version}
            </dependency>
            <dependency>
                <groupId>com.intellij
                <artifactId>openapi
                <version>${intellij.version}
            </dependency>
            <dependency>
                <groupId>com.intellij
                <artifactId>extensions
                <version>${intellij.version}
            </dependency>
            <dependency>
                <groupId>rhino
                <artifactId>js
                <version>${rhino.version}
            </dependency>
            <dependency>
                <groupId>bsf
                <artifactId>bsf
                <version>${bsf.version}
            </dependency>
            <dependency>
                <groupId>org.apache.activemq
                <artifactId>apache-activemq
                <version>${activemq.version}
            </dependency>
			<dependency>
				<groupId>jalopy
				<artifactId>jalopy
                <version>${jalopy.version}
			</dependency>
            <dependency>
                 <groupId>xerces
		 <artifactId>xercesImpl
		 <version>${xerces.version}
	    </dependency>
        </dependencies>
    </dependencyManagement>
    <!-- Top level dependencies that will be needed in all sub mvn modules -->
    <dependencies>
        <dependency>
            <groupId>org.apache.ws.commons.axiom
            <artifactId>axiom-api
        </dependency>
        <dependency>
            <groupId>org.apache.ws.commons.axiom
            <artifactId>axiom-impl
        </dependency>
        <dependency>
            <groupId>org.apache.ws.commons.axiom
            <artifactId>axiom-dom
        </dependency>
        <!-- Why would we want to add this -->
        <dependency>
            <groupId>javax.mail
            <artifactId>mail
            <version>1.4
        </dependency>

        <dependency>
            <groupId>xmlunit
            <artifactId>xmlunit
        </dependency>

        <dependency>
            <groupId>xalan
            <artifactId>xalan
        </dependency>

        <!-- Stax implementation class -->
        <dependency>
            <groupId>${stax.impl.groupid}
            <artifactId>${stax.impl.artifactid}
        </dependency>
        <dependency>
            <groupId>xerces
            <artifactId>xercesImpl
        </dependency>
        <dependency>
            <groupId>commons-io
            <artifactId>commons-io
	 </dependency>
    </dependencies>
    <profiles>
        <profile>
            <id>java14
            <activation>
                <jdk>1.4
            </activation>
            <dependencies>
                <!-- Junit testing environment-->
                <dependency>
                    <groupId>junit
                    <artifactId>junit
                    <version>3.8.2
                </dependency>
            </dependencies>
        </profile>
        <profile>
            <id>java15
            <activation>
                <jdk>1.5
            </activation>
            <dependencies>
                <!-- Junit testing environment-->
                <dependency>
                    <groupId>junit
                    <artifactId>junit
                    <version>${junit.version}
                </dependency>
            </dependencies>
        </profile>
        <profile>
            <id>java16
            <activation>
                <jdk>1.6
            </activation>
            <dependencies>
                <!-- Junit testing environment-->
                <dependency>
                    <groupId>junit
                    <artifactId>junit
                    <version>${junit.version}
                </dependency>
            </dependencies>
        </profile>
    </profiles>
    <distributionManagement>
        <repository>
            <id>apache-repo
            <name>Maven Central Repository
            <url>
                scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
        </repository>
        <snapshotRepository>
            <id>apache-snapshots
            <name>Apache Development Repository
            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository
        </snapshotRepository>
    </distributionManagement>
    <build>
        <plugins>
            <plugin>
                <artifactId>maven-compiler-plugin
                <inherited>true
                <configuration>
                    <source>1.4
                    <target>1.4
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-surefire-plugin
                <inherited>true
                <configuration>
                    <skip>true
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>

Other Axis 2 examples (source code examples)

Here is a short list of links related to this Axis 2 pom.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.