Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.1
-
Fix Version/s: 1.3
-
Labels:None
-
Number of attachments :
Description
For the ITs of the maven-release-plugin I needed a stub SCM provider. To make sure its artifact is available for all the IT projects, it needs to be installed into the local repo first. Since the build order of the selected projects is in general undefined, this requires to configure two plugin executions with appropriate includes/excludes. To avoid this hassle, their should be an easy way to have some projects be guaranteed to be run ahead of the other builds.
Added a new parameter setupIncludes in r686631 to declare projects that setup the build environment for the other builds.