On 4/30/07, gc134728 <[EMAIL PROTECTED]> wrote:
But apparently on the maven site they specify that when you want to run snapshot versions from the cli you need to do something in your settings.xml but they don't specify what. they could just mean a profile with the snapshot repo defenition off course.
They state on that page "...you should include this in your settings.xml file..." So what they're saying is that you should include that <pluginRepositories> node in settings.xml. I think if you try this, you'll find it works.
Just one question the following command is OK wright or should something more ve been done. Maybe an extra param (-U or something) needs to be submitted for the snapshot plugin to be downloaded.
I believe you should add the -U so Maven will look for updates. It says this on that webpage, too. If you're still convinced this is a bug (or feel the documentation could be improved), feel free to post it in JIRA. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
