Maven Repository - POM file for Web Service axis2-kernel 1.2 1.2

Summary

Apache Axis 2.0 - Kernel.

Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,.

Declaration

Here is the list of declaration for axis2-kernel. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.axis2</groupId>
   <artifactId>axis2-kernel</artifactId>
   <version>1.2</version>
</dependency>

If you think this Maven repository POM file listing for axis2-kernel is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depended by

The following table lists the most popular artifacts which are depending on axis2-kernel-1.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Serviceaxis2-codegen 1.2
Axis2 Code Generation module
7




Plugin

The following plugins are used in the axis2-kernel-1.2.jar

  1. maven-antrun-plugin
  2. maven-surefire-plugin

Packages

The following packages are defined in the axis2-kernel-1.2.jar

org.apache.axis2
org.apache.axis2.addressing
org.apache.axis2.addressing.wsdl
org.apache.axis2.builder
org.apache.axis2.classloader
org.apache.axis2.client
org.apache.axis2.client.async
org.apache.axis2.cluster
org.apache.axis2.cluster.configuration
org.apache.axis2.cluster.context
org.apache.axis2.context
org.apache.axis2.dataretrieval
org.apache.axis2.dataretrieval.client
org.apache.axis2.deployment
org.apache.axis2.deployment.repository.util
org.apache.axis2.deployment.resolver
org.apache.axis2.deployment.scheduler
org.apache.axis2.deployment.util
org.apache.axis2.description
org.apache.axis2.dispatchers
org.apache.axis2.engine
org.apache.axis2.handlers
org.apache.axis2.i18n
org.apache.axis2.java.security
org.apache.axis2.modules
org.apache.axis2.namespace
org.apache.axis2.phaseresolver
org.apache.axis2.receivers
org.apache.axis2.transport
org.apache.axis2.transport.http
org.apache.axis2.transport.http.server
org.apache.axis2.transport.http.util
org.apache.axis2.transport.jms
org.apache.axis2.transport.local
org.apache.axis2.transport.mail
org.apache.axis2.transport.mail.server
org.apache.axis2.transport.tcp
org.apache.axis2.util
org.apache.axis2.util.threadpool
org.apache.axis2.wsdl
org.apache.axis2.wsdl.util




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>axis2-parent</artifactId>
    <groupId>org.apache.axis2</groupId>
    <version>1.2</version>
    <relativePath>../parent/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>axis2-kernel</artifactId>
  <name>Apache Axis 2.0 - Kernel</name>
  <version>1.2</version>
  <description>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,</description>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <testSourceDirectory>test</testSourceDirectory>
    <resources>
      <resource>
        <directory>conf</directory>
        <excludes>
          <exclude>**/*.properties</exclude>
        </excludes>
      </resource>
      <resource>
        <directory>src</directory>
        <excludes>
          <exclude>**/*.java</exclude>
        </excludes>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <targetPath>../test-resources</targetPath>
        <directory>test-resources</directory>
        <includes>
          <include>**/**</include>
        </includes>
      </testResource>
    </testResources>
    <plugins>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <inherited>true</inherited>
        <configuration>
          <skip>false</skip>
          <excludes>
            <exclude>**/*Abstract*.java</exclude>
            <exclude>**/*Util*.java</exclude>
            <exclude>**/*PhaseResolvingTest.java</exclude>
          </excludes>
          <includes>
            <include>**/*Test.java</include>
          </includes>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-antrun-plugin</artifactId>
        <executions>
          <execution>
            <id>process-test-resources</id>
            <phase>process-test-resources</phase>
            <goals>
              <goal>run</goal>
            </goals>
            <configuration>
              <tasks>
                <ant inheritall="true" antfile="build.xml" dir="test-resources/deployment/service2" inheritrefs="true"></ant>
                <ant inheritall="true" antfile="build.xml" dir="test-resources/deployment/echo" inheritrefs="true"></ant>
                <ant inheritall="true" antfile="build.xml" dir="test-resources/deployment/invalidservice" inheritrefs="true"></ant>
                <ant inheritall="true" antfile="build.xml" dir="test-resources/deployment/module1" inheritrefs="true"></ant>
                <ant inheritall="true" antfile="build.xml" dir="test-resources/deployment/serviceModule" inheritrefs="true"></ant>
                <copy file="${basedir}/test-resources/deployment/axis2.xml" tofile="${basedir}/target/test-resources/deployment/axis2.xml"></copy>
              </tasks>
            </configuration>
          </execution>
          <execution>
            <id>test-compile</id>
            <phase>test-compile</phase>
            <goals>
              <goal>run</goal>
            </goals>
            <configuration>
              <tasks>
                <property location="${basedir}/target" name="maven.build.dir"></property>
                <ant inheritall="true" antfile="j2secbuild.xml" dir="test-resources/" inheritrefs="true"></ant>
              </tasks>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.axis2</groupId>
      <artifactId>axis2-java2wsdl</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-fileupload</groupId>
      <artifactId>commons-fileupload</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>jakarta-httpcore</artifactId>
    </dependency>
    <dependency>
      <groupId>wsdl4j</groupId>
      <artifactId>wsdl4j</artifactId>
    </dependency>
    <dependency>
      <groupId>backport-util-concurrent</groupId>
      <artifactId>backport-util-concurrent</artifactId>
    </dependency>
    <dependency>
      <groupId>${stax.impl.groupid}</groupId>
      <artifactId>${stax.impl.artifactid}</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.ws.commons.schema</groupId>
      <artifactId>XmlSchema</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.neethi</groupId>
      <artifactId>neethi</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.woden</groupId>
      <artifactId>woden</artifactId>
    </dependency>
    <dependency>
      <groupId>annogen</groupId>
      <artifactId>annogen</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-jms_1.1_spec</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.ws.commons.axiom</groupId>
      <artifactId>axiom-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.ws.commons.axiom</groupId>
      <artifactId>axiom-impl</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.ws.commons.axiom</groupId>
      <artifactId>axiom-dom</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>