Re: [VOTE] Release Apache Maven 3.0

2010-10-06 Thread Niall Pemberton
+1 Niall On Mon, Oct 4, 2010 at 1:16 PM, Benjamin Bentmann wrote: > Hi, > > feedback on the RCs seems to be decreasing and I am currently not aware of > any major regression so let's try and cross the finishing line of this > marathon. > > We solved 31 issues since 3.0-beta-3: > http://jira.code

Re: Julia Antonova/Tumlare is out of office.

2010-06-28 Thread Niall Pemberton
27 days so far this year! - but I'm not surprised since she works for a holiday company: http://tumlare.com/ Niall On Sun, Jun 27, 2010 at 11:19 PM, Julia Antonova wrote: > > I will be out of the office starting  28.06.2010 and will not return until > 29.06.2010. > > I have no acces to my m

Re: [VOTE] Release Apache Maven 3.0-beta-1

2010-04-21 Thread Niall Pemberton
On Tue, Apr 20, 2010 at 8:48 AM, Olivier Lamy wrote: > No. > It's 3.x prerequisite. It would be good if there was some mechanism so that the site generation could be made to work with either m2 or m3. Perhaps by activating different profiles dependant on the maven version - something like:

m3 report generation

2010-04-12 Thread Niall Pemberton
Is there any info on how to get report generation to work using m3? (when I generate a site using 3.0-alpha-7 none of the reports get generated - either then *standard* reports from maven-project-info-reports-plugin or anything defined in the section) Thanks Niall -

Re: [jira] Closed: (SUREFIRE-591) Add maven-failsafe-plugin to surefire project

2010-01-10 Thread Niall Pemberton
On Sat, Jan 9, 2010 at 2:27 PM, Dennis Lundberg wrote: > Do we have a problem with the mailing lists? > > I didn't receive a mail about this commit. I have a gap between commits > r896444 and r897254 in my mail. It's ~51 hours. The mail archives > indicate the same thing. > > I can see the commit

Re: [VOTE] Release Apache Maven 3.0-alpha-5

2009-11-25 Thread Niall Pemberton
On Mon, Nov 23, 2009 at 7:59 PM, Paul Gier wrote: > I wonder if we really need a full vote for every alpha.  Especially if this > is going to happen every two weeks.  Why not just vote for a 2 week alpha > release schedule and then don't do another vote until it's time for beta 1? The ASF require

Re: preparing for the next 3.x alpha release

