Re: Packaging and artifact extension.

2009-06-26 Thread Erick Dovale
in the components.xml file for the plugin. Hope it helps someone in the future. cheers. On Thu, Jun 25, 2009 at 11:28 AM, Erick Dovale edov...@gmail.com wrote: Folks, How could I have the artifact of a project use an extension different that the packaging name? I am writing a plugin that creates

Packaging and artifact extension.

2009-06-25 Thread Erick Dovale
Folks, How could I have the artifact of a project use an extension different that the packaging name? I am writing a plugin that creates a zip file with content relevant to a particular application. I created a new packaging type called 'mypackaging' and it turns out that maven is installing a

Re: Custom lifecycle. Changing the default resource plugin confiduration.

2009-06-16 Thread Erick Dovale
?revision=501590 On 13/06/2009, at 6:37 AM, Erick Dovale wrote: 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

Fwd: Custom lifecycle. Changing the default resource plugin confiduration.

2009-06-15 Thread Erick Dovale
/guides/introduction/introduction-to-the-lifecycle.apt?revision=501590 On 13/06/2009, at 6:37 AM, Erick Dovale wrote: 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

Re: Custom lifecycle. Changing the default resource plugin confiduration.

2009-06-15 Thread Erick Dovale
://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt?revision=501590 On 13/06/2009, at 6:37 AM, Erick Dovale wrote: Folks, I am writing a plugin that builds an artifact that needs no compilation or tests whatsever as it is only resources

Re: Custom lifecycle. Changing the default resource plugin confiduration.

2009-06-15 Thread Erick Dovale
configuration and functionality and bind that by default. An example of declaring a new packaging type is here: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt?revision=501590 On 13/06/2009, at 6:37 AM, Erick Dovale

Re: Howto Tell maven2 to also download sources

2006-03-26 Thread Erick Dovale
For the eclipse plugin you have to pass in -DdownloadSource=true to the plugin and they will get downloaded and linked. For the idea plugin I can't tell as the documentation does not state it. I would recommend that you first try passing -DdownloadSources to the idea plugin and if it doe snot

Re: How to install sources

2006-02-07 Thread Erick Dovale
: Erick Dovale wrote: Hi there, can any one tell how can I install the sources jar of the artifacts in the local repository?? Do you mean the source files for your dependencies or the source files for what you're producing

How to install sources

2006-02-02 Thread Erick Dovale
Hi there, can any one tell how can I install the sources jar of the artifacts in the local repository?? thanks.. edovale - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Location of source for integration-test

