Re: [vote] use repository.zones.apache.org as the new staging/releasing location for Maven artifacts

2009-02-06 Thread Ralph Goers
On Feb 5, 2009, at 10:34 PM, Jason van Zyl wrote: On 5-Feb-09, at 9:53 PM, Ralph Goers wrote: I'm not sure why this needs a vote. Just do it. This requires pulling all of the org.apache.maven.* artifacts into Nexus and that's where they stay for this project because we can't keep

Re: Jira account

2009-02-06 Thread Petar Tahchiev
Hi Jason, I just forwarded your email to the codehaus support. They should take care for this. Cheers. 2009/2/5 Jason Chaffee jason.chaf...@zilliontv.tv: I am not sure if anyone can help me, but I wasn't able to find an admin email on jira. I changed companies and thus my email changed.

RE: How to get path to the local repository?

2009-02-06 Thread De Smet Ringo
John, Subject: Re: How to get path to the local repository? If you're injecting this information into a plugin parameter, you can use the expression '${localRepository}' to get the ArtifactRepository instance, then call getBasePath() from that, IIRC. For a custom plugin, I also needed a

How can a first mojo set properties for the second mojo?

2009-02-06 Thread De Smet Ringo
Hello, I have a custom mojo that calculates the values for the properties releaseVersion and developmentVersion of the maven-release-plugin. I would like to invoke the release as follows: mvn telenet:getNextVersion release:prepare How should I define these properties so the release plugin

maven.xml, project.xml and project.properties

2009-02-06 Thread Benjamin Bentmann
Hi, the core module maven-model in all three dev branches contains the files - maven.xml - project.xml - project.properties Are these just relicts from former M1 days and could be deleted or do they still serve a purpose? Benjamin

Re: Map @parameter loading problem

2009-02-06 Thread Costin Caraivan
Benjamin Bentmann wrote: Costin Caraivan wrote: By the way, this works when I move the configuration section in the root of the plugin. We have a (passing) IT [0] to test execution configuration which includes a Map parameter so I wonder how do you invoke your mojo in the first

RE: Critical dataloss bug in Maven clean 2.3

2009-02-06 Thread Brian E. Fox
Thanks for pointing it out. The symlink following should be false by default to prevent this (and obviously the ability to actually set it would be handy) -Original Message- From: Bouiaw [mailto:bou...@gmail.com] Sent: Friday, February 06, 2009 8:18 AM To: dev@maven.apache.org Subject:

Re: Jira account

2009-02-06 Thread Jason van Zyl
I already fixed up his account. On 6-Feb-09, at 12:42 AM, Petar Tahchiev wrote: Hi Jason, I just forwarded your email to the codehaus support. They should take care for this. Cheers. 2009/2/5 Jason Chaffee jason.chaf...@zilliontv.tv: I am not sure if anyone can help me, but I wasn't able

Re: maven.xml, project.xml and project.properties

2009-02-06 Thread Jason van Zyl
I Arnaud and Lukas would know best. The last version of Maven 1.x started using these I believe, so if someone wanted to work on the older version they would most likely need these. They probably don't need to be in trunk but we should keep a copy around somewhere in the event someone

Re: [vote] use repository.zones.apache.org as the new staging/releasing location for Maven artifacts

2009-02-06 Thread Jason van Zyl
On 6-Feb-09, at 12:23 AM, Ralph Goers wrote: On Feb 5, 2009, at 10:34 PM, Jason van Zyl wrote: On 5-Feb-09, at 9:53 PM, Ralph Goers wrote: I'm not sure why this needs a vote. Just do it. This requires pulling all of the org.apache.maven.* artifacts into Nexus and that's where they

Re: [vote] use repository.zones.apache.org as the new staging/releasing location for Maven artifacts

2009-02-06 Thread Jesse McConnell
well might be a bit belated but I am +1 for this as well, bringing a bit of order to the staging process is a good thing.. my only concern which I have written a number of responses to only to just delete and not send is something that has been brought up a number of times on the infra list...

