Re: defining goals that aggregate other maven goals

2007-12-17 Thread Stuart McCulloch
On 15/12/2007, Pete Aykroyd <[EMAIL PROTECTED]> wrote: > > Hi all, > I've been searching for any easy way to do this and haven't found one yet. > I > want to create a plugin that handles the deployment details for our > webapps > for integration testing. The actual how of deploying the webapps has

Re: Toolchains proposal

2007-12-17 Thread Shane Isbell
Cool. If it's not tied to 2.1, then I'll get out an implementation for .NET soon. Thanks, Shane On Dec 17, 2007 2:26 PM, Milos Kleint <[EMAIL PROTECTED]> wrote: > I've reworked the toolchain stuff to work without the build-context > component that was removed in the trunk. As a side-effect it be

Re: Toolchains proposal

2007-12-17 Thread Milos Kleint
I've reworked the toolchain stuff to work without the build-context component that was removed in the trunk. As a side-effect it became easier to backport to 2.0.x. it should work in current 2.1-SNAPSHOT and 2.0.9-SNAPSHOT binaries. the shared/toolchains project artifacts with components needs to b

Re: Toolchains proposal

2007-12-17 Thread Shane Isbell
Where are we sitting on the toolchain support? At NMaven, we're going back to basics to get better alignment and integration with the rest of Maven. Toolchain support ranks highly. I see some interfaces and Java support within the toolchain project, but I don't know how complete this is. If the in

Re: Continuum and "Build Profiles"

2007-12-17 Thread Emmanuel Venisse
ok Emmanuel Wendy Smoak a écrit : I'm having trouble communicating about profiles in Continuum. The problem is that Maven already has something called "Build Profiles". See: http://maven.apache.org/guides/introduction/introduction-to-profiles.html And now Continuum has a page titled "Build P

RE: [VOTE] Release maven-dependency-tree 1.1

2007-12-17 Thread Brian E. Fox
Carlos, What's the scoop on this release? Add my +1 to it, I see it's still in your staging repo but isn't out on central yet. I need this to do a dependency plugin release. Thanks, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent

Fwd: [ANN] Maven Ant Tasks 2.0.8 Released

2007-12-17 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Maven Ant Tasks, version 2.0.8. You can find the binaries here: http://maven.apache.org/download.html You can find the release notes here: http://maven.apache.org/ant-tasks-release-notes.html Enjoy, -The Maven team --

Re: [VOTE] Release maven-dependency-tree 1.1

2007-12-17 Thread Jorg Heymans
PING Is this release missing PMC votes perhaps ? It still hasn't appeared on repo1. Thanks Jorg On Dec 6, 2007 12:25 PM, Mark Hobson <[EMAIL PROTECTED]> wrote: > I see this got released (thanks) but hasn't appeared on the central > repo, any reason for this? > > Cheers, > > Mark > > On 30/11/20

Re: Merging shitty-maven-plugin and maven-invoker-plugin was [Re: [MECLIPSE] refactor IT tests to use shitty maven plugin ?]

2007-12-17 Thread Jerome Lacoste
On Dec 17, 2007 9:17 AM, olivier lamy <[EMAIL PROTECTED]> wrote: > Hi, > > Agree on merge but in a new plugin or merging in maven-invoker-plugin ? > Before starting this work, I'd like to release the current > maven-invoker-plugin to not delay some other releases which depends on this. > I will cal

Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

2007-12-17 Thread Marat Radchenko
I see. Then I give a +1. 2007/12/17, Mauro Talevi <[EMAIL PROTECTED]>: > Marat Radchenko wrote: > > Till now I thought that currently 2.4-SNAPSHOT and 2.3.1 are the same thing. > > > > No, they are not - 2.4 will be released shortly and it is a separate dev > branch. Please raise issue only if th

Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

2007-12-17 Thread Mauro Talevi
Marat Radchenko wrote: Till now I thought that currently 2.4-SNAPSHOT and 2.3.1 are the same thing. No, they are not - 2.4 will be released shortly and it is a separate dev branch. Please raise issue only if the build works fine with 2.3.1-SNAPSHOT. Cheers --

Re: [VOTE] Release Maven Invoker plugin version 1.1

2007-12-17 Thread nicolas de loof
+1 tested successfully on the maven-jar-plugin 17 Dec 2007 09:31:24 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi, > I'd like to release maven-invoker-plugin 1.1. > This release fixes some bugs and makes some improvements. The last release > was made over 1 year ago. > > We solved 11 issue

[VOTE] Release Maven Invoker plugin version 1.1

2007-12-17 Thread olamy
Hi, I'd like to release maven-invoker-plugin 1.1. This release fixes some bugs and makes some improvements. The last release was made over 1 year ago. We solved 11 issues : http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13505&styleName=Html&projectId=11441&Create=Create Staging repo:

Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

2007-12-17 Thread Marat Radchenko
Till now I thought that currently 2.4-SNAPSHOT and 2.3.1 are the same thing. 2007/12/17, nicolas de loof <[EMAIL PROTECTED]>: > AFAIK full TestNG support is targeted to 2.4. Surefire 2.3.1 is a fix > version > > 2007/12/17, Marat Radchenko <[EMAIL PROTECTED]>: > > > > surefire-2.4-SNAPSHOT works w

Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

2007-12-17 Thread nicolas de loof
AFAIK full TestNG support is targeted to 2.4. Surefire 2.3.1 is a fix version 2007/12/17, Marat Radchenko <[EMAIL PROTECTED]>: > > surefire-2.4-SNAPSHOT works with testng. However your release throws > exception. Is it expected behavior? > > org.apache.maven.surefire.booter.SurefireExecutionExcept

Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

2007-12-17 Thread Marat Radchenko
Woops, forgot to say that testng version is 5.7 2007/12/17, Marat Radchenko <[EMAIL PROTECTED]>: > surefire-2.4-SNAPSHOT works with testng. However your release throws > exception. Is it expected behavior? > > org.apache.maven.surefire.booter.SurefireExecutionException: > org.testng.xml.XmlSuite.s

Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

2007-12-17 Thread Marat Radchenko
surefire-2.4-SNAPSHOT works with testng. However your release throws exception. Is it expected behavior? org.apache.maven.surefire.booter.SurefireExecutionException: org.testng.xml.XmlSuite.setParallel(Z)V; nested exception is java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V ja

Re: Merging shitty-maven-plugin and maven-invoker-plugin was [Re: [MECLIPSE] refactor IT tests to use shitty maven plugin ?]

2007-12-17 Thread nicolas de loof
You allready have my +1 ;-) 2007/12/17, olivier lamy <[EMAIL PROTECTED]>: > > Hi, > > Agree on merge but in a new plugin or merging in maven-invoker-plugin ? > Before starting this work, I'd like to release the current > maven-invoker-plugin to not delay some other releases which depends on > this

Merging shitty-maven-plugin and maven-invoker-plugin was [Re: [MECLIPSE] refactor IT tests to use shitty maven plugin ?]

2007-12-17 Thread olivier lamy
Hi, Agree on merge but in a new plugin or merging in maven-invoker-plugin ? Before starting this work, I'd like to release the current maven-invoker-plugin to not delay some other releases which depends on this. I will call a vote today. After we can work on the merge. Thoughs ? or objections ?