Re: Maven vs. Hudson

2009-03-18 Thread Anders Kristian Andersen

Yes good question

You use maven to define your projects for building your jar, war and ear

You use hudson to run these projects in an automated way.

/Anders


On 18/03/2009, at 11.50, Łukasz Warchoł wrote:


Hello,
Can anybody tell me what are de differences between Maven and Hudson?
Thanks in advance,
Luke



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven vs. Hudson

2009-03-18 Thread Bob Aiello
The comparison would be better if you said Hudson vs CruseControl or Maven vs 
Ant
--Original Message--
From: Łukasz Warchoł
To: users@maven.apache.org
ReplyTo: Maven Users List
Sent: Mar 18, 2009 6:50 AM
Subject: Maven vs. Hudson

Hello,
Can anybody tell me what are de differences between Maven and Hudson?
Thanks in advance,
Luke



bob.aie...@ieee.org - http://www.linkedin.com/in/BobAiello - 
Sent via BlackBerry

Re: Maven vs. Hudson

2009-03-18 Thread Mick Knutson
Maven is a project centric build tool

Hudson is an build automation server. Which can automate the the running of
Ant or Maven or Scripts.

---
Thank You...

Mick Knutson, President

BASE Logic, Inc.
Enterprise Architecture, Design, Mentoring & Agile Consulting
p. (866) BLiNC-411: (254-6241-1)
f. (415) 685-4233

Website: http://baselogic.com
Linked IN: http://linkedin.com/in/mickknutson
Twitter: http://twitter.com/mickknutson
Vacation Rental: http://tahoe.baselogic.com
---



2009/3/18 Łukasz Warchoł 

> Hello,
> Can anybody tell me what are de differences between Maven and Hudson?
> Thanks in advance,
> Luke
>


Re: Maven vs. Hudson

2009-03-18 Thread Eric Cornely
Hudson planify and run any maven goal and give you the status of your 
project.


I installed hudson and configured it to checkout my project from svn and 
run "mvn clean package" every night.


If anybody break a test or introduce any error, hudson send an email to 
our mailing list and i also can see reports made by hudson about the 
time it takes to build the project and so on...


It's http://en.wikipedia.org/wiki/Continuous_integration

� wrote:

Hello,
Can anybody tell me what are de differences between Maven and Hudson?
Thanks in advance,
Luke



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven vs. Hudson

2009-03-18 Thread Łukasz Warchoł

Hello,
Can anybody tell me what are de differences between Maven and Hudson?
Thanks in advance,
Luke