[M1toM2] How to setup multiples repositories

2005-07-16 Thread Marcell Manfrin Barbacena
Hello all, How do I set multiples repositories in m2? In my previous project.properties i had the following: maven.repo.remote=http://maven.codecrate.com/, http://www.ibiblio.org/maven I don't want this configuration to go in the settings.xml (and i don't know how to do it as well) because it

Re: [M1toM2] How to setup multiples repositories

2005-07-16 Thread Brett Porter
maven.repo.remote=http://maven.codecrate.com/, http://www.ibiblio.org/maven repositories/ in the POM. Does the following settings.xml works? yep, it was correct. If i do m2 install deploy:deploy will it be nicely deployed? yes, though m2 deploy is easier Cheers, Brett