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

2006-06-05 Thread Emmanuel Venisse
if you use a mks scm url in your pom and you use one of tha scm mojo and you don't get an error about non existent provider, your mks provider is used. Emmanuel Sharma, Jaikumar a écrit : Emmanuel, As you mentioned, pom corrected, but there is no breakthrough, not getting any test result

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

2006-06-05 Thread Emmanuel Venisse
No it isn't necessary. They are added when new providers are added in svn. Emmanuel Sharma, Jaikumar a écrit : Is it necessary that a any new SCM provider should be registered in maven-scm-providers list first before compilation / test of the new implementation ? Regards. -Original

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

2006-06-05 Thread Emmanuel Venisse
Do you have some errors when you run the scm plugin? Do you mean, if I have the correct / running version of scm plugin is installed ? if yes, then yes, I can see al the gols listed in that using command : mvn help:describe -DgroupId=org.apache.maven.plugins -DartifactId=maven-scm-plugin

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

2006-06-05 Thread Sharma, Jaikumar
Title: RE: M2 : How to implement goals in SCM provider implementation ? I run mvn scm:validate in the folder where the test pom is located, it gave me the following, or I had to run different command line ? D:\Plugin_Testsmvn scm:validate [INFO] Scanning for projects... [INFO] Searching

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

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

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:

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

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

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

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 been doing a

[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

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

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: 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 there