On Thursday 27 April 2006 1:18 pm, dan tran wrote: > If you plan to have all of your projects deployed on teh same server, you > should be able to setup > the global settings.xml in m2home/conf. > > Checkout Settings.xml doc at maven site > > -D >
It's a no-go. There is no section in settings.xml for setting a default <distributionManagement/>. I also tried just setting a <repository/> tag in my default-profile and that won't work because Maven throws a (non-descriptive) hard error on the protocol. I understood it to mean that the sftp protocol I was using for my deployment repository was not understood by the code responsible for loading the repositories. It looks like I'm stuck with defining deployment repositories in each pom. --------------------------------------------------- Clifton C. Craig, Software Engineer Intelligent Computer Systems - A Division of GBG [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
