Staged deployment of snapshot artifacts with Maven and Jenkins
问题 Problem Description We have several multi-module projects which are depending on each other. So something like this: messaging framework othercomponent They have separate source control repository, and lets say, that submodules inside messaging and othercomponent are using bundles from the submodules of framework . All of the projects are OSGI based multi-module maven projects. All of them have a server part, and a single sourced GUI part (Eclipse RAP+RCP). So this ends up in a three step