mirror of https://github.com/apache/maven.git
o maven-repository-metadata has to be built before maven-artifact-manager.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@267216 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43136f534f
commit
ba64a79e28
|
@ -38,8 +38,8 @@ import java.util.TreeMap;
|
|||
public class MBoot
|
||||
{
|
||||
String[] builds = new String[]{"maven-model", "maven-settings", "maven-monitor", "maven-plugin-api",
|
||||
"maven-artifact", "maven-plugin-descriptor", "maven-artifact-manager", "maven-artifact-test",
|
||||
"maven-repository-metadata", "maven-script/maven-script-beanshell", "maven-script/maven-script-marmalade",
|
||||
"maven-artifact", "maven-plugin-descriptor", "maven-repository-metadata", "maven-artifact-manager",
|
||||
"maven-artifact-test", "maven-script/maven-script-beanshell", "maven-script/maven-script-marmalade",
|
||||
"maven-profile", "maven-project", "maven-plugin-registry", "maven-reporting/maven-reporting-api",
|
||||
"maven-reporting/maven-reporting-impl", "maven-core", "maven-archiver",
|
||||
"maven-plugin-tools/maven-plugin-tools-api", "maven-plugin-tools/maven-plugin-tools-java",
|
||||
|
|
Loading…
Reference in New Issue