Re: [vote] release maven enforcer plugin 1.0-alpha-4

2008-09-09 Thread Jan Fredrik Wedén
+1 A little note regarding the site: Seems like the contents of the "requireReleaseDeps" and "requireReleaseVersion" rule pages have been interchanged. This doesn't change my (non-binding) +1 for the alpha release so you can restage or file a jira for 1.0 as you like. Good work! On Tue, Sep 9, 2

Re: m-eclipse-p: IT project-36: my-ejb module: expected .classpath doesn't match actual classpath.

2008-09-09 Thread Barrie Treloar
Checking org.apache.maven.plugin.eclipse.it.EclipsePluginIT_testProject36.build.log: [DEBUG] Processing resource dir: D:\ide\maven\maven-eclipse-plugin\target\test-classes\projects\project-36\my-ejb\src\main\resources [DEBUG] Resource dir: D:\ide\maven\maven-eclipse-plugin\target\test-classes\pro

m-eclipse-p: IT project-36: my-ejb module: expected .classpath doesn't match actual classpath.

2008-09-09 Thread Barrie Treloar
maven-eclipse-plugin\target\test-classes\projects\project-36\my-ejb\.classpath Expected: Actual: It looks like the test resources are not added as part of ejb. Can someone else please run the ITs and confirm that this problem exists for them? I'm workin

Maven ITs

2008-09-09 Thread Jason van Zyl
John/Shane/Whoever, Are you guys using maven-verifier 1.1-SNAPSHOT or 1.2-SNAPSHOT because the POM says 1.1-SNAPSHOT which completely locks up and dies but when I update to version 1.2-SNAPSHOT and change the POM it runs. This is what's currently in SVN: https://svn.apache.org/repos/asf/ma

Re: wagon write locking / synchronization in 2.1 or 2.2?

2008-09-09 Thread Christian Edward Gruber
On 9-Sep-08, at 14:03 , Oleg Gusakov wrote: Benjamin Bentmann wrote: Christian Edward Gruber wrote: I suppose another option would be a very lightweight local repo server so all activity against the local repo is "managed", but this is probably overkill. If I understand properly, not onl

[PLEASE TEST] Maven 2.1.0-M1-RC17

2008-09-09 Thread John Casey
Hi, I've fixed MNG-3748, where illegal elements in the settings.xml were not triggering build failure. Anyway, this release candidate includes a fix for that issue: http://people.apache.org/~jdcasey/stage/current-maven-RC/ Enjoy, and let me know if you have problems. Thanks, -john --- Joh

Re: [vote] release maven-parent 9 TAKE 2

2008-09-09 Thread Dennis Lundberg
There has also been some changes to the menus and navigation in the site.xml file. http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site/site.xml?r1=632423&r2=693260&diff_format=h Brian E. Fox wrote: > Take 2: I removed the enforcer version and the clirr checks. (see other > vote thread fo

Re: svn commit: r693209 - /maven/enforcer/trunk/pom.xml

2008-09-09 Thread Dennis Lundberg
Yes I understand the reasoning behind it. It's just it may cause unexpected failures in the CI systems, and unless you aware of why these failures happen you might start to doubt the code you are about to release. At least that's what I did back then. Brian E. Fox wrote: > It's dependent, if the

Re: [vote] release maven-parent 9 TAKE 2

2008-09-09 Thread Dennis Lundberg
Brian E. Fox wrote: >> Sorry, I missed that last bit. > >> Staging two releases simultaneously to the same staging repo will make >> it difficult for you to move *only one* artifact to the central >> repository using the Stage Plugin. I recommend using two different repo >> directories for that, b

Re: [vote] release maven-parent 9 TAKE 2

2008-09-09 Thread Dennis Lundberg
As I said before I agree that we should release more often. I was not the one wanting to wait with the release, but someone (can't remember who right now) wanted us to wait - so we waited. John Casey wrote: > I appreciate the fact that there's a strong release plan for the maven > parent POM, but

Re: [vote] release maven-parent 9

2008-09-09 Thread Dennis Lundberg
OK, thanks for explaining Brian. I'll take snippets of your descriptions and put into a JIRA for the Clirr plugin. A skip parameter is on top of the wish list right? Brian E. Fox wrote: >> No, it's available in the quality-checks profile as well. > > I saw that but it didn't work. It tried to fi

Re: [vote] release maven enforcer plugin 1.0-alpha-4

2008-09-09 Thread Jesse McConnell
+1 On Tue, Sep 9, 2008 at 3:35 PM, Hervé BOUTEMY <[EMAIL PROTECTED]> wrote: > +1 > > Hervé > > Le mardi 09 septembre 2008, Mauro Talevi a écrit : >> +1 >> >> nicolas de loof wrote: >> > +1 >> > >> > 2008/9/9 Arnaud HERITIER <[EMAIL PROTECTED]> >> > >> >> +1 >> >> >> >> Arnaud >> >> >> >> On Tue, S

Re: [vote] release maven enforcer plugin 1.0-alpha-4

2008-09-09 Thread Hervé BOUTEMY
+1 Hervé Le mardi 09 septembre 2008, Mauro Talevi a écrit : > +1 > > nicolas de loof wrote: > > +1 > > > > 2008/9/9 Arnaud HERITIER <[EMAIL PROTECTED]> > > > >> +1 > >> > >> Arnaud > >> > >> On Tue, Sep 9, 2008 at 7:12 AM, Jason Dillon <[EMAIL PROTECTED]> > >> > >> wrote: > >>> +1 > >>> > >>> --j

Re: wagon write locking / synchronization in 2.1 or 2.2?

2008-09-09 Thread Oleg Gusakov
Benjamin Bentmann wrote: Christian Edward Gruber wrote: I suppose another option would be a very lightweight local repo server so all activity against the local repo is "managed", but this is probably overkill. If I understand properly, not only overkill but also hassle: Imagine a termina

Re: wagon write locking / synchronization in 2.1 or 2.2?

2008-09-09 Thread Benjamin Bentmann
Christian Edward Gruber wrote: I suppose another option would be a very lightweight local repo server so all activity against the local repo is "managed", but this is probably overkill. If I understand properly, not only overkill but also hassle: Imagine a terminal environment where several

Re: wagon write locking / synchronization in 2.1 or 2.2?

2008-09-09 Thread Oleg Gusakov
Christian, thank you for the links! Christian Edward Gruber wrote: Basically we need some sort of handling of local repositories such that any number of processes can co-exist and read/write to the local repo. some related issues are: http://jira.codehaus.org/browse/MNG-2802 http://jira.codeh

Re: wagon write locking / synchronization in 2.1 or 2.2?

2008-09-09 Thread Christian Edward Gruber
Basically we need some sort of handling of local repositories such that any number of processes can co-exist and read/write to the local repo. some related issues are: http://jira.codehaus.org/browse/MNG-2802 http://jira.codehaus.org/browse/MNG-3379 One proposal was: http://docs.codehaus.org

Re: [vote] release maven-parent 9 TAKE 2

2008-09-09 Thread John Casey
I appreciate the fact that there's a strong release plan for the maven parent POM, but why is one plugin release holding up the release of a piece of metadata? It's not that this POM has any functionality that may contain regressions, or that successive releases of components depending on it co

Re: wagon write locking / synchronization in 2.1 or 2.2?

2008-09-09 Thread Oleg Gusakov
Looks like this problem has two use cases - multiple builds interacting with local repo: 1). writing new artifacts 2). downloading remote artifacts In either case they race for metadata - to be addressed, in #2 they may race for actual artifacts, which is addressable by Jetty transactional cli

