Re: [ALL] Change deployment override in Commons Parent Pom

2010-06-17 Thread sebb
On 17/06/2010, Niall Pemberton wrote: > On Thu, Jun 17, 2010 at 3:27 PM, sebb wrote: > > On 17/06/2010, Niall Pemberton wrote: > >> On Thu, Jun 17, 2010 at 3:01 PM, sebb wrote: > >> > On 26/05/2010, sebb wrote: > >> >> The Commons parent pom currently overrides the release deployment >

Re: [ALL] Change deployment override in Commons Parent Pom

2010-06-17 Thread Niall Pemberton
On Thu, Jun 17, 2010 at 3:27 PM, sebb wrote: > On 17/06/2010, Niall Pemberton wrote: >> On Thu, Jun 17, 2010 at 3:01 PM, sebb wrote: >>  > On 26/05/2010, sebb wrote: >>  >> The Commons parent pom currently overrides the release deployment >>  >>  descriptor in the Apache parent pom. >>  >> >>  

Re: [ALL] Change deployment override in Commons Parent Pom

2010-06-17 Thread sebb
On 17/06/2010, Niall Pemberton wrote: > On Thu, Jun 17, 2010 at 3:01 PM, sebb wrote: > > On 26/05/2010, sebb wrote: > >> The Commons parent pom currently overrides the release deployment > >> descriptor in the Apache parent pom. > >> > >> This was done for a very good reason - to prevent

Re: [ALL] Change deployment override in Commons Parent Pom

2010-06-17 Thread Niall Pemberton
On Thu, Jun 17, 2010 at 3:01 PM, sebb wrote: > On 26/05/2010, sebb wrote: >> The Commons parent pom currently overrides the release deployment >>  descriptor in the Apache parent pom. >> >>  This was done for a very good reason - to prevent accidental >>  deployments to the live forge. >> >>  How

Re: [ALL] Change deployment override in Commons Parent Pom

2010-06-17 Thread sebb
On 26/05/2010, sebb wrote: > The Commons parent pom currently overrides the release deployment > descriptor in the Apache parent pom. > > This was done for a very good reason - to prevent accidental > deployments to the live forge. > > However, now that the Apache parent POM uses the Nexus sta

Re: [ALL] Change deployment override in Commons Parent Pom

2010-05-28 Thread Donald Woods
The distributionManagement overrides should be removed once Nexus is being use, as the apache-7.pom defines these. You want to push everything to Nexus (except maven sites), so SNAPSHOTs automatically show up in the snapshot repo and any release artifacts will automatically go into a staging repo,

[ALL] Change deployment override in Commons Parent Pom

2010-05-26 Thread sebb
The Commons parent pom currently overrides the release deployment descriptor in the Apache parent pom. This was done for a very good reason - to prevent accidental deployments to the live forge. However, now that the Apache parent POM uses the Nexus staging repository for snapshot and release dep