Hi Michela The command that you are launching should configure your settings.xml automatically, so you should not need to add manual changes to make it work.
However, one thing I noticed is that you launch your command from within a (already existing?) .m2 folder - this is not necessary. If you set up everything correctly, your maven will know where to download all repositories and settings to. I just tried this with a clean Windows 7 (64 bit), Maven 2.2.1 and Java 1.6 and could not reproduce this issue. Try the following: * Rename your existing settings.xml in your .m2 folder to something else for backup (for example old_settings.xml) * Launch the mvn command again OUTSIDE of the .m2 folder Let us know if that worked Natascha -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=68f3d3e1-3666-462e-8fa0-b398714792a1 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
