Thursday August 21, 2003
Maven and Automation of Build/Test/Deploy process I've convinced the folks at my new project to use Maven for organizing, building and testing our projects. It's my recommendation because they have many (5+) webapps that all have the same dependencies. Maven was the obvious choice to eliminate duplication and standardize directory structures, etc. So my question is - how do I automate our build/test/deploy process? I currently use Anthill with Ant, and wish I could use it with Maven. Last time I checked, I couldn't. I've heard I could use CruiseControl. If that's true (and recommended over Anthill) - anyone got a HowTo? Posted in Java at Aug 21 2003, 02:33:18 PM MDT 5 Comments
Search This Site
Recent Entries
- What's Next
- Jack's Mohawk
- LinkedIn Cuts 10% (a.k.a. The Journey is Over)
- Happy Birthday Abbie!
- Moving from Spring's XML to Annotations in AppFuse
- Free Maven Training in New Orleans on Election Day
- AppFuse Light ยป AppFuse, Maven Archetypes and Shared Web Assets
- Great Weekend in Montana
- Colorado Software Summit 2008 Wrapup
- RESTful Web Applications with Subbu Allamaraju
Posted by Lee on August 21, 2003 at 04:55 PM MDT #
Posted by Mike Cannon-Brookes on August 21, 2003 at 06:40 PM MDT #
Posted by Brett Porter on August 21, 2003 at 09:46 PM MDT #
Download Maven CruiseControl plugin
:)To install: <code>maven plugin:install</code>
Posted by Brett Porter on August 21, 2003 at 09:48 PM MDT #
Posted by Vincent Massol on August 22, 2003 at 03:42 AM MDT #