New PMC Member

2010-05-14 Thread Brian Fox
The Maven PMC recently voted to invite Paul Gier to join us as a member of the PMC Committee. He accepted and is now officially part of the Maven PMC. Congratulations Paul! If you'd like to read more about what his exactly means, take a look at http://www.apache.org/foundation/how-it-works.html -

Maven 3.0-beta-1 backwards compatibility issue with maven-resources-plugin

2010-05-14 Thread Haroon Rafique
Hi, Just tried out one of my projects with 3.0-beta-1 and discovered an issue which I would like help on. The issue boils down to "when and how is targetPath resolved in maven-resources-plugin" in 3.0-beta-1 versus 2.2.1. I have a bare-bones POM and a couple of text files that can demonstrate

Re: [Stage/release plugin]: avoid reuploading of artifacts

2010-05-14 Thread Jason van Zyl
On May 14, 2010, at 9:30 AM, Antonio Petrelli wrote: > 2010/5/14 Jason van Zyl : >> >> On May 14, 2010, at 6:57 AM, Antonio Petrelli wrote: >> >>> 2010/5/14 Jason van Zyl : I create the stage plugin as a stopgap for releases at Apache until we had a better solution. We are now using

Re: [Stage/release plugin]: avoid reuploading of artifacts

2010-05-14 Thread Brian Fox
> > Actually I am an Apache Tiles PMC member, can I fork it in the sandbox? Nexus is doing a lot more at Apache than just copying and merging xml files. It's also doing basic sanity checks on the pom, signatures, etc. It no longer requires you to care about file based permissions and lots of other

Re: [Stage/release plugin]: avoid reuploading of artifacts

2010-05-14 Thread Antonio Petrelli
2010/5/14 Jason van Zyl : > > On May 14, 2010, at 6:57 AM, Antonio Petrelli wrote: > >> 2010/5/14 Jason van Zyl : >>> I create the stage plugin as a stopgap for releases at Apache until we had >>> a better solution. We are now using Nexus here to stage and promote >>> releases. The stage plugin i

Re: [Stage/release plugin]: avoid reuploading of artifacts

2010-05-14 Thread Jason van Zyl
On May 14, 2010, at 6:57 AM, Antonio Petrelli wrote: > 2010/5/14 Jason van Zyl : >> I create the stage plugin as a stopgap for releases at Apache until we had a >> better solution. We are now using Nexus here to stage and promote releases. >> The stage plugin is just not very good and I don't r

Re: [Stage/release plugin]: avoid reuploading of artifacts

2010-05-14 Thread Antonio Petrelli
2010/5/14 Jason van Zyl : > I create the stage plugin as a stopgap for releases at Apache until we had a > better solution. We are now using Nexus here to stage and promote releases. > The stage plugin is just not very good and I don't recommend using it. It's > actually one of the plugins I wou

Re: [Stage/release plugin]: avoid reuploading of artifacts

2010-05-14 Thread Jason van Zyl
I create the stage plugin as a stopgap for releases at Apache until we had a better solution. We are now using Nexus here to stage and promote releases. The stage plugin is just not very good and I don't recommend using it. It's actually one of the plugins I would like to push to the attic here,

[Stage/release plugin]: avoid reuploading of artifacts

2010-05-14 Thread Antonio Petrelli
Hi all, I have a problem with the stage plugin, or probably with the release plugin. When the staged artifacts have been promoted, they need to be copied to the main repository. The stage plugin does the work well, however it is very slow because it downloads the artifacts and reupload them. The pl