jnan77 / jsonrpc4j

Automatically exported from code.google.com/p/jsonrpc4j
0 stars 0 forks source link

Maven Repository Problem #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a project with jsonrpc4j as dependencie, put
http://download.java.net/maven/1 as maven repository in your pom
2. install the project
3. maven will try to download jsonrpc4j from java.net

What is the expected output?
Expected, succesfull install

What do you see instead?
Project ID: com.googlecode:jsonrpc4j
Reason: Error getting POM for 'com.googlecode:jsonrpc4j' from the
repository: Unable to read local copy of metadata: Can
not read metadata from
'c:\Users\Balder\.m2\repository\com\googlecode\jsonrpc4j\0.4-SNAPSHOT\maven-meta
data-java.net.xml
': end tag name </body> must match start tag name <hr> from line 7
(position: TEXT seen ...</address>\n</body>... @9:8)
com.googlecode:jsonrpc4j:pom:0.4-SNAPSHOT for project com.googlecode:jsonrpc4j

What version of the product are you using? On what operating system?
OS Vista (not that it matters)

Please provide any additional information below.
It seems someone wrongly installed jsonrpc4j into the java.net repostiry 

Original issue reported on code.google.com by redlabbe@gmail.com on 16 Dec 2009 at 11:02

GoogleCodeExporter commented 8 years ago
I think the problem lies with java.net repository

Original comment by redlabbe@gmail.com on 19 Dec 2009 at 12:15

GoogleCodeExporter commented 8 years ago
I"m sorry that i haven't answered this earlier - our repository isn't on 
java.net as the project is no longer being hoeted there.  Here is the 
repository information:

    <repository>
        <id>jsonrpc4j-webdav-maven-repo</id>
        <name>jsonrpc4j maven repository</name>
        <url>http://jsonrpc4j.googlecode.com/svn/maven/repo/</url>
        <layout>default</layout>
    </repository>

Original comment by brian.di...@gmail.com on 3 Dec 2010 at 4:29