RE: [vote] use repository.zones.apache.org as the new staging/releasing location for Maven artifacts

2009-02-06 Thread Brian E. Fox
I have thought about backing up the repo as well but haven't acted on it for one main reason: the entire content of the apache repository is replicated to central and then around the world to countless sites. There isn't much to lose here that makes me overly concerned about replicating the

Critical dataloss bug in Maven clean 2.3

2009-02-06 Thread Bouiaw
Hi, I think I have a found a huge bug in Maven clean plugin that could lead to dataloss : http://jira.codehaus.org/browse/MCLEAN-39 I am not used to highlight bugs in this list, but if it is confirmed, it is a really critical issue that could lead to very dangerous dataloss. Regards, Bouiaw

Maven 2.1.0 Plans (a proposal of sorts)

2009-02-06 Thread John Casey
Hi everyone, I wanted to step back from the current Maven 2.1.0-M* release plan for a second and reassess our progress on the issues we were planning as the centerpiece for each release. I've been trying to match up the milestone issues found on

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-06 Thread Benjamin Bentmann
John Casey wrote: In light of the above, along with the good stability we've seen in the first milestone release, I'd *much* prefer pushing toward a release of 2.1.0-final. +1. At that point, we can make plans for a relatively fast release of 2.1.1 for the higher-risk issues that are

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-06 Thread John Casey
Benjamin Bentmann wrote: John Casey wrote: At that point, we can make plans for a relatively fast release of 2.1.1 for the higher-risk issues that are sitting in the 2.1.0-M* buckets now...possibly parallel artifact downloads if we can ever get test coverage for that. IMHO the introduction

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-06 Thread Christian Edward Gruber
I don't really get a vote, but as a user, implementer, and recommender, I heartily agree with this. parallel resolution in 2.2, and tie off a 2.1 final as quickly as possible. Cheers, Christian. On 6-Feb-09, at 12:12 , John Casey wrote: Benjamin Bentmann wrote: John Casey wrote: At that

RE: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-06 Thread Brian E. Fox
I thought the parallel download was already in there? I reached out to Don several times about tests and never heard back which is unfortunate. In my testing it did seem to work fine and was faster even with a repo manager in place. If it's not already in there and we have no tests, then I guess

Re: svn commit: r741522 - in /maven/components/branches/maven-2.0.x: ./ apache-maven/ apache-maven/src/test/ maven-integration-tests/ maven-model/src/test/ maven-project/src/main/java/org/apache/maven

2009-02-06 Thread John Casey
Is there a reason we haven't banned multiple plugin entries in a single POM? I thought we talked about this ages ago...frankly, I'm a little shocked that we never got it in code... -john br...@apache.org wrote: Author: brett Date: Fri Feb 6 10:48:10 2009 New Revision: 741522 URL:

Re: svn commit: r741511 - in /maven/components/branches/maven-2.0.x: ./ apache-maven/ apache-maven/src/test/ maven-integration-tests/ maven-model/src/main/mdo/ maven-model/src/test/ maven-project/src/

2009-02-06 Thread John Casey
Can we implement modello's identity/identifier element in maven.mdo rather than hand-coding the identity methods? -john br...@apache.org wrote: Modified: maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo URL:

Re: [vote] use repository.zones.apache.org as the new staging/releasing location for Maven artifacts

2009-02-06 Thread Tamás Cservenák
Just an idea: don't forget the archetype plugin: https://docs.sonatype.com/display/NX/Nexus+Archetype+Plugin Having it on r.a.o would be awesome. I can easily downgrade is to support Nexus 1.2.x (until 1.3 is not released). ~t~ On Fri, Feb 6, 2009 at 4:52 PM, Brian E. Fox

Re: maven.xml, project.xml and project.properties

2009-02-06 Thread Brett Porter
They can be removed from trunk - it was to produce a 3.0.0 model version for Maven 1.1. On 06/02/2009, at 11:05 PM, Jason van Zyl wrote: I Arnaud and Lukas would know best. The last version of Maven 1.x started using these I believe, so if someone wanted to work on the older version they