I have a alot of jobs on Hudson, most of which are really small and consist of just a few modules. But one is big and consist of several modules.
When ever ...
I'm using Hudson for a huge java project. 2 teams are involved on the project, making breaking the build very sensible and reports of failing unit tests or build breaks must ...
I have one Multimodule maven projects which has nearly 20 modules. there is one common module which changes rarely and other 19 are independent of each other.
Issue is when I change ...
a question: I have three maven projects that should make up one war file. The three projects are:
simple-domain
simple-weather
simple-webapp
where simple is the parent pom. I've tried a multi module project under eclipse ...