[ 
http://jira.codehaus.org/browse/MRM-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Didion updated MRM-206:
----------------------------

    Attachment: archiva-xmlrpc.zip

I basically took the xmlrpc stuff from Continuum and ported it over to Archiva. 
There's only one method - searchForTerm. But the skeleton (read: tedious 
copy-and-paste work) is done.

Not included are the necessary additions to web.xml:

  <servlet>
    <servlet-name>XmlRpcServlet</servlet-name>
    
<servlet-class>org.apache.maven.archiva.xmlrpc.server.ArchivaXmlRpcServlet</servlet-class>
  </servlet>

  <servlet-mapping>
    <servlet-name>XmlRpcServlet</servlet-name>
    <url-pattern>/xmlrpc</url-pattern>
  </servlet-mapping>

and to the archiva-webapp pom.xml:

  <dependency>
    <groupId>org.apache.maven.archiva</groupId>
    <artifactId>archiva-xmlrpc-server</artifactId>
    <scope>runtime</scope>
  </dependency>

> Add xml-rpc search
> ------------------
>
>                 Key: MRM-206
>                 URL: http://jira.codehaus.org/browse/MRM-206
>             Project: Archiva
>          Issue Type: New Feature
>          Components: web application
>            Reporter: Emmanuel Venisse
>             Fix For: 1.0.x
>
>         Attachments: archiva-xmlrpc.zip
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to