2009-10-23 Thread Niall Pemberton
On Thu, Oct 22, 2009 at 8:04 PM, Brian Fox wrote: > Just summing up a conversation I had with Jason and Benjamin: After > Benjamin finishes up the current issue MNG-4221 > (http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&pid=10500&fixfor=14719&resolution=-1&sorter/field=issuekey&so

Re: Problems running with commons ant plugin with maven3

2009-10-16 Thread Niall Pemberton
reated an bug report here: http://jira.codehaus.org/browse/MNG-4396 Hopefully thats in the correct place Niall > Or you can add this repository [1] in your settings > > -- > Olivier > > [1] http://repository.sonatype.org/content/groups/forge/ > > 2009/10/16 Niall Pembe

Problems running with commons ant plugin with maven3

2009-10-16 Thread Niall Pemberton
I checked out and built maven3 (after reverting the plexus version from 1.4.0-SNAPSHOT to 1.3.0) and tried to run the commons-build-plugin[1] (which is an Ant plugin) and it failed (some of the output with -X shown below) So I thought this might be caused by me reverting the plexus version. So I c

Re: Building m2 guide needs to be updated for new maven-3 location

2009-10-16 Thread Niall Pemberton
fails if subversion is not installed Niall [3] https://svn.apache.org/viewvc?view=revision&revision=823551 On Fri, Oct 16, 2009 at 4:22 PM, Niall Pemberton wrote: > The building m2 guide is out of date for maven-3[1] since it moved[2] > location in the repository > > Ni

Building m2 guide needs to be updated for new maven-3 location

2009-10-16 Thread Niall Pemberton
The building m2 guide is out of date for maven-3[1] since it moved[2] location in the repository Niall [1] http://maven.apache.org/guides/development/guide-building-m2.html [2] https://svn.apache.org/viewvc?view=revision&revision=811356 Index: site/apt/guides/development/guide-building-m2.ap

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-03-28 Thread Niall Pemberton
On Sat, Mar 28, 2009 at 10:53 PM, Brian E. Fox wrote: > All set. Thanks Niall > -Original Message- > From: Niall Pemberton [mailto:niall.pember...@gmail.com] > Sent: Saturday, March 28, 2009 5:52 PM > To: Maven Developers List > Subject: Re: [ANN] Maven Release

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-03-28 Thread Niall Pemberton
The parent pom doesn't seem to have found its way to the public repo yet, is it on its way? http://repo1.maven.org/maven2/org/apache/maven/release/maven-release/ Niall On Sat, Mar 28, 2009 at 5:36 PM, Olivier Lamy wrote: > Hi, > The Maven team is pleased to announce the release of the Maven Rel

Re: Problem finding loadresource task in maven 2.0.9

2008-06-30 Thread Niall Pemberton
n't be bugs per > se), but we won't know until we look. If it truly is a regression, we > want to fix it for .10. OK I've filed the following issue, with a simple pom.xml attached: http://jira.codehaus.org/browse/MNG-3639 Niall > -Original Message- > From: N

Re: Problem finding loadresource task in maven 2.0.9

2008-06-29 Thread Niall Pemberton
On Sun, Jun 29, 2008 at 3:42 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Niall Pemberton wrote: >> >> On Sat, Jun 28, 2008 at 5:56 PM, Ralph Goers <[EMAIL PROTECTED]> >> wrote: >>> >>> What does -X tell you? >> >> Not alot that

Re: Problem finding loadresource task in maven 2.0.9

2008-06-29 Thread Niall Pemberton
is clearly showing Ant 1.7.0 as a dependency then presumably this is some kind of bug in building the classpath for the plugin and it is picking up an earlier Ant version (and therefore not finding the 1.7.0 specific task) before Ant 1.7.0. Debugging the internals though is beyond my maven knowledg

Re: Problem finding loadresource task in maven 2.0.9

2008-06-28 Thread Niall Pemberton
p/commons-build-plugin/ Niall > Niall Pemberton wrote: >> >> Anyone got any ideas on this - should I open a JIRA ticket (if so >> against what?) or should I have asked this on the user list? I posted >> here coz it looks like a maven bug to me. >> >> Ni

Re: Problem finding loadresource task in maven 2.0.9

2008-06-28 Thread Niall Pemberton
Anyone got any ideas on this - should I open a JIRA ticket (if so against what?) or should I have asked this on the user list? I posted here coz it looks like a maven bug to me. Niall On Fri, May 16, 2008 at 3:02 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > I recently upgraded f

Problem finding loadresource task in maven 2.0.9

2008-05-16 Thread Niall Pemberton
I recently upgraded from maven 2.0.8 to 2.0.9 and the commons-build-plugin[1][2] - which is an Ant plugin - failed with the following error INFO] [INFO] Building Commons JNet [INFO]task-segment: [commons:sandbox-jira-page

Re: [VOTE] Release Maven Changes Plugin version 2.0

2008-04-14 Thread Niall Pemberton
+1 from me. I tested the staged plugin with the new/fixed configuration options (columnNames, sortColumnNames, resolutionIds, fixVersionIds, statusIds, priorityIds) in a commons component and it all looks good. Thanks for doing this Dennis :) Niall On Sun, Apr 13, 2008 at 4:59 PM, Dennis Lundbe

Re: Changes Plugin

2008-03-28 Thread Niall Pemberton
On Fri, Mar 28, 2008 at 9:38 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Niall Pemberton wrote: > > On Tue, Feb 5, 2008 at 11:20 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > >> I have four issues left on my radar, that I'd like to solve or reject &

Re: Changes Plugin

2008-03-22 Thread Niall Pemberton
.File > - Patch supplied, need to review before applying it > > MCHANGES-97 Fix VTL errors > - Patch supplied, need to investigate some more before applying it > > > > Niall Pemberton wrote: > > Is there any chance of a Changes Plugin release? I'd like to

Re: Maven breaks after last night.