2006-01-05 Thread Erick Dovale
Did you ever got an answer to this question. It might be stupid but I am wondering exactly the same.. :) thanks erick Bill Siggelkow wrote: I apologize if this is a stupid question, but what is the proper location for integration-test source (as opposed to the src/test/java for unit

[M2] Problem with dependencies.

2006-01-04 Thread Erick Dovale
Hi there, I am having a problem resolving dependencies and had exasted my resources. I have to sibling projects. A and B. B depends on A. The first problem is that mvn does not resolve a dependecy to log4j-1.2.8.jar in project B. Initially I had this dependecy in the parent POM as it is a

Unable to check out.

2005-12-18 Thread Erick Dovale
Hi there, I am having trouble running continuum as a service on winXP. Whenever I run it as a service the build reports the following error: Provider message: The cvs command failed. Command output: --- cvs [update

Re: Unable to check out.

2005-12-18 Thread Erick Dovale
-Dan On 12/18/05, Erick Dovale [EMAIL PROTECTED] wrote: Hi there, I am having trouble running continuum as a service on winXP. Whenever I run it as a service the build reports the following error: Provider message: The cvs command failed. Command output

error running site goal

2005-12-18 Thread Erick Dovale
Hi there, I am trying to run the site goal on my multi-project and it always ends with the following error: Any ideas?? cheers, erick. [DEBUG] -- end configuration -- [INFO] [site:site] [INFO] Generate Continuous Integration report. [INFO] Generate Dependencies report. [INFO]

Re: m2 transitive dependancies

2005-11-12 Thread Erick Dovale
You can specify exclusions in your dependencies. Something like this: dependency groupidspringframework/groupId? artifactIdspring-orm/artifactId exclusions exclude groupidtoplink/groupId? artifactIdtoplink/artifactId /exclude exclusions /dependency

Re: Don't fail build when tests fail during site/site-deploy steps

2005-11-07 Thread Erick Dovale
Is this in jira already?? I could not find it. edovale. Brett Porter wrote: This is a bug that will be fixed so it isn't required. - Brett On 11/4/05, Arnd Brusdeilins [EMAIL PROTECTED] wrote: |maven -Dmaven.test.failure.ignore=true site should do this | Duane Homick wrote: Is

Re: Did you ever get an answer to: Surefire crashing..?

2005-11-02 Thread Erick Dovale
Cell: 858-232-5286 Email: [EMAIL PROTECTED] Text: [EMAIL PROTECTED] -Original Message- From: Erick Dovale [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 6:10 PM To: [EMAIL PROTECTED]; Maven Users List Subject: Re: Did you ever get an answer to: Surefire crashing..? Nope

Re: Did you ever get an answer to: Surefire crashing..?

2005-11-02 Thread Erick Dovale
] -Original Message- From: Erick Dovale [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 8:56 AM To: Tauber, Richard; Maven Users List Subject: Re: Did you ever get an answer to: Surefire crashing..? I wouldn't recommend that. Are you using the 2.0 final release? Tauber, Richard wrote

[M2] surefire crashing

2005-11-01 Thread Erick Dovale
Hi there, I am having trouble getting the surefire plugin to run my unit tests. I created a jira issue on this because I was unable to send emails to the user lists. I apoligize if this is a problem of my own. Surefire seems to be running the first unit test and crashing right after with the

Re: Compiling J2SE 5.0

2005-11-01 Thread Erick Dovale
Hi Graham, This how it is done in 2.0 In your pom.xml's build section you must tell the compiler plugin what version to use: build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId

[M2] surefire crashing.

2005-11-01 Thread Erick Dovale
Sorry if this gets posted twice. I send the email a couple of hours a go it did not get through. here goes again: Hi there, I am having trouble getting the surefire plugin to run my unit tests. It seems to be running the first unit test and crashing right after with the following exception:

surefire not running..

2005-11-01 Thread Erick Dovale
Hi there, I am having trouble getting the surefire plugin to run my unit tests. It seems to be running the first unit test and crashing right after with the following exception: Reporter method testStarting completed abruptly with an exception. java.lang.StringIndexOutOfBoundsException:

Re: Did you ever get an answer to: Surefire crashing..?

2005-11-01 Thread Erick Dovale
Nope, no answer so far.. I opened a jira issue on it though.. Will be hearing about it soon... hopefully.. cheers, [EMAIL PROTECTED] wrote: I'm getting the same thing and looking for an answer. Reporter method testStarting completed abruptly with an exception.

Re: Eclipse WTP and M2 General Question

2005-10-27 Thread Erick Dovale
Hi Pete, take a look at this: http://roumanoff.blogspot.com/ hope it helps.. cheers edovale. Pete wrote: Can anyone shed some light on how Eclipse / WTP / M2 can work together. I was wondering if some of you guys could summarise how you are using these tools together. Initially I was

[M2] clearcase

2005-10-25 Thread Erick Dovale
HI, Can anyone comment on the current status for clearcase support in M2?? I noticed there is some stuff on svn already for it but I am not sure how complete it is. thanks. erick. - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Erick Dovale
Hi all, Shall we post this great achievement on theserverside?? cheers edovale Brett Porter wrote: We are pleased to announce that Maven 2.0 has been released, and is available for download from http://maven.apache.org/maven2/download.html Maven is a build system that provides software

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Erick Dovale
Cool... Brett Porter wrote: It's been submitted, but not posted. Maybe lost in the void :) I've emailed the editor to find out where its at. - Brett On 10/20/05, Erick Dovale [EMAIL PROTECTED] wrote: Hi all, Shall we post this great achievement on theserverside?? cheers edovale Brett

[Fwd: Re: [Fwd: Re: Assembly plugin -- couple of questions [m2a3]]]

2005-10-08 Thread Erick Dovale
: Thu, 06 Oct 2005 11:58:27 -0400 From: Erick Dovale [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: Maven Users List users@maven.apache.org References: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

Re: [Fwd: Re: Assembly plugin -- couple of questions [m2a3]]

2005-10-06 Thread Erick Dovale
, 2005-10-05 at 11:07 -0400, Erick Dovale wrote: Hi Brett, I finally got the assembly 2.0-beta-2-SNAPSHOT to work this morning after downloading the m2-beta-3. It seems to be working fine except for the fact that it is not including the jars for the modules nor their dependencies. Maybe I am

Re: [Fwd: Re: Assembly plugin -- couple of questions [m2a3]]

2005-10-05 Thread Erick Dovale
: Tomorrow. On 10/4/05, Erick Dovale [EMAIL PROTECTED] wrote: When is the beta-3 goint to be realeased?? cheers, erick. Brett Porter wrote: .. fixed in SVN for the beta-3 release. On 10/3/05, Brett Porter [EMAIL PROTECTED] wrote: It's a bug. The aggregator isn't forking

Re: [Fwd: Re: Assembly plugin -- couple of questions [m2a3]]

2005-10-03 Thread Erick Dovale
/05, Erick Dovale [EMAIL PROTECTED] wrote: Hi Brett, I checked out the assembly plugin and was able to build it and deploy it to my local repo. I also updated the version of the pluging in my root pom to use 2.0-beta-2-SNAPSHOT which is the version of the newly built plugin. When I run

Re: [Fwd: Re: Assembly plugin -- couple of questions [m2a3]]

2005-10-02 Thread Erick Dovale
something however, can figure it out my self. Any hints?? cheers, Erick. Brett Porter wrote: On 10/2/05, Erick Dovale [EMAIL PROTECTED] wrote: What is this tag? It indicates the plugin should not run over subprojects, but has access to the reactor to perform an aggregating task. How

Re: [Fwd: Re: Assembly plugin -- couple of questions [m2a3]]

2005-10-01 Thread Erick Dovale
Thanks for your reply Brett, I have inlined some questions I hope you can answer for me. Brett Porter wrote: On 9/30/05, Erick Dovale [EMAIL PROTECTED] wrote: I was trying to do exactly what this email is explaining below and had exactly the same problem now using M2b1 which is that m2

Re: [M2] jar plugin and the jar manifest

2005-09-29 Thread Erick Dovale
//classpathPrefix /manifest /archive /configuration /plugin /plugins the classpathPrefix depends where You put Your dependend jars relative to the created jar file. -Original Message- From: Erick Dovale [mailto:[EMAIL

[Fwd: Re: Assembly plugin -- couple of questions [m2a3]]

2005-09-29 Thread Erick Dovale
Hello there, I was trying to do exactly what this email is explaining below and had exactly the same problem now using M2b1 which is that m2 tries to run the assembly plugin on each and every subproject. If I want to generate a single assembly file containing all sub projects and their

Re: [M2] equivalent to eclipse.dependencyfalse/eclipse.dependency

2005-09-28 Thread Erick Dovale
Brett Porter wrote: On 9/28/05, Mike Perham [EMAIL PROTECTED] wrote: Can dependency scopes solve most of this problem? Maybe the only jars to appear in the eclipse .classpath should be those in the compile, test and provided scopes? Or should the eclipse classpath reflect the full set of

[M2] jar plugin and the jar manifest

2005-09-28 Thread Erick Dovale
Hello there, I am generating my jars perfectly using maven-jar-plugin. I see it actually creates a minifest file and includes it in the jar file which is perfect. However, I need this jar to be executable and the plugin does not add the classpath entries to the manifest. How can I have this

[M2] equivalent to eclipse.dependencyfalse/eclipse.dependency

2005-09-27 Thread Erick Dovale
Hello there, is there an equivalento to eclipse.dependencyfalse/eclipse.dependency in M2 so that when I call m2 eclipse:eclipse these dependecies don;t get added to the .classpath file?? Thanks. edovale - To unsubscribe,

eclipse:eclipse does not generates proper folder for resources

2005-09-27 Thread Erick Dovale
Hi there, When I call m2 eclipse:eclipse on any eclipse project it does it all fine except for the fact that the src/main/resources directory is outputted to the root of the project. is it me whose missing something here or is there a bug?? I search in jira and did not find anything like this

Re: [M2] outdated xsd?

2005-08-24 Thread Erick Dovale
; Is this the right one?? Erick. Edwin Punzalan wrote: What version of m2 are you using? For beta, reports is deprecated and reporting replaced it. Erick Dovale wrote: Hi there, I just noticed that when adding reports to my pom.xml file my validator does not recognize the reporting tag

[M2] outdated xsd?

2005-08-23 Thread Erick Dovale
Hi there, I just noticed that when adding reports to my pom.xml file my validator does not recognize the reporting tag; it recognizes the reports though but, when using the reports tag m2 spits out a message saying that it is deprecated and suggest to use reporting. Is this a known bug?? I

[M2] skipping tests

2005-08-16 Thread Erick Dovale
Hello there, I am needing a to skip my unit tests for the purpose of setting up some other stuff in maven and not having to wait for them everytime i run some other goal. Is there a way to do this?? Thanks. Erick. - To

RE: M2 Eclipse problem

2005-07-19 Thread Erick Dovale
It seems like you have a typo in the maven.repo http://repo1.maven.org/maven2/p lugins Try removing the space between the p and the l in pluggins. -Original Message- From: Kumar, Shailendra [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 11:19 AM To: Maven Users List Subject:

RE: unable to deploy site using ftp

2005-07-04 Thread Erick Dovale
Hi all, I had it to work for a while doing the changes below. Thanks very much. Now, for some weird reason the thing hangs while uploading files to the ftp server. When I try uploading other files manually to the ftp server it works fine however, when I try uploading the generated files my ftp

RE: Resources not being found by test plugin

2005-07-02 Thread Erick Dovale
- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: July 1, 2005 11:11 AM To: Maven Users List Subject: RE: Resources not being found by test plugin On Fri, 1 Jul 2005, Erick Dovale wrote: You should remove the targetPath directive. Say you've got a resource source/testSrc/resources

RE: Resources not being found by test plugin

2005-07-01 Thread Erick Dovale
/classes/resources and to target/test-classes/resources. Perhaps there is a different way to achieve this?? -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: July 1, 2005 2:06 AM To: Maven Users List Subject: RE: Resources not being found by test plugin Erick Dovale wrote

Resources not being found by test plugin

2005-06-30 Thread Erick Dovale
Hello there, I just mavenized a project and everything was fine until I added the targetPath to a resource directory to be in a different place. Before, the resources folder was been copied to the the test-class folder. I know want them to be copied to test-class/resources. The problem is that

RE: Resources not being found by test plugin

2005-06-30 Thread Erick Dovale
Btw, the repeated resources in POM was removed and problem persisted. It seems like the classpath is not been properly constructed. Has anyone had this issue before. I am using Maven 1.0.2 Thanks Erick. -Original Message- From: Erick Dovale [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: resource within jar is not being found

2005-06-16 Thread Erick Dovale
Hi Yann, Yes, I meant B depends on A. Maven version is 1.0.2. A POM: ?xml version=1.0 encoding=UTF-8? project pomVersion3/pomVersion artifactIdA/artifactId nameA/name groupIdA/groupId currentVersion1.0/currentVersion organization/ inceptionYear2005/inceptionYear

resource within jar is not being found

2005-06-15 Thread Erick Dovale
Hello out there, I am having a problem I am not sure is directly related to maven, so forgive me if it is not. I have 2 projects A and B. A depends on B. When I am running tests in B it is not finding stuff into A-1.0.jar. More specifically an xml file needed. This is happening although the jar