metteo / javageomodel

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

Problem downloading from svn maven repository #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Out-of the box the instructions on the homepage do not work.

1. the dependency needs to include the version number.

2. users need to install the svn wagon 
http://maven-svn-wagon.googlecode.com/svn/site/index.html

3. the repository url listed requests a password as it is https

4 changing from https to http gives the error:
[WARNING] Unable to get resource 'com.beoui:geocell:pom:0.0.4' from repository 
javageomodel-repo (svn:http://javageomodel.googlecode.com/svn/repository/): 
Connection failed: Unable to connect to 
http://javageomodel.googlecode.com/svn/repository/

This error is a bit strange as I can ping that url.

Original issue reported on code.google.com by orton.n...@gmail.com on 12 Nov 2010 at 3:03

GoogleCodeExporter commented 9 years ago
Ok, the repo works if you drop the "svn:" bit.  The repo tag should read:

<repository> 
    <id>javageomodel-repo</id>
    <url>http://javageomodel.googlecode.com/svn/repository/</url>
</repository> 

Original comment by orton.n...@gmail.com on 12 Nov 2010 at 3:12

GoogleCodeExporter commented 9 years ago
Documentation updated.

Original comment by alexandr...@gmail.com on 13 Nov 2010 at 4:27