Re: Using GIT as the canonical repository for Maven 3.x

2009-04-27 Thread Jamie Whitehouse
Just wanted to comment on this to fix any misconceptions. Hg has support for multiple branches in one repo, Mercurial calls those named branches. It's up to individual projects if they want to use this feature vs a separate clone to create a branch. -Original Message- From: Antony Stubbs

Re: Extending the maven pom.

2009-03-05 Thread Jamie Whitehouse
I think Brett's point was that the original message was delivered to the Maven list without any content. If you follow the Nabble link you'll see what the original post was about. -Original Message- From: Rémy Sanlaville Reply-to: "Maven Developers List" To: Maven Developers List Subje

RE: svn commit: r748226 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven: profiles/ProfilesConversionUtils.java profiles/build/DefaultProfileAdvisor.java profiles/build/Profil

2009-02-26 Thread Jamie Whitehouse
Not that I have much of a voice but as a user of profiles.xml to keep local project settings separate from my global settings I'd really like a reminder of this when I upgrade. -Original Message- From: Brian E. Fox Reply-to: "Maven Developers List" To: Maven Developers List Subject: RE:

RE: [vote] release maven 2.0.10

2009-02-10 Thread Jamie Whitehouse
In case you didn't notice, URLs are still wrapped. On Mon, 2009-02-09 at 23:54 -0500, Brian E. Fox wrote: > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName > =Html&projectId=10500&Create=Create

RE: CI Grid, Windows and Paths

2009-01-09 Thread Jamie Whitehouse
On Tue, 2008-12-23 at 21:16 -0500, Brian E. Fox wrote: > It is slightly unnatural but unfortunately Hudson only launches the > slaves as a process, they don't run as persistent servers. Coming to this thread a bit late, but as of Hudson 1.255 you can install slaves as a windows service, see Kohsu

Re: release:prepare amusement with the dependency plugin

2008-12-18 Thread Jamie Whitehouse
I've run into a similar situation and I'll explain how I resolved this problem. There are two way's that I've solved this, both of which are used to inform the reactor of the inter-module dependency: 1) Simply add SomeModuleWAR to your dependency list. This is generally a good idea to help the re

Re: [Vote] invite Charlie Collins on Mojo to merge googlecode GWT plugins with Mojo one

2008-11-24 Thread Jamie Whitehouse
On Mon, 2008-11-24 at 16:31 +0100, nicolas de loof wrote: > Hi, > Charlie Collins, who created and maintain the gwt-maven project on > googlecode, would like to join Mojo to merge with the recently released Mojo > one. Both plugins share some goals but also have original features. Merging > them w

Assembly Plugin 2.1 compilation failure?

2008-10-10 Thread Jamie Whitehouse
Since the released 2.1 documentation isn't available online I thought I'd build a site locally for reference. After checking out the tag and running mvn site:site I get a compilation failure: [INFO] [ERROR] BUILD FAILURE [INF

Re: Jira reports are up

2008-10-06 Thread Jamie Whitehouse
On Fri, 2008-10-03 at 23:31 +0200, Arnaud HERITIER wrote: > you're right there's no need to poll scm. There no tests, nor integration to > do. > I just kept daily schedule > > About version control polling rules @ Apache it's a little bit annoying. An > integration cycle launched every hour is no

Re: New sandbox plugin: maven-reactor-plugin

2008-08-19 Thread Jamie Whitehouse
On Thu, 2008-08-14 at 20:37 -0700, Dan Fabulich wrote: > I've checked in a new plugin to the sandbox called the "Maven Reactor > Plugin". You can use it to build a subset of interdependent projects in a > reactor. It should be useful in large reactor builds that include > irrelevant stuff you

Re: splitting plugin dev into a separate list?

2008-08-12 Thread Jamie Whitehouse
On Tue, 2008-08-12 at 17:59 +1000, Brett Porter wrote: > Any other opinions? > > On 08/08/2008, at 6:26 PM, Mark Hobson wrote: > > > 2008/8/8 Brett Porter <[EMAIL PROTECTED]>: > >> I was poking back through the archives for a couple of things > >> related to > >> Maven core and was having trou

Re: Community Help with Maven ITs

2008-07-09 Thread Jamie Whitehouse
On Wed, 2008-07-09 at 13:47 -0400, Jamie Whitehouse wrote: > On Wed, 2008-07-09 at 13:27 -0400, Jason van Zyl wrote: > > > if you're interested please contact me privately and I will set you up > > with a Hudson install. Err, sorry everyone...seems that I missed that

Re: Community Help with Maven ITs

2008-07-09 Thread Jamie Whitehouse
On Wed, 2008-07-09 at 13:27 -0400, Jason van Zyl wrote: > Hi, > > I'm asking a small handful of developers to run a pre-configured > Hudson instance to collect results for the Maven ITs. All I need is > your machine. I have an Ubuntu Hardy box running Java5 that can be used. > I will hand

[MNG-3043] Allow 'mvn test' to work with test-jar dependencies in a reactor

2007-08-01 Thread Jamie Whitehouse
I think this bug is related to an issue I'm currently having but I'd like to confirm. >From the Getting Startedpage there's mention that when performing a multi-module build that "it is not required that you run install to successfully per