If you publish them to a central server on your network, users should be able to pull down snapshots instead of installing on their own system.
http://appfuse.org/display/APF/Maven+2#Maven2-InstallingalocalMavenRepository Also, you should be able to run "mvn install" from the top level and it'll install all the child projects. This is what we do with all of AppFuse's modules. Matt On 6/1/07, nmall <[EMAIL PROTECTED]> wrote:
I know this probably should go to the Maven bulletin board. However, I trust Matt to give me a good answer... I find that every time anyone wants to copy my maven project to their system and start in a new place, they need to do mvn install on about 100 libraries that my pom.xml depends on. Even if I want to start in a new directory in my system, I seem to have to do mvn install:install commands on every pom.xml dependency. Is there any way we can avoid doing this. Is Maven reactor the solution to this so every developer using a build doesn't need to install every dependency before starting development on it. Thanks for your suggestions!! -- View this message in context: http://www.nabble.com/Maven-related-question-tf3854541s2369.html#a10920728 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
