[M2] Best way to add a new source type

2006-04-25 Thread Fisher, Michael (IT)
Hello, What is the recommended way to add a new source type to an existing Maven2 project? If, for example, I have a project which already has "src/main" and "src/test", I would like to create a third type of source code structure for acceptance tests (FitNesse, etc) and have it be called somethi

RE: [M2] Best way to add a new source type

2006-04-25 Thread Fisher, Michael (IT)
splay/MAVEN/best+practices+-+testing+strategies On 4/25/06, Fisher, Michael (IT) <[EMAIL PROTECTED]> wrote: > Hello, > > What is the recommended way to add a new source type to an existing > Maven2 project? If, for example, I have a project which already has > "src/main&q

[M2] New surefire release breaks ${version}??

2006-05-15 Thread Fisher, Michael (IT)
Hello, It looks like the new surefire release (2.2) has broken the externalization of the pom.xml element. Can anybody else confirm? We are getting the following errors: required artifacts missing: org.apache.maven.surefire:surefire-api:jar:8.9.2 for the artifact: dummy:dummy:jar:1.0 from

RE: [M2] New surefire release breaks ${version}??

2006-05-15 Thread Fisher, Michael (IT)
We changed this to ${module_version} and it seems to work. What would have happened to break this? Thanks, Mike -Original Message- From: Fisher, Michael (IT) Sent: Monday, May 15, 2006 11:59 AM To: 'Maven Users List' Subject: [M2] New surefire release breaks ${version}??

Plugin versions and JDK

2006-05-22 Thread Fisher, Michael (IT)
Hello, Quick question regarding JDK versions and running Maven2 plugins... Maven requires a JAVA_HOME system property to be set in order to run, when I set this to point to a 1.4.2_06 JDK, I get an UnsupportedClassVersion exception when I get to the surefire test cycle (Using version 2.0 of Suref

RE: Plugin versions and JDK

2006-05-22 Thread Fisher, Michael (IT)
y, May 22, 2006 12:35 PM To: Maven Users List Subject: RE: Plugin versions and JDK Mike, can you please point us to the exact binaries that you are having problems with? -Original Message- From: Fisher, Michael (IT) [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 11:23 AM To: '

RE: Plugin versions and JDK

2006-05-22 Thread Fisher, Michael (IT)
with JDK 1.4. Is your surefire-booter-2.0.jar 22708 bytes in size? If not, you are using an invalid copy and you might want to resync with central. -Original Message- From: Fisher, Michael (IT) [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 11:50 AM To: 'Maven Users List&#x

Parameterized Versioning

2006-05-22 Thread Fisher, Michael (IT)
Hello, Just a quick question regarding parameterized pom.xml versioning: I would like to keep the version numbers out of the pom.xml file completely (for various reasons...different discussion). Currently I'm using the following syntax: ${module_version} And running Maven with: mvn -Dmodule_v

RE: Adding hibernate generated resources to JAR?

2006-06-20 Thread Fisher, Michael \(IT\)
Resources should end up in /target/classes...are you configuring it otherwise? -Original Message- From: Sean McNamara [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 12:54 PM To: users@maven.apache.org Subject: Adding hibernate generated resources to JAR? Can someone point me in