Maven Repository - POM file for XML ws-commons-java5 1.0.1 1.0.1

Summary

Apache Webservices Java 5 Classes.

This is a small collection of classes, which are part of the Java 5 Core. In other words, you do not need this library, if you are running Java 5, or later. The Java 5 classes are used by projects like Apache JaxMe, Apache XML-RPC, or the the ws-common-utils..

Declaration

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

<dependency>
   <groupId>org.apache.ws.commons</groupId>
   <artifactId>ws-commons-java5</artifactId>
   <version>1.0.1</version>
</dependency>

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





License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The ws-commons-java5-1.0.1 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
XML Parserxml-apis 1.0.b2
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ...
52

Depended by

The following table lists the most popular artifacts which are depending on ws-commons-java5-1.0.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Data StructureXmlSchema 1.4.4
Commons XMLSchema is a light weight schema object model that can be used to manipulate or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependencies on third party libraries.
6
Data StructureXmlSchema 1.4.3
Commons XMLSchema is a light weight schema object model that can be used to manipulate or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependencies on third party libraries.
8
Data StructureXmlSchema 1.4.2
Commons XMLSchema is a light weight schema object model that can be used to manipualte or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependancies on third party libraries.
9
Data StructureXmlSchema 1.3.1
Commons XMLSchema is a light weight schema object model that can be used to manipualte or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependancies on third party libraries.
8
Data StructureXmlSchema 1.3.2
Commons XMLSchema is a light weight schema object model that can be used to manipualte or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependancies on third party libraries.
6
Data StructureXmlSchema 1.4.5
Commons XMLSchema is a light weight schema object model that can be used to manipulate or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependencies on third party libraries.
8

Plugin

The following plugins are used in the ws-commons-java5-1.0.1.jar

  1. maven-assembly-plugin
  2. maven-compiler-plugin
  3. maven-eclipse-plugin
  4. maven-javadoc-plugin
  5. maven-source-plugin




Packages

The following packages are defined in the ws-commons-java5-1.0.1.jar

javax.xml
javax.xml.namespace

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.ws.commons</groupId>
  <artifactId>ws-commons-java5</artifactId>
  <name>Apache Webservices Java 5 Classes</name>
  <version>1.0.1</version>
  <description>This is a small collection of classes, which are part of the Java 5 Core. In other words, you do not need this library, if you are running Java 5, or later. The Java 5 classes are used by projects like Apache JaxMe, Apache XML-RPC, or the the ws-common-utils.</description>
  <url>http://ws.apache.org/commons/ws-commons-java5/</url>
  <issueManagement>
    <system>jira</system>
    <url>http://issues.apache.org/jira/browse/XMLRPC</url>
  </issueManagement>
  <inceptionYear>2005</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>XML-RPC Users</name>
      <subscribe>xmlrpc-user-subscribe@ws.apache.org</subscribe>
      <unsubscribe>xmlrpc-user-unsubscribe@ws.apache.org</unsubscribe>
      <post>xmlrpc-user@ws.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/ws-xmlrpc-user/</archive>
      <otherArchives>
        <otherArchive>http://marc.theaimsgroup.com/?l=xmlrpc-user</otherArchive>
      </otherArchives>
    </mailingList>
    <mailingList>
      <name>XML-RPC Developers</name>
      <subscribe>xmlrpc-dev-subscribe@ws.apache.org</subscribe>
      <unsubscribe>xmlrpc-dev-unsubscribe@ws.apache.org</unsubscribe>
      <post>xmlrpc-dev@ws.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/ws-xmlrpc-dev/</archive>
      <otherArchives>
        <otherArchive>http://marc.theaimsgroup.com/?l=xmlrpc-dev</otherArchive>
      </otherArchives>
    </mailingList>
  </mailingLists>
  
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/java5/</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/java5/</developerConnection>
    <url>http://svn.apache.org/viewcvs.cgi/webservices/commons/trunk/modules/java5/</url>
  </scm>
  <organization>
    <name>Apache Software Foundation</name>
    <url>http://www.apache.org/</url>
  </organization>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.3</source>
          <target>1.2</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-eclipse-plugin</artifactId>
        <configuration>
          <downloadSources>true</downloadSources>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
        <inherited>true</inherited>
      </plugin>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <descriptors>
            <descriptor>src/main/assembly/bin.xml</descriptor>
            <descriptor>src/main/assembly/src.xml</descriptor>
          </descriptors>
          <tarLongFileMode>gnu</tarLongFileMode>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.0.b2</version>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>
  <distributionManagement>
    <repository>
      <id>apache-maven</id>
      <name>Apache Maven Repository</name>
      <url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url>
    </repository>
    <snapshotRepository>
      <uniqueVersion>false</uniqueVersion>
      <id>apache-maven-snapshots</id>
      <name>Apache Maven Snapshot Repository</name>
      <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
    </snapshotRepository>
    <status>deployed</status>
  </distributionManagement>
</project>