Re: [MAVEN CHECKOUT]

2007-11-09 Thread João Kreuzberg
Thanks, I'll try to do that... Best regards, Joao Kreuzberg On Nov 8, 2007 2:50 AM, Wayne Fay [EMAIL PROTECTED] wrote: Maven is simply looking to download the pom files for those dependencies, which apparently are missing in the repos you've configured. Please encourage the providers of

Re: [MAVEN CHECKOUT]

2007-11-07 Thread Wayne Fay
Maven is simply looking to download the pom files for those dependencies, which apparently are missing in the repos you've configured. Please encourage the providers of those various jar files to provide corresponding pom files. Once Maven has the pom files, it will stop trying to download them.

[MAVEN CHECKOUT]

2007-11-07 Thread João Kreuzberg
Hello guys, I'm having some problems regarding maven checking out dependencies every single time I try to run any command. a simple mvn compile results on at least 2 or 3 minutes waiting. Even I have all the dependencies, it still goes ahead and look for dependencies. The only usable way is

Problem with maven checkout from cvs !!!

2005-09-22 Thread Marouane Amraoui
Hi all; i m a newer maven user ; i use maven 1.0.2 and i want to do a complet example with maven-cvs : 1. Checkout source file from CVS 2. Compile source and and generate jar , javadoc 3. Test application using Junit . please i 'll be very happy to receive a complete example and description