On Sun, Mar 7, 2010 at 7:32 AM, Aleksey Didik <[email protected]> wrote: > I'm writing instructions for new company developers how to install Maven. > On the one step, developer need to copy prepared settings.xml to > ${user.home}/.m2, but before, this folder must be created. > But Windows XP don't allow to create folder with such name :(. It say I need > to input file name... > Is exists right way to create this folder?
I think you can create it at the command prompt with mkdir, just not in the graphical explorer. (Or maybe I simply resort to Cygwin when this happens...) It might be interesting to package it up as a .msi with your custom settings.xml file. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
