Add core-it plugin in bootstrap

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-06-23 16:11:07 +00:00
parent 70a13f3f56
commit 0ad47b7cd1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class MBoot
String[] pluginBuilds = new String[]{"maven-plugins/maven-clean-plugin", "maven-plugins/maven-compiler-plugin",
"maven-plugins/maven-install-plugin", "maven-plugins/maven-jar-plugin", "maven-plugins/maven-plugin-plugin",
"maven-plugins/maven-resources-plugin", "maven-plugins/maven-surefire-plugin"};
"maven-plugins/maven-resources-plugin", "maven-plugins/maven-surefire-plugin", "maven-core-it-plugin"};
private static final Map MODELLO_TARGET_VERSIONS;