RE: creating a new project with the MavenEmbedder

2006-06-05 Thread hermod.opstvedt
Hi I might have a slight variation to you statement about goals operating on pom's or not. Let's say that you are creating an archetype that creates a specific multiproject layout where the pom beeing operated on is about to become a module in maybe "weird" module structure. In such a case ther

Re: [vote] Release maven-deploy-plugin 2.3

2006-06-05 Thread Brett Porter
John Casey wrote: Though you may have trouble trying to use the deploy-file mojo from there. Sorry, what does this mean? - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [vote] Release maven-deploy-plugin 2.3

2006-06-05 Thread John Casey
BTW, the test snapshot for this release is 2.2.1-20060606.044331-3, on http://cvs.apache.org/maven-snasphot-repository Though you may have trouble trying to use the deploy-file mojo from there. The SVN revId is: 411999. -john On 6/6/06, John Casey <[EMAIL PROTECTED]> wrote: Hi, I've noticed

[vote] Release maven-deploy-plugin 2.3

2006-06-05 Thread John Casey
Hi, I've noticed that some people have had trouble with a few bugs in the current release of the maven-deploy-plugin, including: * POM and artifact build numbers are out of sync when using -DpomFile=... * Repository layout is not configurable I've checked, and both of these problems have been f

Re: [vote] Dennis Lundberg as a Maven Plugins committer

2006-06-05 Thread John Casey
here's my late +1, fwiw. -john On 6/4/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: +1 Arnaud On 6/4/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > +1 > > Stéphane > > On 6/4/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > Dennis is already a committer over at Jakarta Commons and has be

Issue MNG-2236

2006-06-05 Thread Aaron_Anderson
I have encountered a deficiency with maven 2 that has stalled my maven 2 plugin project Bobber, http://bobber.javaforge.com . The root issue is that I wish to have my plugins invoked when a POM is not present in the directory mvn is executed in ( standalone project). The default standalone projec

Re: svn commit: r410628 - /maven/plugins/trunk/maven-ejb-plugin/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java

2006-06-05 Thread Carlos Sanchez
Yep, that'd be better. Still this is better than the previous one ;) On 6/5/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote: What's the purpose of these multiple catch statements if they just deliver the same message? I think it would make sense to deliver a message strongly linked to the exceptio

Re: Negative caching in the local repository?

2006-06-05 Thread Gordon Henriksen
Oops, that already got answered. Never mind. On 2006-06-05, at 11:02, Gordon Henriksen wrote: On 2006-06-03, at 00:05, Brett Porter wrote: These are all things I have given thought to and would like to see them worked on in Maven 2.1/2.2. There are a couple of jira issues already filed for

Re: Negative caching in the local repository?

2006-06-05 Thread Gordon Henriksen
On 2006-06-03, at 00:05, Brett Porter wrote: These are all things I have given thought to and would like to see them worked on in Maven 2.1/2.2. There are a couple of jira issues already filed for some of these specifics. How about Pragma: no-cache…? — G Begin forwarded message: Here's

Re: M2 : How to implement goals in SCM provider implementation ?

2006-06-05 Thread Emmanuel Venisse
Do you have implemented scm commands for mks? they don't have added in your provider. MksScmRepository must be a bean and th validation must be done in the provider class like in other providers. Don't use System.out.println but ScmLogger instead like in other providers. The first step you c

Re: svn commit: r410628 - /maven/plugins/trunk/maven-ejb-plugin/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java

2006-06-05 Thread Stephane Nicoll
What's the purpose of these multiple catch statements if they just deliver the same message? I think it would make sense to deliver a message strongly linked to the exception's type being catched. WDYT? s/ On 5/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: carlos Date: Wed May