Hi all,

I just manged to get my first multiproject build running (2 Jars, 3
Wars => 1 Ear). I used milestone-4 and everything works well. I wonder
if someone of you already integrated this kind of setup with
Jenkins/Hudson.
What I do not have at the moment is a artefact repository. So I have
to reference the projects on their own within Jenkins/Hudson.
The code is hosted in different git-repositories. Does anyone have
experience with this kind of setup?

The main question is: What structure to checkout in jenkins to build
the multi-project build.

Project Setup at the moment:

ear // Superproject (build.gradle, settings.gradle)
 - Jar 1 (build.gradle)
 - Jar 2 (build.gradle)
 - war 1 (build.gradle)
 - war 2 (build.gradle)
 - war 3 (build.gradle)

the War's depend on the Jar's and Jar 2 depends on Jar 1.

Problems I see:
- Git Submodules are always related to a specific commit ID and needs
a lot of maintenance.
- The Super-Project needs to be a top-directory of sub-projects?
(Jenkins Directory Structure)
- How to reference the Projects within Jenkins, and without having an
artefact repository in place.


Kind regards

Ansgar

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to