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
This commit is contained in:
Brett Leslie Porter 2005-05-04 14:06:56 +00:00
parent d3c02d1760
commit 4cc4b13a97
1 changed files with 2 additions and 2 deletions

View File

@ -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"};