I am getting started with Maven 2. I currently use a Groovy + AntBuilder build for my projects.

I create parallel projects.

/codearea
  /pack
  /strata
  /depot

Let's say the "depot" project depends on "strata" which depends on "pack". I can cd to depot and run...

./builder siblingTest

And it will compile and test all projects. It will use the local projects for testing rather than jars. The "depot" project will use the newly build class files from the "strata" project. To my mind this tests the integration before I check in.

Is there a similar way to have Maven 2 to test against local development instances of projects?

Thank you.

Alan

--
Alan Gutierrez | [EMAIL PROTECTED] | http://blogometer.com/ | 504 717 1428
Think New Orleans | http://thinknola.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to