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",