Re: How to deploy corporate-pom?

2007-12-20 Thread Michael McCallum
Step back a second and consider... Its 1 week before xmas, people are going away on holiday. A high profile project is in the final phases of testing and you discover a show stopper. You as the release manager go make the final release with the fix, but someone has released a new comporate pom

RE: How to deploy corporate-pom?

2007-12-20 Thread Boeckli, Dominique
uld take version 1.1 of the parent pom. brgds Dominique -Original Message- From: Nick Stolwijk [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 11:21 PM To: Maven Users List Subject: Re: How to deploy corporate-pom? I was also thinking, that you could write a custom rule

RE: How to deploy corporate-pom?

2007-12-19 Thread nicklist
I've created a jira issue for the enforcer rule and I'm working on it. http://jira.codehaus.org/browse/MENFORCER-28 With regards, Nick Stolwijk

RE: How to deploy corporate-pom?

2007-12-19 Thread Brian E. Fox
nal Message- > From: Nick Stolwijk [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 19, 2007 5:21 PM > To: Maven Users List > Subject: Re: How to deploy corporate-pom? > > I was also thinking, that you could write a custom rule for the enforcer > > plugin, which

Re: How to deploy corporate-pom?

2007-12-19 Thread Nick Stolwijk
ilto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 5:21 PM To: Maven Users List Subject: Re: How to deploy corporate-pom? I was also thinking, that you could write a custom rule for the enforcer plugin, which checks that the topmost parent is the latest in the available repositories. Maybe

RE: How to deploy corporate-pom?

2007-12-19 Thread Brian E. Fox
ember 19, 2007 5:21 PM To: Maven Users List Subject: Re: How to deploy corporate-pom? I was also thinking, that you could write a custom rule for the enforcer plugin, which checks that the topmost parent is the latest in the available repositories. Maybe I will write it tomorrow, if yo

Re: How to deploy corporate-pom?

2007-12-19 Thread Nick Stolwijk
lto:[EMAIL PROTECTED] Sent: Wed 12/19/2007 5:04 PM To: Maven Users List Subject: RE: How to deploy corporate-pom? the problem is that things get forgotten: Assuming i start working on Project Y and i forget to check if there's a new company pom. After a few changes in my code in this project, i

Re: How to deploy corporate-pom?

2007-12-19 Thread Michael McCallum
You can configure your repository to check for updates after a time interval but in order to maintain build reproducibility something in the repository and that includes parents should never change... Process has its problems but its better for the developer to choose when to break their projec

RE: How to deploy corporate-pom?

2007-12-19 Thread nicklist
m: Boeckli, Dominique [mailto:[EMAIL PROTECTED] Sent: Wed 12/19/2007 5:04 PM To: Maven Users List Subject: RE: How to deploy corporate-pom? the problem is that things get forgotten: Assuming i start working on Project Y and i forget to check if there's a new company pom. After a few change

RE: How to deploy corporate-pom?

2007-12-19 Thread Boeckli, Dominique
her people are doing. brgds Dominique -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 04:16 PM To: Maven Users List; Maven Users List Subject: RE: How to deploy corporate-pom? I thought the problem was with developers having to re

RE: How to deploy corporate-pom?

2007-12-19 Thread nicklist
aven Users List Subject: RE: How to deploy corporate-pom? yes, i understand, but "good-way"-example is based on 2 projects. But, my example is the following: Project A same. Project B same. no comes the difference 200 more projects, currently n

RE: How to deploy corporate-pom?

2007-12-19 Thread Boeckli, Dominique
6 PM To: Maven Users List Subject: RE: How to deploy corporate-pom? I didn't meant on developer basis, but on project basis. Example: corporate-pom is at version 0.1.0 Project A has as parent corporate-pom:0.1.0 Project B has as parent corporate-pom:0.1.0 Project A wants a version changed, d

RE: How to deploy corporate-pom?

2007-12-19 Thread nicklist
2007 3:36 PM To: Maven Users List Subject: RE: How to deploy corporate-pom? In fact, both ways are not perfect! Assuming: i change the company pom in your way and advice the developers about this change. As you know most of the email are deleted without being read, i am sure that nobody remembers tha

RE: How to deploy corporate-pom?

2007-12-19 Thread Boeckli, Dominique
ve an idea? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 01:34 PM To: Maven Users List; Maven Users List Subject: RE: How to deploy corporate-pom? This is not good. The other developers won't get the change. And if othe

RE: How to deploy corporate-pom?

2007-12-13 Thread nicklist
rds, Nick Stolwijk -Original Message- From: Boeckli, Dominique [mailto:[EMAIL PROTECTED] Sent: Thu 12/13/2007 1:27 PM To: Maven Users List Subject: RE: How to deploy corporate-pom? I just do it this way for the company pom (-DperformRelease=true) because it would be pain if the version numb

RE: How to deploy corporate-pom?

2007-12-13 Thread Boeckli, Dominique
ann Daniel, NY [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 10:30 PM To: Maven Users List Subject: RE: How to deploy corporate-pom? <> No. This is a Maven project like any other. Just have the following in your POM: pom ... Then use the Maven deploy plugin ("mvn dep

RE: How to deploy corporate-pom?

2007-11-09 Thread Siegmann Daniel, NY
<> No. This is a Maven project like any other. Just have the following in your POM: pom ... Then use the Maven deploy plugin ("mvn deploy"). Note that you should follow standard release procedure. i.e. if you are not releasing a snapshot you should set "-DperformRelease=true" and you shou