Wendy, You are right. It was not generating the pom, and when I added the -U to the command like this:
mvn -U install:install-file -Dfile=/home/ole/Desktop/facelets-1.0.10/facelets-1.0.10/jsf-facelets.jar -DgroupId=jsf-facelets -DartifactId=jsf-facelets -Dversion=1.0.10 -Dpackaging=jar -DgeneratePom=true It did it! Thanks, - Ole --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 2/8/06, Ole Ersoy <[EMAIL PROTECTED]> wrote: > > > I added the option, but maven is still trying to > > download the poms. Here's the list of commands > that > > run successfully: > > Is it actually generating a pom in your local > repository? If not, > your're probably not using the latest version. Add > -U to the command > line to make Maven update its plugins, then install > the files again. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
