I would like to build multiple versions of different projects with dependencies at the same time:
The multiproject plugin is something in that direction but I would like to be able to build the same project with different releases and different dependent project versions. I have tried to do that with themultiproject plugin and checked out my projects: /project1/version1 /project1/version2 /project1/version3 /dependencyproject1/version1 /dependencyproject1/version2 /dependencyproject1/version3 I have tried to build them with multiproject plugin, but the multiproject plugin does not look like it was designed to work this way, and does not look at the version of the project it builds. Is there another plugin that can do that? Thanks --zoly
