Re: Distribution management

2018-07-10 Thread ahardy42
Karl Heinz Marbaise-3 wrote > The distributionManagement should be offered by a company parent pom > which handles this...and it is a good idea to use placeholders here to > have chance to change that in particular with CI environments which can > control this... OK that's workable. One layer

Re: Distribution management

2018-07-10 Thread Karl Heinz Marbaise
Hi, On 10/07/18 11:09, ahardy42 wrote: Hi maven-users, it seems this issue was last discussed almost 10 years ago but despite reading the docs and the email lists there is still an issue with distribution management that I don't understand. I do not wish to declare our company's internal

Re: Distribution management

2018-07-10 Thread Thomas Broyer
ion that updates dynamically & in memory the POM > of your projects > > Matthieu > > > On Tue, Jul 10, 2018 at 11:09 AM ahardy42 > wrote: > > > Hi maven-users, > > > > it seems this issue was last discussed almost 10 years ago but despite > > readin

Re: Distribution management

2018-07-10 Thread Matthieu BROUILLARD
10 years ago but despite > reading the docs and the email lists there is still an issue with > distribution management that I don't understand. > > I do not wish to declare our company's internal release and snapshot > repositories in pom files which are versioned, and I can't put t

Distribution management

2018-07-10 Thread ahardy42
Hi maven-users, it seems this issue was last discussed almost 10 years ago but despite reading the docs and the email lists there is still an issue with distribution management that I don't understand. I do not wish to declare our company's internal release and snapshot repositories in pom

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

Missing site information in the distribution management element

2009-07-31 Thread Julien Martelli
Hi all, I get the following error message when trying to make a site:stage or site:deploy on my project with the following configuration: Missing site information in the distribution management element in the project: 'SNR ANNUREF METIER'. C:/project/composants/SNR ANNUREF METIER

RE: Missing site information in the distribution management element

2009-07-31 Thread Julien Martelli
in the distribution management element Hi all, I get the following error message when trying to make a site:stage or site:deploy on my project with the following configuration: Missing site information in the distribution management element in the project: 'SNR ANNUREF METIER'. C:/project/composants

Re: Overriding parent's distribution management

2008-05-19 Thread Manuel EVENO
of the profile. It may not work in your case if you actually want certain pieces to deploy with different dist mgmt settings than others in a single build command. Krishnamurthi, Venkat wrote: Hi, I'm trying to override a parent pom's distribution management through the child's pom

Overriding parent's distribution management

2008-05-16 Thread Krishnamurthi, Venkat
Hi, I'm trying to override a parent pom's distribution management through the child's pom. (Deploy the artifacts in different directories). When I tried adding a distributionManagement element in the child pom, it is still picking up the details from the parent's pom. Please help me resolve

Re: Overriding parent's distribution management

2008-05-16 Thread Clifton
not work in your case if you actually want certain pieces to deploy with different dist mgmt settings than others in a single build command. Krishnamurthi, Venkat wrote: Hi, I'm trying to override a parent pom's distribution management through the child's pom. (Deploy the artifacts

LifecycleExecutionException: Missing distribution management information in the project

2008-02-04 Thread Mohammed El ammaria
Hello; I'm in my first project with maven2, when trying to deploy my projet on a remot server i have this exception : [exec] org.apache.maven.lifecycle.LifecycleExecutionException: Missing distribution management information in the project [exec

Distribution Management

2006-08-25 Thread Douglas Ferguson
If I define a repository in distribution management so that it deploys to an internal repository. Do I also have to define it as a repository a profile if I want team mates to resolve dependences from that internal repository rather than building source, or does having the distribution

Distribution Management

2006-08-24 Thread Douglas Ferguson
in settings.xml to setup the user/pass for ssh 2) distribution management in the parent pom file 3) repository section in settings.xml 4) pluginRepository section in settings.xml I noticed that all of these locations have id, name, url. Can I just put the name and url I nthe

Re: Distribution Management

2006-08-24 Thread Eric Redmond
at ibiblio. If I am reading correctly, I have to define this in 4 places. 1) server defined in settings.xml to setup the user/pass for ssh 2) distribution management in the parent pom file 3) repository section in settings.xml 4) pluginRepository section in settings.xml

RE: Distribution Management

2006-08-24 Thread Douglas Ferguson
Distribution Management has to be in the pom right? - Original Message - From: Eric Redmond Sent: Thu, 8/24/2006 6:06pm To: Maven Users List Subject: Re: Distribution Management Nope, but you can create a property, and re-use it! On 8/24/06, Douglas Ferguson [EMAIL PROTECTED

Re: Distribution Management

2006-08-24 Thread Eric Redmond
Yep, that or a profile, which means you can externalize it in a profile.xml, if you prefer. On 8/24/06, Douglas Ferguson [EMAIL PROTECTED] wrote: Distribution Management has to be in the pom right? - Original Message - From: Eric Redmond Sent: Thu, 8/24/2006 6:06pm To: Maven Users