Re: [PLEASE TEST] Maven 2.1.0-M1-RC16

2008-09-09 Thread John Casey
This represents new functionality, regardless of whether it makes sense. All I'm interested in for the moment is restoring backward compatibility. If we want to file a new issue for this specific restriction and start a debate for the next release to incorporate, that's fine by me, but for now

RE: wagon write locking / synchronization in 2.1 or 2.2?

2008-09-09 Thread Brian E. Fox
Oleg, the issue with with the local repo, not with the remote ones. Basically there is no locking on the reads/writes to local so if you have multiple builds that potentially touch the same metadata, you've got a problem. Mercury could potentially deal with the race condition where 2 builds ask

RE: [vote] release maven-parent 9 TAKE 2

2008-09-09 Thread Brian E. Fox
How about if we just include this in v10 along with the enforcer and do another release later this week? -Original Message- From: Vincent Siveton [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 5:13 PM To: Maven Developers List Subject: Re: [vote] release maven-parent 9 TAKE 2

Re: [vote] release maven enforcer plugin 1.0-alpha-4

2008-09-09 Thread Mauro Talevi
+1 nicolas de loof wrote: +1 2008/9/9 Arnaud HERITIER <[EMAIL PROTECTED]> +1 Arnaud On Tue, Sep 9, 2008 at 7:12 AM, Jason Dillon <[EMAIL PROTECTED]> wrote: +1 --jason On Sep 9, 2008, at 7:38 AM, Brian E. Fox wrote: Time to release the enforcer with all its new rules. The plugin i

Re: [vote] release maven enforcer plugin 1.0-alpha-4

2008-09-09 Thread nicolas de loof
+1 2008/9/9 Arnaud HERITIER <[EMAIL PROTECTED]> > +1 > > Arnaud > > On Tue, Sep 9, 2008 at 7:12 AM, Jason Dillon <[EMAIL PROTECTED]> > wrote: > > > +1 > > > > --jason > > > > > > > > On Sep 9, 2008, at 7:38 AM, Brian E. Fox wrote: > > > > Time to release the enforcer with all its new rules. > >>

Re: [vote] release maven enforcer plugin 1.0-alpha-4

2008-09-09 Thread Arnaud HERITIER
+1 Arnaud On Tue, Sep 9, 2008 at 7:12 AM, Jason Dillon <[EMAIL PROTECTED]> wrote: > +1 > > --jason > > > > On Sep 9, 2008, at 7:38 AM, Brian E. Fox wrote: > > Time to release the enforcer with all its new rules. >> >> >> >> The plugin is staged here: >> >> http://people.apache.org/~brianf/stage

Re: [PLEASE TEST] Maven 2.1.0-M1-RC16

2008-09-09 Thread Michael McCallum
On Tue, 09 Sep 2008 16:36:54 Paul Benedict wrote: > John, > > Should MNG-3746 be revisited to not allow java.* properties to be > overridden? I am concerned that while this is previous behavior, me too > perhaps it is really allowing people to shoot themselves in the foot. > I consider that Maven