From 4cc4b13a97bdabccd89aa8e2f8e918dbe891279e Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Wed, 4 May 2005 14:06:56 +0000 Subject: [PATCH] exclude reporting manager for now - should probably be removed git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@168130 13f79535-47bb-0310-9956-ffa450edef68 --- maven-mboot2/src/main/java/MBoot.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-mboot2/src/main/java/MBoot.java b/maven-mboot2/src/main/java/MBoot.java index 76384b5d9a..324ad8fa80 100644 --- a/maven-mboot2/src/main/java/MBoot.java +++ b/maven-mboot2/src/main/java/MBoot.java @@ -37,8 +37,8 @@ public class MBoot { String[] builds = new String[]{"maven-model", "maven-settings", "maven-monitor", "maven-plugin-api", "maven-plugin-descriptor", "maven-artifact", "maven-script/maven-script-marmalade", - "maven-project", "maven-core", "maven-archiver", "maven-reporting/maven-reporting-api", - "maven-reporting/maven-reporting-manager", "maven-plugin-tools/maven-plugin-tools-api", + "maven-project", "maven-core", "maven-archiver", + "maven-reporting/maven-reporting-api", "maven-plugin-tools/maven-plugin-tools-api", "maven-plugin-tools/maven-plugin-tools-java", "maven-plugin-tools/maven-plugin-tools-pluggy", "maven-plugin-tools/maven-plugin-tools-marmalade", "maven-core-it-verifier"};