Re: Multiple Project Builds

2006-03-25 Thread Steven Coco
Hi. I have done multi-module POMs without any problem (Maven 2). The main POM excerpt you posted looks to be fine. In the child POMs, be sure they refer to the parent: ... ... ... And be sure any dependency between one module and another is properly declared. Then if you are s

Re: Next Problem: javax.transaction:jta

2006-03-25 Thread Paul Li
Hi Peter, Yes there is a whole list of javax jars from sun that Maven is not allowed to include on ibiblo due to licensing restrictions from sun. So yes you need the pom downloaded from ibiblo, and you need to download those jars mannually from sun site (dont forget to click on 'I agree') ;-) The

Re: Multiple Project Builds

2006-03-25 Thread Paul Li
thanks Dan, I assume that build-helper is what we need here :-) I will try to set it up and reply to how i went as well. cheers, pauli On 3/26/06, TJ Greenier <[EMAIL PROTECTED]> wrote: > Dan, > > Thank you for the links. I think those example will help me out. I plan to > work on that later

Re: Looking for a better way to copy properties files from an external module?

2006-03-25 Thread Paul Li
hi, I am not sure if I undtand you correctly, so please excuse me if i gave you the wrong approach here... maybe you could add an ant task in your web pom.xml that copies these files to the web's resources directory. And remove the resources stuff from below. Then when you run mvn eclipse:eclips

RE: newbie question: timestamp on target build file

2006-03-25 Thread Andreas Guther
In Maven 1 is a jar:snapshot goals or something similar that builds a jar with a timestamp number similar to what you had in your email. Andreas -Original Message- From: Hong wu [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 2:08 PM To: users@maven.apache.org Subject: newbie qu

RE: Making goals viewable in Outline of Eclipse IDE

2006-03-25 Thread Andreas Guther
Using the maven.xml file in Maven 1 always allowed me to see *all* goals in Eclipse using the MevenIde. It might be that the maven.xml file you are using is not correct. As far as I remember, it also worked with an "empty" maven.xml file, i.e. one that did not define any goals (but it needed the

RE: Clover Plugin

2006-03-25 Thread Andreas Guther
I think it would be better to have the location defined in the user's settings.xml file. That would allow having a build machine with its own license file etc. The absolute path is seldom a sufficient solution. Andreas -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sen

Re: Multiple Project Builds

2006-03-25 Thread TJ Greenier
Dan, Thank you for the links. I think those example will help me out. I plan to work on that later today or tomorrow. If I get this working I will reply with how I set it up. Thanks, TJ On 3/24/06, dan tran <[EMAIL PROTECTED]> wrote: > > did you take a look at the project source for http://mo

mark dependencies as eclipse project

2006-03-25 Thread Duncan Krebs
Hi, In maven 1 I remember there was a property you could include in a dependency in the pom that would tell the eclipse plugin to include the dependent artifact as an eclipse project. It was something like true. I'm now in the maven 2 environment and was wondering if there is a way to

RE: install:install-file

2006-03-25 Thread Lars Mogren
Hi, I am using Maven 2. -Original Message- From: Patrick Kimber [mailto:[EMAIL PROTECTED] Sent: den 24 mars 2006 16:41 To: Maven Users List Subject: Re: install:install-file Are you using Maven 1 or 2? On 24/03/06, Lars Mogren <[EMAIL PROTECTED]> wrote: > Hi, > Maybe this is a newbee qu

RE: Clover Plugin

2006-03-25 Thread Vincent Massol
Hi Aaron, I'm fixing the doc on this. You need to specify a licenseFile element. Here's what I'm adding to the doc: " Specifying a custom license file The Clover plugin provides a default evaulation license. However if your project is a commercial project you need to purchase your own licens

RE: Clover Plugin

2006-03-25 Thread Vincent Massol
> -Original Message- > From: Aaron Freeman [mailto:[EMAIL PROTECTED] > Sent: vendredi 24 mars 2006 21:34 > To: Maven Users List > Subject: Re: Clover Plugin > > That worked. I guess I was putting the license in the wrong place. > However, if you do it this way then you would have to put

Re: Next Problem: javax.transaction:jta

2006-03-25 Thread Stephen Duncan
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html -Stephen On 3/25/06, Peter L. Berghold <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > This seems to exist on the repositories only as a POM.. > > I think remember reading on this list that is

Re: IDEA plugin module dependencies

2006-03-25 Thread Geoffrey De Smet
The latest snapshot actually does that :) and a lot more. The latest release is very bad compared to the latest snapshot. I hope they release the new snapshot soon (after resources should be configured as source issue is fixed though). With kind regards, Geoffrey De Smet Gareth Western wrote