feifeiq / jetlang

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

Mavent POM dependancy not resolved for wagon-svn #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running mvn eclipse:eclipse
2.
3.

What is the expected output? What do you see instead?
It should create the eclipse project

What version of the product are you using? On what operating system?
New sub probjec Remoting

Please provide any additional information below.
The 1.8 version was giving me issues. I modified to 1.9 and it worked for me, 
do not know if it is a local issue.
extensions>
            <extension>
                <groupId>org.jvnet.wagon-svn</groupId>
                <artifactId>wagon-svn</artifactId>
                <version>1.8</version>
            </extension>
        </extensions>

Thanks,
Abraham Menacherry.

Original issue reported on code.google.com by abrahamm...@gmail.com on 8 Apr 2011 at 6:15

GoogleCodeExporter commented 9 years ago
wagon-svn 1.8 exists in the central maven repo, so i'm unsure why this would 
cause a problem. re-open if its stil an issue.

Original comment by peter.royal@pobox.com on 14 Feb 2012 at 1:23