test failures on trunk?

2008-02-24 Thread Brett Porter
Is anyone else seeing these? [java] Failed tests: [java] testReportInvalidPluginForDirectInvocation (org.apache.maven.error.ErrorReporterPointcutTest) [java] testReportDuplicateAttachmentException (org.apache.maven.error.ErrorReporterPointcutTest) I only get them throug

Re: Automating the list of recent releases

2008-02-24 Thread Jason van Zyl
On 24-Feb-08, at 8:12 PM, Wendy Smoak wrote: On Sun, Feb 24, 2008 at 9:04 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: The only thing I really liked was the link back to JIRA. So that's cool if that's there. I think most people include that in the announcement so it two clicks instead of one

Re: Automating the list of recent releases

2008-02-24 Thread Wendy Smoak
On Sun, Feb 24, 2008 at 9:04 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > The only thing I really liked was the link back to JIRA. So that's > cool if that's there. I think most people include that in the > announcement so it two clicks instead of one which is not a big deal. > But finding the

Re: Automating the list of recent releases

2008-02-24 Thread Jason van Zyl
The only thing I really liked was the link back to JIRA. So that's cool if that's there. I think most people include that in the announcement so it two clicks instead of one which is not a big deal. But finding the path back to JIRA is a nice feature. On 24-Feb-08, at 7:38 PM, Wendy Smoak w

Re: Automating the list of recent releases

2008-02-24 Thread Brett Porter
sounds like a good idea to me :) On 25/02/2008, at 2:38 PM, Wendy Smoak wrote: The release process has us sending an email to [EMAIL PROTECTED], and updating two wiki pages [1] [2]. Since the ASF archives for the announcement list [3] include an Atom feed [4], would it be possible to display t

Automating the list of recent releases

2008-02-24 Thread Wendy Smoak
The release process has us sending an email to [EMAIL PROTECTED], and updating two wiki pages [1] [2]. Since the ASF archives for the announcement list [3] include an Atom feed [4], would it be possible to display the date and subject from the feed on the front page of the wiki, instead of manuall

Re: svn commit: r630217 - /maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2008-02-24 Thread Brett Porter
On 25/02/2008, at 2:04 PM, Ralph Goers wrote: Maybe that's because I didn't merge? Would merging from 2.0.x to trunk work correctly? I guess it wouldn't have hurt to try. Nah, it's just a convention we've used in the paste On 25/02/2008, at 2:00 PM, Ralph Goers wrote: If you really think

Re: svn commit: r630217 - /maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2008-02-24 Thread Ralph Goers
Maybe that's because I didn't merge? Would merging from 2.0.x to trunk work correctly? I guess it wouldn't have hurt to try. Brett Porter wrote: sorry, I see the trunk commit now - just didn't have the normal "merged from" notation. Same question applies for the reasoning :) On 25/02/2008,

Re: svn commit: r630217 - /maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2008-02-24 Thread Ralph Goers
I did commit it to trunk. It just took me a while to do it as my maven-artifact was seriously out of date and I was getting compile errors in maven-project (and I had to go to work for the day) so it took me a while to verify it. If you really think this warrants a Jira issue I can create one.

Re: svn commit: r630347 - in /maven/plugins/trunk/maven-deploy-plugin/src: main/java/org/apache/maven/plugin/deploy/DeployMojo.java test/java/org/apache/maven/plugin/deploy/DeployMojoTest.java

2008-02-24 Thread Daniel Kulp
Actually, I think this is a great idea. I'd love this for our sample projects for the stuff I work on that we ship with the full kits. There is no point to deploy them into the repositories as there is no value in that at all. However, I'd like them built as part of the build to make sur

Re: [vote] Release maven-assembly-plugin 2.2-beta-2 and maven-repository-builder 1.0-alpha-2

2008-02-24 Thread Brett Porter
I tested the plugin on a large project, checked the licenses. I've identified two regressions that exist in both beta-1 and beta-2 (filed in JIRA, need to be scheduled). I'm also curious why there is still an open issue for 2.2-beta-2 in JIRA? I don't see these as blocking, just would like

Re: wildcard mirror - svn commit: r628767

2008-02-24 Thread Brett Porter
Nicolas? On 19/02/2008, at 7:30 AM, Brett Porter wrote: Hi Nicolas, Neat change - I like it. I just wonder if ${mirrorOf} instead of {0} might be more intuitive? Also - don't forget to merge your change to artifact/trunk! Cheers, Brett On 19/02/2008, at 1:55 AM, [EMAIL PROTECTED] wrote:

