mirror of https://github.com/apache/maven.git
Reordered builds to allow maven-profile and -settings to have a fresh maven-project when the local repo is erased.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@190404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1fc7419f03
commit
64ac374aea
|
@ -35,9 +35,10 @@ import java.util.TreeMap;
|
|||
|
||||
public class MBoot
|
||||
{
|
||||
String[] builds = new String[]{"maven-model", "maven-settings", "maven-profile", "maven-monitor", "maven-plugin-api",
|
||||
String[] builds = new String[]{"maven-model", "maven-monitor", "maven-plugin-api",
|
||||
"maven-plugin-descriptor", "maven-artifact", "maven-script/maven-script-marmalade",
|
||||
"maven-script/maven-script-beanshell", "maven-project",
|
||||
"maven-settings", "maven-profile",
|
||||
"maven-reporting/maven-reporting-api", "maven-core", "maven-archiver",
|
||||
"maven-plugin-tools/maven-plugin-tools-api",
|
||||
"maven-plugin-tools/maven-plugin-tools-java",
|
||||
|
|
Loading…
Reference in New Issue