RE: Determining top-level parent pom directory

2007-09-19 Thread Tim Foster
Wayne or anyone elsesuggestions? Tim -Original Message- From: Tim Foster [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 4:18 PM To: Maven Users List Subject: RE: Determining top-level parent pom directory Okay. I'm trying to dynamically create a properties file, e.g

RE: Determining top-level parent pom directory

2007-09-19 Thread Tim Foster
] Sent: Wednesday, September 19, 2007 9:36 AM To: Maven Users List Subject: Re: Determining top-level parent pom directory On 9/18/07, Tim Foster [EMAIL PROTECTED] wrote: Okay. I'm trying to dynamically create a properties file, e.g., my.properties, into which I can define properties that can

Determining top-level parent pom directory

2007-09-18 Thread Tim Foster
In a multi-module pom hierarchy, what is the best way to determine/reference the top-level pom directory? Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Determining top-level parent pom directory

2007-09-18 Thread Tim Foster
:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 3:58 PM To: Maven Users List Subject: Re: Determining top-level parent pom directory Tell us more about what you're trying to do. Wayne On 9/18/07, Tim Foster [EMAIL PROTECTED] wrote: In a multi-module pom hierarchy, what is the best way

looking for users of AccuRev and/or QuickBuild

2007-06-25 Thread Tim Foster
I'm looking for any Maven users who use AccuRev for source control and/or QuickBuild for build management who would like to compare notes. Please reply directly to me. Tim mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail:

RE: Question regarding multi-modules setup

2007-06-18 Thread Tim Foster
Hi Julien, Regarding the site links not working, I found that the relative paths were not correct until I ran the site:stage goal as follows: mvn site:stage -DstagingDirectory=path_to_your_staging_area Then open the index.html at the top level of the staging area. I think the same thing can be

RE: trouble building a multi-module project with cross-module dependencies

2007-05-24 Thread Tim Foster
. It sounds like you are missing either a dependency or more likely a module/parent declaration in one of your poms, most likely the mod1 pom.xml file. Without seeing all the poms etc I can't be certain, but that's just what it sounds like. Wayne On 5/23/07, Tim Foster [EMAIL PROTECTED] wrote: I'm

trouble building a multi-module project with cross-module dependencies

2007-05-23 Thread Tim Foster
I'm having trouble building a multi-module project structured as below: top |-- pom.xml |-- mod1 ||-- pom.xml ||-- mod1A || |-- pom.xml || `-- src ||-- mod1B ||-- pom.xml |`-- src |-- mod2 | |-- pom.xml | `-- src `src...

RE: How to share a common checkstyle config across modules?

2007-05-18 Thread Tim Foster
Thanks, Gerald. This is exactly what I wanted and it worked just as you described. This mechanism will be useful for many other applications. Tim -Original Message- From: Nunn, Gerald [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 1:52 PM To: Maven Users List Subject: RE: How

How to share a common checkstyle config across modules?

2007-05-17 Thread Tim Foster
Newbie here. We have a checkstyle config file that we would like for all modules within the project hierarchy to use. Our plan was to store the config file in a 'buildtools' subdirectory at the top of the project hierarchy and reference it from the top-level pom.xml file as such: plugin