Try mvn -X -e ... to get full debugging info.

I'm sure something is wrong with your proxy, but of course I don't use
proxy so I have no idea what it should look like in the configuration
or what the potential errors might be. Hopefully -X will reveal what's
going on exactly.

Wayne


On 3/14/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote:
> On 3/14/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
> >
> > hmm...your maven has almost no changes to it right?  It's just unzipped
> > and you played with some stuff in settings.xml?  Has it retrieved anything
> > from the repository at all?
> >
> > Does anyone have any ideas?
> >
> >
> > _Mang Lau
> >
> >
> >
> I downloaded M2 today, unzipped it , setup my $PATH variable and went to the
> getting started site (
> http://maven.apache.org/guides/getting-started/index.html) , started reading
> , reached the " How do I make my first Maven project?" sub-heading and got
> STUMPED , with this error.My settings.xml looks as follows (without the
> "blah.blah.blah")
>
> <?xml version="1.0" encoding="UTF-8"?>
> <settings>
>  <proxies>
>    <proxy>
>      <active/>
>      <protocol/>
>      <username/>
>      <password/>
>      <port>80</port>
>      <host>198.blah.blah.blah</host>
>      <id/>
>    </proxy>
>  </proxies>
>  <mirrors>
>   <mirror>
>     <id>lsu.edu</id>
>     <url>http://ibiblio.lsu.edu/main/pub/packages/maven2</url>
>     <mirrorOf>central</mirrorOf>
>   </mirror>
>  </mirrors>
> </settings>
>
>
>
>
> --
> "All I ask is a chance to prove that money can't make me happy."
>
> Jeff  Mutonho
> Java/J2EE Developer
> mob    : + 27 82 907 6420
>
> GoogleTalk : ejbengine
> Skype        : ejbengine
> Registered Linux user number 366042
>
>

Reply via email to