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
- Secure JSON Services with Play Scala and SecureSocial
- My What's New in Spring 3.1 Presentation
- Twitter's Open Source Summit: Bootstrap 2.0 Edition
- Refreshing AppFuse's UI with Twitter Bootstrap
- 2011 - A Year in Review
- Upgrading AppFuse to Spring Security 3.1 and Spring 3.1
- What have I been working on at Taleo?
- Our Engaging Trip to Paris and Antwerp
- My HTML5 with Play Scala, CoffeeScript and Jade Presentation from Devoxx 2011
- Deploying Java and Play Framework Apps to the Cloud with James Ward
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 #