Setting up Distribution Management inside of the pom.xml file

2010-04-07 Thread David Weintraub
When you do a mvn deploy, Maven looks for a distributionManagement section of your POM. I would like to be able to move this distributionManagement section out of each project's POM. My developers shouldn't have to worry about it. I'd like to be able to put this in my build user's settings.xml

Re: Setting up Distribution Management inside of the pom.xml file

2010-04-07 Thread David Hoffer
We have put this and a few other mostly static things in our top level company wide pom which gets deployed to corporate maven server (Artifactory) so all can reference it. -Dave On Wed, Apr 7, 2010 at 11:49 AM, David Weintraub qazw...@gmail.com wrote: When you do a mvn deploy, Maven looks for

RE: Setting up Distribution Management inside of the pom.xml file

2010-04-07 Thread Gorham-Engard, Frank
up Distribution Management inside of the pom.xml file When you do a mvn deploy, Maven looks for a distributionManagement section of your POM. I would like to be able to move this distributionManagement section out of each project's POM. My developers shouldn't have to worry about it. I'd like