Custom lifecycle. Changing the default resource plugin confiduration.

2009-06-12 Thread Erick Dovale
Folks, I am writing a plugin that builds an artifact that needs no compilation or tests whatsever as it is only resources. I am overwriting the default lifecycle to only run the resources phases, the packaging phases and the install phases. I need to change the resource plugin configuration to writ

Re: MethodNotFoundException in org.codehaus.plexus.util.cli.Commandline.getShell

2009-06-12 Thread Erick Dovale
Thanks Benjamin That did it. cheers. On Fri, Jun 12, 2009 at 12:44 PM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Erick Dovale wrote: > > urls[2] = >> >> file:/Users/erickdovale/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar &

MethodNotFoundException in org.codehaus.plexus.util.cli.Commandline.getShell

2009-06-12 Thread Erick Dovale
Folks, Apologies if this should be posted on the users list but i am writing a plugin so in a sense I am a maven dev. I am writing a plugin that provides a custom packaging. I am using the ZipArchiver plexus component and when calling the createArchive method I am getting this exception: FATAL ERR

[jira] Commented: (MNG-1387) surefire plugin crashes

2005-11-08 Thread Erick Dovale (JIRA)
[ http://jira.codehaus.org/browse/MNG-1387?page=comments#action_50410 ] Erick Dovale commented on MNG-1387: --- That's what I thougth. Still, I don't think making the whole think dependent on whether the toString method is overriden or not the rigt

[jira] Commented: (MNG-1387) surefire plugin crashes

2005-11-07 Thread Erick Dovale (JIRA)
[ http://jira.codehaus.org/browse/MNG-1387?page=comments#action_50209 ] Erick Dovale commented on MNG-1387: --- Does surefire support other test framework than junit?? Is there a plan to make it support something else like testNG? If not, then I think we

[jira] Updated: (MNG-1387) surefire plugin crashes

2005-11-03 Thread Erick Dovale (JIRA)
[ http://jira.codehaus.org/browse/MNG-1387?page=all ] Erick Dovale updated MNG-1387: -- Attachment: test-surefire.zip an empty project with 1 single unit test that will make surefire reporting to blow by redifing the toString method of the test case

[jira] Commented: (MNG-1387) surefire plugin crashes

2005-11-03 Thread Erick Dovale (JIRA)
[ http://jira.codehaus.org/browse/MNG-1387?page=comments#action_49940 ] Erick Dovale commented on MNG-1387: --- I think I just figure out this problem. As I said before the problem is caused when searching for a ( when there is none. The reason for the

[jira] Commented: (MNG-1387) surefire plugin crashes

2005-11-03 Thread Erick Dovale (JIRA)
[ http://jira.codehaus.org/browse/MNG-1387?page=comments#action_49912 ] Erick Dovale commented on MNG-1387: --- I am working on it Johnny. I 'll attach a test case as soon as I figure it out.. Thanks erick > surefire plugin

how to run maven from eclipse

2005-11-02 Thread Erick Dovale
Hello there, I am wondering if there is any document outlining how to configure maven to run it from eclipse?? I may have some available time very soon and I would like to spend it producing patches for you guys. Thanks a lot.. edovale

[jira] Commented: (MNG-1387) surefire plugin crashes

2005-11-02 Thread Erick Dovale (JIRA)
[ http://jira.codehaus.org/browse/MNG-1387?page=comments#action_49821 ] Erick Dovale commented on MNG-1387: --- Has anyone look into this?? I was trying to figure it out but it is really dificult for me. I know the problem is because the method

[jira] Created: (MNG-1387) surefire plugin crashes

2005-11-01 Thread Erick Dovale (JIRA)
surefire plugin crashes --- Key: MNG-1387 URL: http://jira.codehaus.org/browse/MNG-1387 Project: Maven 2 Type: Bug Components: maven-surefire-plugin Versions: 2.0.1, 2.0 Environment: win XP-SP2, jvm 1.4.2_08 Reporter: Erick Dovale

[jira] Commented: (MNG-1206) assembly plugin does not include dependencies for all artifacts in reactor.

2005-10-18 Thread Erick Dovale (JIRA)
[ http://jira.codehaus.org/browse/MNG-1206?page=comments#action_48782 ] Erick Dovale commented on MNG-1206: --- has this change been commited to svn? > assembly plugin does not include dependencies for all artifacts in reac

[jira] Created: (MNG-1206) assembly plugin does not include dependencies for all artifacts in reactor.

2005-10-14 Thread Erick Dovale (JIRA)
-assembly-plugin Versions: 2.0 (RC) Reporter: Erick Dovale Attachments: test-assembly-m2.zip When trying to create an archive using maven-assembly-plugin the dependencies for the artifacts in the reactor are not added to the archive. attached is a whole project structure that can be used to