Re: Packaging and artifact extension.

2009-06-26 Thread Erick Dovale
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 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 create

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 file

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

2009-06-16 Thread Erick Dovale
t; > > > > > > > > > > > > org.apache.maven.plugins:maven-resources-plugin:resources > > > > > > > > > > > > > com.syncapse.clearspace:maven-theme-plugin:package > > > > > > > > > > > > > > > &g

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

2009-06-15 Thread Erick Dovale
; > > > > > > > -- Forwarded message -- > > > > From: Brett Porter > > > > Date: Fri, Jun 12, 2009 at 11:57 PM > > > > Subject: Re: Custom lifecycle. Changing the default resource plugin > > > > confiduration. > >

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

2009-06-15 Thread Erick Dovale
it. You can't configure goals when you do that - > I'm > > a bit unsure whether you are putting your plugin in there, or the > resources > > plugin, or both. What you are likely looking to do is extend the > resources > > plugin with the new configuration an

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

2009-06-15 Thread Erick Dovale
vn.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 resourc

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 wo

Re: How to install sources

2006-02-07 Thread Erick Dovale
wrote: 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

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 tests

[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 common

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: springframeworkspring-orm toplinktoplink cheers, Tony Nelson wrote: Is it possible to tell m2 which transitive dependancies you are interested in? Specifically, I am using springframew

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 th

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

2005-11-02 Thread Erick Dovale
PROTECTED] -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

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

2005-11-02 Thread Erick Dovale
-8438 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..?

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. java.lang.StringIndexOutOfBoun

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

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

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: org.apache.maven.plugins maven-compiler-plugin 1.5 1.5

[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: 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 jus

[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] F

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??

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 proj

[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 To: Maven Users List References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> &l

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

2005-10-06 Thread Erick Dovale
is enough as to have all the dependencies from all the modules and the root project to be included in the lib folder but apparently it is not. Any hint at all?? Thanks Erick. Jason van Zyl wrote: On Wed, 2005-10-05 at 11:07 -0400, Erick Dovale wrote: Hi Brett, I finally got the assembly

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

2005-10-05 Thread Erick Dovale
readme.* jeeves-common/src/main/resources resources common.properties AlarmConfig.xml NewAlarmConfig.xml lib Brett Porter wrote: Tomorro

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

2005-10-03 Thread Erick Dovale
x it shortly. - Brett On 10/3/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 th

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.

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 t

[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 depen

Re: [M2] jar plugin and the jar manifest

2005-09-29 Thread Erick Dovale
. -Original Message- From: Erick Dovale [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 11:34 PM To: Maven Users List Subject: [M2] jar plugin and the jar manifest Hello there, I am generating my jars perfectly using maven-jar-plugin. I see it actually creates a minifest file and

[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 pl

Re: [M2] equivalent to false

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

Re: eclipse:eclipse does not generates proper folder for resources

2005-09-28 Thread Erick Dovale
Kenney Westerhof wrote: On Tue, 27 Sep 2005, Erick Dovale wrote: I use the plugin extensively and never had these sorts of problems. What is your pom.xml, directory structure, and how do you invoke eclipse:eclipse, and from what location? -- Kenney Hi there, When I call m2

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 r

[M2] equivalent to false

2005-09-27 Thread Erick Dovale
Hello there, is there an equivalento to false in M2 so that when I call m2 eclipse:eclipse these dependecies don;t get added to the .classpath file?? Thanks. edovale - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [M2] outdated xsd?

2005-08-24 Thread Erick Dovale
ot;;> Is this the right one?? Erick. Edwin Punzalan wrote: What version of m2 are you using? For beta, is deprecated and 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; it re

[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 sear

[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 unsu

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

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 c

RE: Resources not being found by test plugin

2005-07-02 Thread Erick Dovale
ssage- 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
arget/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 wro

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

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 w

RE: resource within jar is not being found

2005-06-16 Thread Erick Dovale
Erick Dovale edovale [EMAIL PROTECTED] NA junit junit 3.8.1 jar commons-logging commons-logging

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