Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-08-24 Thread Guillaume Bilodeau
Guillaume Bilodeau wrote: > > > Wendy Smoak-3 wrote: >> >> On 8/17/07, Guillaume Bilodeau <[EMAIL PROTECTED]> wrote: >> >>> I am behind no firewall, I have setup no mirrors - this is a clean >>> install. >>> It's obviously a network error as the SocketException shows. Actually, >>> ibiblio.o

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-08-17 Thread Guillaume Bilodeau
Wendy Smoak-3 wrote: > > On 8/17/07, Guillaume Bilodeau <[EMAIL PROTECTED]> wrote: > >> I am behind no firewall, I have setup no mirrors - this is a clean >> install. >> It's obviously a network error as the SocketException shows. Actually, >> ibiblio.org has a hard time redirecting to mirrors

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-08-17 Thread Wendy Smoak
On 8/17/07, Guillaume Bilodeau <[EMAIL PROTECTED]> wrote: > I am behind no firewall, I have setup no mirrors - this is a clean install. > It's obviously a network error as the SocketException shows. Actually, > ibiblio.org has a hard time redirecting to mirrors.ibiblio.org - takes 1 or > 2 minute

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-08-17 Thread Guillaume Bilodeau
I'm getting a similar error while trying to setup Maven in a new environment: * + Error stacktraces are turned on. Maven version: 2.0.7 Java version: 1.6.0_02 OS name: "windows xp" version: "5.1" arch: "x86" [DEBUG] Building Maven user-level plugin registry from: 'D:\Documents and Settings\T

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-09 Thread Wayne Fay
For the future, information like this ("I configured a mirror in settings.xml") is useful to mention in your first email... ;-) Wayne On 7/9/07, Robert Hadfield <[EMAIL PROTECTED]> wrote: Hi, I commented out the node in the settings.xml and in now works. (Woo hoo!) Thanks very much for your h

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Robert Hadfield
Hi, I commented out the node in the settings.xml and in now works. (Woo hoo!) Thanks very much for your help :-) Rob. Wendy Smoak wrote: On 7/8/07, Robert Hadfield <[EMAIL PROTECTED]> wrote: Just further to my last note, I started tcpdump before running maven and I see a whole lot of HTTP

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Wendy Smoak
On 7/8/07, Robert Hadfield <[EMAIL PROTECTED]> wrote: Just further to my last note, I started tcpdump before running maven and I see a whole lot of HTTP 404's which makes me think the repository is the problem, rather than my install... ... Apache/2 Server at vhost.ibiblio.org Port 80 Have

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Wayne Fay
I would assume your problem is closely related to Robert's. I guess ibiblio is having some troubles this weekend with mirrors etc. Wayne On 7/8/07, Vladimir Neykov <[EMAIL PROTECTED]> wrote: Hi, thank you for this discussion. I wanted to try Maven 2 too and have expirienced the same problem. Be

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Wayne Fay
Yes, that's certainly the problem. It seems like the ibiblio mirror you're automagically using has some troubles. I'm not quite sure how to force ibiblio to give you a different mirror. Personally, I would just set up a in settings.xml pointing at repo1.maven.org that is a central, and move on w

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Robert Hadfield
Just further to my last note, I started tcpdump before running maven and I see a whole lot of HTTP 404's which makes me think the repository is the problem, rather than my install... As I'm just starting out with maven, I don't really know how to diagnose what's going on here. GET /pub/pac

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Robert Hadfield
Hi, I have no software firewall - nothing that I can think of that would stop me reaching the outside world! Could this be a problem with data at the external repository? cpc1-reig2-0-0-cust1000:~/Documents/workspace robhadfield$ mvn -X -U archetype:create -DarchetypeGroupId=org.apache.maven

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Wayne Fay
Try mvn -X -U to see more debug output. Do you perhaps have some software firewall that's blocking Java from reaching out to the Net or something -- I know you've got a Mac, but we've seen that sometimes on this list with people on Windows. Wayne On 7/8/07, Robert Hadfield <[EMAIL PROTECTED]> wr

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Robert Hadfield
Hi, tried this but get the same result: cpc1-reig2-0-0-cust1000:~/Documents/workspace robhadfield$ mvn -U archetype:create -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.mycompany.app -DartifactId=my-app [INFO] Scanning for projects... [INFO] Searching repository for plugin

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Wayne Fay
Try adding a -U to the mvn archetype:create line. Wayne On 7/8/07, Robert Hadfield <[EMAIL PROTECTED]> wrote: Hi, I have tried several times now to get maven, just to try it out. I have followed the steps in the 5 minute guide (and the quickstart) - I seem to get the same problem whatever I tr

5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Robert Hadfield
Hi, I have tried several times now to get maven, just to try it out. I have followed the steps in the 5 minute guide (and the quickstart) - I seem to get the same problem whatever I try. Installation - done: cpc1-reig2-0-0-cust1000:~/Documents/workspace robhadfield$ mvn --version Maven versio