From 64ac374aea8e4c8ebe105e514b195c7b39aac390 Mon Sep 17 00:00:00 2001 From: John Dennis Casey Date: Mon, 13 Jun 2005 14:00:01 +0000 Subject: [PATCH] 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 --- maven-mboot2/src/main/java/MBoot.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maven-mboot2/src/main/java/MBoot.java b/maven-mboot2/src/main/java/MBoot.java index 7755e184d5..098a27cf91 100644 --- a/maven-mboot2/src/main/java/MBoot.java +++ b/maven-mboot2/src/main/java/MBoot.java @@ -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",