Re: svn commit: r630217 - /maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2008-02-24 Thread Brett Porter
sorry, I see the trunk commit now - just didn't have the normal "merged from" notation. Same question applies for the reasoning :) On 25/02/2008, at 9:10 AM, Brett Porter wrote: Hi Ralph, Not questioning this - but can you explain why and perhaps attach it to a JIRA issue? Also, doesn't th

Re: svn commit: r630217 - /maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2008-02-24 Thread Brett Porter
Hi Ralph, Not questioning this - but can you explain why and perhaps attach it to a JIRA issue? Also, doesn't this need to be merged to trunk? - Brett On 23/02/2008, at 1:22 AM, [EMAIL PROTECTED] wrote: Author: rgoers Date: Fri Feb 22 06:21:59 2008 New Revision: 630217 URL: http://svn.apa

Re: Getting a mojo instance from the embedder

2008-02-24 Thread Jason van Zyl
On 24-Feb-08, at 12:19 PM, Carlos Sanchez wrote: Is it possible to get a Mojo instance from the embedder ? If you have the component in the classpath then yes, but Maven plugins are special cases in that in Maven itself dynamically downloads the plugin, makes it visible to the container

Getting a mojo instance from the embedder

2008-02-24 Thread Carlos Sanchez
Is it possible to get a Mojo instance from the embedder ? I started with getPlexusContainer().lookup(org.apache.maven.plugin.Mojo.ROLE,"resources:resources") and of course didnt work, I guess you'd need the embedder to process the lifecycle first so the Mojos are available. Any hints? -- I could

Re: svn commit: r630604 - in /maven/sandbox/trunk/shared/maven-filtering/src: main/java/org/apache/maven/shared/filtering/DefaultMavenFileFilter.java site/apt/index.apt test/java/org/apache/maven/shar

2008-02-24 Thread Olivier Lamy
2008/2/24, Jason van Zyl <[EMAIL PROTECTED]>: > Olivier, > > Please for the love of god, would you please be more careful. You're > just ripping through all sorts of plugins making major behavioral > changes in core fundamental plugins? How do you know changing the way > properties are ordered

Re: svn commit: r630347 - in /maven/plugins/trunk/maven-deploy-plugin/src: main/java/org/apache/maven/plugin/deploy/DeployMojo.java test/java/org/apache/maven/plugin/deploy/DeployMojoTest.java

2008-02-24 Thread Jason van Zyl
Vincent, What's the use case for optional deployment? On 24-Feb-08, at 11:34 AM, Olivier Lamy wrote: Vincent Massol asked it for cargo build. -- Olivier 2008/2/24, Jason van Zyl <[EMAIL PROTECTED]>: On 24-Feb-08, at 10:57 AM, Olivier Lamy wrote: My goal is only to help users which need s

Re: svn commit: r630347 - in /maven/plugins/trunk/maven-deploy-plugin/src: main/java/org/apache/maven/plugin/deploy/DeployMojo.java test/java/org/apache/maven/plugin/deploy/DeployMojoTest.java

2008-02-24 Thread Olivier Lamy
Vincent Massol asked it for cargo build. -- Olivier 2008/2/24, Jason van Zyl <[EMAIL PROTECTED]>: > > On 24-Feb-08, at 10:57 AM, Olivier Lamy wrote: > > > My goal is only to help users which need some features in maven. > > But if you say/think the feature is bad : No problem I can revert the

Re: svn commit: r630347 - in /maven/plugins/trunk/maven-deploy-plugin/src: main/java/org/apache/maven/plugin/deploy/DeployMojo.java test/java/org/apache/maven/plugin/deploy/DeployMojoTest.java

2008-02-24 Thread Jason van Zyl
On 24-Feb-08, at 10:57 AM, Olivier Lamy wrote: My goal is only to help users which need some features in maven. But if you say/think the feature is bad : No problem I can revert the commit and mark the jira issue as won't fix. What was the use case? I'm all for helping users, but generally t

Re: Maven Filtering component

2008-02-24 Thread Jason van Zyl
On 24-Feb-08, at 10:35 AM, Olivier Lamy wrote: Hi, Just to be sure mavenSession.getExecutionProperties() should be use. Yes, system properties are turned into execution properties in the CLI and pushed into the session. So that from the embedder each invocation can have it's own session a

Re: svn commit: r630347 - in /maven/plugins/trunk/maven-deploy-plugin/src: main/java/org/apache/maven/plugin/deploy/DeployMojo.java test/java/org/apache/maven/plugin/deploy/DeployMojoTest.java

