xmlrpc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.apache.ws.xmlrpc</groupId>
<artifactId>xmlrpc</artifactId>
<version>3.0a1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ws.xmlrpc</groupId>
<artifactId>xmlrpc</artifactId>
<name>Apache XML-RPC</name>
<version>3.0a1</version>
<description>Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
that uses XML over HTTP to implement remote procedure calls.
Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to
handle. Version 3 of Apache XML-RPC introduces several
important vendor extensions over the original XML-RPC specification.</description>
<url>http://ws.apache.org/xmlrpc/</url>
<issueManagement>
<system>jira</system>
<url>http://issues.apache.org/jira/browse/XMLRPC</url>
</issueManagement>
<ciManagement>
<system>Gump</system>
<url>http://vmgump.apache.org/gump/public/ws-xmlrpc/xmlrpc/index.html</url>
</ciManagement>
<inceptionYear>2001</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>
<developers>
<developer>
<id>aevers</id>
<name>Andrew Evers</name>
<email>aevers@redwood.nl</email>
</developer>
<developer>
<id>sgoeschl</id>
<name>Siegfried Goeschl</name>
<email>sgoeschl@apache.org</email>
</developer>
<developer>
<id>hgomez</id>
<name>Henri Gomez</name>
<email>hgomez@apache.org</email>
</developer>
<developer>
<id>rhoegg</id>
<name>Ryan Hoegg</name>
<email>rhoegg@isisnetworks.net</email>
<organization>ISIS Networks</organization>
</developer>
<developer>
<id>dlr</id>
<name>Daniel Rall</name>
<email>dlr@finemaltcoding.com</email>
<organization>CollabNet, Inc.</organization>
</developer>
<developer>
<id>leonardr</id>
<name>Leonard Richarson</name>
<email>leonardr@collab.net</email>
<organization>CollabNet, Inc.</organization>
</developer>
<developer>
<id>jon</id>
<name>Jon Scott Stevens</name>
<email>jon@latchkey.com</email>
<organization>CollabNet, Inc.</organization>
</developer>
<developer>
<id>hannes</id>
<name>Hannes Wallnoefer</name>
<email>hannes@apache.org</email>
</developer>
<developer>
<id>jochen</id>
<name>Jochen Wiedmann</name>
<email>jochen.wiedmann@gmail.com</email>
</developer>
<developer>
<id>jwilson</id>
<name>John Wilson</name>
<email>tug@wilson.co.uk</email>
<organization>The Wilson Partnership</organization>
</developer>
<developer>
<id>jvanzyl</id>
<name>Jason van Zyl</name>
<email>jason@zenplex.com</email>
<organization>Zenplex</organization>
</developer>
</developers>
<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/xmlrpc/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/webservices/xmlrpc/</url>
</scm>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<testSourceDirectory>src/test/java</testSourceDirectory>
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<downloadSources>true</downloadSources>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
<configuration>
<descriptors>
<value>src/main/assembly/bin.xml</value>
<value>src/main/assembly/src.xml</value>
</descriptors>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/</tagBase>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>apache-maven-snapshots</id>
<name>Apache Maven Snapshot Repository</name>
<url>http://cvs.apache.org/maven-snapshot-repository</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots />
<id>Maven Snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots />
<id>Maven Snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2/</url>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.ws.commons</groupId>
<artifactId>ws-commons-util</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jaxme</groupId>
<artifactId>jaxmeapi</artifactId>
<version>0.5</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.6.2</version>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<repository>
<id>people.apache.org</id>
<name>Apache Maven Distributions</name>
<url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url>
</repository>
<site>
<id>people.apache.org</id>
<name>XML-RPC directory on ws.apache.org</name>
<url>scp://people.apache.org/www/ws.apache.org/xmlrpc</url>
</site>
<status>deployed</status>
</distributionManagement>
</project>