RE: Forcing site plugin version

2008-05-29 Thread Lalor, Brian
-Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 2:53 AM To: Maven Users List Subject: Re: Forcing site plugin version Hi, just add this to your pom: pluginManagement plugins plugin

RE: Resources and JUnit

2007-08-14 Thread Lalor, Brian
-Original Message- From: Ray Wenderlich [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 12:44 AM To: users@maven.apache.org Subject: Resources and JUnit Hi all, I am testing a class that is using a .properties file that I have placed in src\main\resources. I am

RE: TestCase and resources in src/main/webapp

2007-08-13 Thread Lalor, Brian
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, August 12, 2007 3:05 PM To: users@maven.apache.org Subject: TestCase and resources in src/main/webapp this doesn't work as src/main/webapp/ is not on the classpath. Is there a way to tell maven

RE: Julia Vilke/Moscow/Canon/FI is out of the office.

2007-08-02 Thread Lalor, Brian
We're really going to be stuck with these for another five months? :-( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 5:01 PM To: Maven Users List Subject: Julia Vilke/Moscow/Canon/FI is out of the office. I will be out of

RE: getting version number from subversion and adding to pom property

2007-07-31 Thread Lalor, Brian
-Original Message- From: Coarr, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 3:05 PM Is there any way that I can extract the version of my working copy from subversion (or the scm plug-in) and save this in a system property? I would like to take this and stick

configuring separate filter for testResources

2007-07-20 Thread Lalor, Brian
Good morning, all. I've been Googling for a while this morning and I'm not having any luck finding a solution to this problem... I'm trying to set up property filtering for resources under src/test/resources. I want the properties defined in src/test/filters/whatever.properties to only be

RE: Large number of dependencies

2007-07-20 Thread Lalor, Brian
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 9:20 AM To: users@maven.apache.org Subject: Large number of dependencies I'd like to bundle them into a sort of dependency group that would then take only one entry in my POMs.

RE: Large number of dependencies

2007-07-20 Thread Lalor, Brian
, packaging pom, and then depend on that pom in your real code project. It should bring all the dependencies along with it. Wayne On 7/20/07, Lalor, Brian [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday

RE: configuring separate filter for testResources

2007-07-20 Thread Lalor, Brian
-Original Message- From: Michael Meyer [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 10:43 AM To: Maven Users List Subject: Re: configuring separate filter for testResources Hi Brian, Do I understand you right that you want to define two property files. One for