2008-02-24 Thread Olivier Lamy
My goal is only to help users which need some features in maven. But if you say/think the feature is bad : No problem I can revert the commit and mark the jira issue as won't fix. -- Olivier 2008/2/24, Jason van Zyl <[EMAIL PROTECTED]>: > > On 22-Feb-08, at 2:57 PM, [EMAIL PROTECTED] wrote: > >

Re: svn commit: r630604 - in /maven/sandbox/trunk/shared/maven-filtering/src: main/java/org/apache/maven/shared/filtering/DefaultMavenFileFilter.java site/apt/index.apt test/java/org/apache/maven/shar

2008-02-24 Thread Jason van Zyl
Olivier, Please for the love of god, would you please be more careful. You're just ripping through all sorts of plugins making major behavioral changes in core fundamental plugins? How do you know changing the way properties are ordered isn't going to affect someone relying on the command

Re: svn commit: r630347 - in /maven/plugins/trunk/maven-deploy-plugin/src: main/java/org/apache/maven/plugin/deploy/DeployMojo.java test/java/org/apache/maven/plugin/deploy/DeployMojoTest.java

2008-02-24 Thread Jason van Zyl
On 22-Feb-08, at 2:57 PM, [EMAIL PROTECTED] wrote: Author: olamy Date: Fri Feb 22 14:57:35 2008 New Revision: 630347 URL: http://svn.apache.org/viewvc?rev=630347&view=rev Log: [MDEPLOY-63] Allow disabling deployment for artifacts that should not be deployed What's the reasoning behind th

Re: Maven Filtering component

2008-02-24 Thread Olivier Lamy
Hi, Just to be sure mavenSession.getExecutionProperties() should be use. Right ? Thanks, -- Olivier 2008/2/24, Jason van Zyl <[EMAIL PROTECTED]>: > > On 24-Feb-08, at 12:36 AM, Stephane Nicoll wrote: > > > I just hit the problem today with one of my colleague. Yes, System > > props should defi

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-24 Thread Jason van Zyl
I corrected the page as Eugene doesn't like the m2eclipse being called Tycho. Tycho is actually a set of Maven plugins written by Tom that enable an OSGi toolchain that has been used in production for a long time. I'll document that, but the eclipse integration itself is just called m2eclip

Re: [VOTE] Release maven-parent pom 8 (take 2)

2008-02-24 Thread Olivier Lamy
+1. -- Olivier 2008/2/24, Dennis Lundberg <[EMAIL PROTECTED]>: > Hi > > To get the latest version of maven-source-plugin into our toolchain, I'd > like to release maven parent pom r630638 as version 8. A site.xml has > been added in this release. > > Source: > > https://svn.apache.org/viewv

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-24 Thread herve . boutemy
Since the question of choosing an Eclipse Integration is often asked, I just worked on the "Eclipse Integration" page from Maven Users Wiki: http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration I started a comparison matrix with basic project informations. This Wiki is public: feel free

Re: [VOTE] Release maven-parent pom 8 (take 2)

2008-02-24 Thread Jason van Zyl
+1 On 24-Feb-08, at 9:19 AM, Dennis Lundberg wrote: Hi To get the latest version of maven-source-plugin into our toolchain, I'd like to release maven parent pom r630638 as version 8. A site.xml has been added in this release. Source: https://svn.apache.org/viewvc/maven/pom/trunk/maven/po

[VOTE] Release maven-parent pom 8 (take 2)

2008-02-24 Thread Dennis Lundberg
Hi To get the latest version of maven-source-plugin into our toolchain, I'd like to release maven parent pom r630638 as version 8. A site.xml has been added in this release. Source: https://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?r1=587312&r2=630638&diff_format=h https://svn.apache

Re: Maven Filtering component

2008-02-24 Thread Jason van Zyl
On 24-Feb-08, at 12:36 AM, Stephane Nicoll wrote: I just hit the problem today with one of my colleague. Yes, System props should definitely win. You also must start thinking about how system properties make it into the execution environment. System properties wreak havoc in the embedder

RE: svn commit: r630338 - in /maven/plugins/trunk/maven-deploy-plugin: pom.xml src/main/java/org/codehaus/

2008-02-24 Thread Brian E. Fox
I agree. We still have lots of users stuck on 2.0.5 due to various issues in the newer versions. Once we've closed the gap, then supporting all the way back to 2.0 is not as critical as it is now. -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Friday, February 22,

Re: Maven Filtering component

2008-02-24 Thread Stephane Nicoll
I just hit the problem today with one of my colleague. Yes, System props should definitely win. Thanks, Stéphane On Sat, Feb 23, 2008 at 11:28 PM, Olivier Lamy <[EMAIL PROTECTED]> wrote: > Now the question is "do we have to change this order ?". > Have a look at MRESOURCES-39 [1]. > > Users com