2008-02-28 Thread Niall Pemberton
-14:test-jar:tests:1.8.0-SNAPSHOT -- 1 required artifact is missing. for artifact: org.apache.cactus:cactus.core.framework.javaEE.13-14:jar:1.8.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2) > Thanks. > > http://www.nabble.co

Re: Maven breaks after last night.

2008-02-28 Thread Niall Pemberton
On Thu, Feb 28, 2008 at 5:33 PM, Petar Tahchiev <[EMAIL PROTECTED]> wrote: > > Hi guys, > > my build was working absolutely perfect yesterday. However, today I tried > to execute > > mvn install > > and the build goes down the submodules, builds them and again starts to > build them one by o

Re: [MNG-3410] Plugin managed versions are ignored

2008-02-19 Thread Niall Pemberton
On Feb 19, 2008 5:46 PM, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 9:40 AM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > > > On 19-Feb-08, at 9:36 AM, Carlos Sanchez wrote: > > > > > I think you misunderstood. The dependencyManagement is used for > > > project dependencies, fine w

Re: An Attribute Based POM

2008-02-11 Thread Niall Pemberton
On Feb 11, 2008 6:45 AM, Brett Porter <[EMAIL PROTECTED]> wrote: > Hi, > > I've always wanted to see an attribute based POM, so based on Nicolas' > suggestion I killed some time after waking up early this morning to do > it. > > JIRA: http://jira.codehaus.org/browse/MNG-3397 > > Here is a build to

Re: Changes Plugin

2008-02-06 Thread Niall Pemberton
On Feb 6, 2008 2:33 PM, Benjamin Bentmann <[EMAIL PROTECTED]> wrote: > > OK I've put forward a patch for MCHANGES-88 - although its based on > > copying something that works (project info reports) rather than > > understanding what the correct way to handle reports being run > > individually. > > U

Re: Changes Plugin

2008-02-05 Thread Niall Pemberton
of path parameters to java.io.File > - Patch supplied, need to review before applying it > > MCHANGES-97 Fix VTL errors > - Patch supplied, need to investigate some more before applying it > > > Niall Pemberton wrote: > > Is there any chance of a Changes Plugin release? I

Re: Changes Plugin

2008-02-05 Thread Niall Pemberton
dually. If I get a chance I'll try to look at the patches for the other three - and to see if I can help in any way - not sure when I might get round to that though. Niall > Niall Pemberton wrote: > > Is there any chance of a Changes Plugin release? I'd like to use the &

Changes Plugin

2008-02-05 Thread Niall Pemberton
Is there any chance of a Changes Plugin release? I'd like to use the JIRA report improvements that have been fixed in the following: https://jira.codehaus.org/browse/MCHANGES-92 https://jira.codehaus.org/browse/MCHANGES-94 There are currently 21 outstanding issues: http://tinyurl.com/yvkola If s

Re: Does the apache-jar-resource-bundle follow ASF policy?

2008-01-13 Thread Niall Pemberton
On Jan 13, 2008 5:59 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On 13-Jan-08, at 5:25 AM, Dennis Lundberg wrote: > > > Hi > > > > As mentioned by Simon on the release thread for maven-jar-plugin, > > there has been discussions [1] over at Apache Commons regarding the > > apache-jar-resource-b

Re: [vote] release maven-source-plugin 2.0.3

2007-04-21 Thread Niall Pemberton
+1 Thanks for doing this :) Niall On 4/21/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: Hi, I'd like to release the maven-source-plugin 2.0.3 The staging bits are available here: http://people.apache.org/~snicoll/maven-staging/repo/org/apache/maven/plugins/maven-source-plugin/2.0.3/ The re

Re: [maven-source-plugin] Releasing 2.0.3

2007-04-13 Thread Niall Pemberton
ping! Niall On 4/3/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 3 Apr 07, at 1:39 PM 3 Apr 07, Jochen Wiedmann wrote: > Hi, > > now that Maria has applied MSOURCES-14, can this release proceed? > I'll check it with the embedder and a few other projects before I give it a thumbs up. jason

Re: [vote] release maven-source-plugin 2.0.3

2007-03-17 Thread Niall Pemberton
Any progress on this? Niall On 3/2/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 3/2/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On 2 Mar 07, at 7:28 AM 2 Mar 07, Niall Pemberton wrote: > > > ping :-) > > > > I just released a snapshot, do you th

