mirror of https://github.com/apache/maven.git
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:
parent
70a13f3f56
commit
0ad47b7cd1
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue