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
- Wine Tasting in Napa Valley
- How to build a Shot-Ski
- Bus Project Update
- Farewell to the 2011-2012 Ski Season
- Cruising around the Western Caribbean
- Spring Break!
- A Spectacular Trip to Stockholm and Madrid
- Comparing Web Frameworks and HTML5 with Play Scala at Jfokus 2012
- Play Framework 2.0 with Peter Hilton at Jfokus
- Secure JSON Services with Play Scala and SecureSocial
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 #