Re: [vote] release maven-source-plugin 2.0.3

2007-03-02 Thread Niall Pemberton
On 3/2/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 2 Mar 07, at 7:28 AM 2 Mar 07, Niall Pemberton wrote: > ping :-) > I just released a snapshot, do you think you could give it a whirl quickly? I ran "mvn source:jar" for commons validator with the new snapshot a

Re: [vote] release maven-source-plugin 2.0.3

2007-03-02 Thread Niall Pemberton
ping :-) On 2/18/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 2/18/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On 18 Feb 07, at 9:32 AM 18 Feb 07, Niall Pemberton wrote: > > > On 2/15/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > >> Yes. I

Re: [vote] release maven-source-plugin 2.0.3

2007-02-18 Thread Niall Pemberton
On 2/18/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 18 Feb 07, at 9:32 AM 18 Feb 07, Niall Pemberton wrote: > On 2/15/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: >> Yes. I need to check with Jason because it seems he's found a >> problem meanwhile. > &

Re: [vote] release maven-source-plugin 2.0.3

2007-02-18 Thread Niall Pemberton
On 2/15/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: Yes. I need to check with Jason because it seems he's found a problem meanwhile. Any news on this - can the release go out (sorry to keep buging you)? Niall I'll keep you posted. Stéphane On 2/15/07, Niall Pemberton &

Re: [vote] release maven-source-plugin 2.0.3

2007-02-15 Thread Niall Pemberton
On 2/12/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: Yes please. We need to wait a bit more. I'll make sure to send a mail with the vote result. Has enough time lapsed yet to declare a result and cut the release? Thanks Niall Thanks, Stéphane On 2/12/07, Jason van Zyl <[EMAIL PROTECTED]

Re: [maven-source-plugin] Releasing 2.0.3

2007-02-11 Thread Niall Pemberton
On 2/11/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: Hi, On 2/11/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: > All the issue tickets for the maven sources plugin are resolved: > >http://jira.codehaus.org/browse/MSOURCES > > Is there likely to be a 2.0.3 relea

[maven-source-plugin] Releasing 2.0.3

2007-02-10 Thread Niall Pemberton
All the issue tickets for the maven sources plugin are resolved: http://jira.codehaus.org/browse/MSOURCES Is there likely to be a 2.0.3 release soon? thx Niall - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[jira] Updated: (MAVEN-1725) Enable User Templates in XDOC plugin

2005-11-15 Thread Niall Pemberton (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1725?page=all ] Niall Pemberton updated MAVEN-1725: --- Attachment: xdoc-user-template2.patch Woops, sorry missed a bit of the change when cut & pasting - attaching new patch version > Enable User Templ

[jira] Created: (MAVEN-1725) Enable User Templates in XDOC plugin

2005-11-15 Thread Niall Pemberton (JIRA)
Enable User Templates in XDOC plugin Key: MAVEN-1725 URL: http://jira.codehaus.org/browse/MAVEN-1725 Project: Maven Type: New Feature Reporter: Niall Pemberton Priority: Minor Attachments: xdoc-user-template.patch It

[jira] Commented: (MPCHANGELOG-74) changelog plugin creates wrong links for Subversion repositories

2005-09-23 Thread Niall Pemberton (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-74?page=comments#action_46985 ] Niall Pemberton commented on MPCHANGELOG-74: A workaround for this issue is to set the repository url to the root ASF one - that causes changelog to generate "

[jira] Updated: (MPCHANGELOG-58) allow showing last X revisions of a file instead of dates

2005-09-23 Thread Niall Pemberton (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-58?page=all ] Niall Pemberton updated MPCHANGELOG-58: --- Attachment: SvnBug752ChangeLogFactory.java ChangeLogFactory implementation for Bug 752 > allow showing last X revisions of a file instead

[jira] Updated: (MPCHANGELOG-58) allow showing last X revisions of a file instead of dates

2005-09-23 Thread Niall Pemberton (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-58?page=all ] Niall Pemberton updated MPCHANGELOG-58: --- Attachment: SvnBug752ChangeLogGenerator.java ChangeLogGenerator implementation which gets round the issue of Bug 752 in Subversion: http