mirror of https://github.com/apache/maven.git
o Adding xpp3 to the inclusions into ${maven.home}/lib to hopefully satisfy the plexus-marmalade-factory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163407 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c31bc6b7ce
commit
ec28b6ed8f
|
@ -64,6 +64,7 @@ public class MBoot
|
|||
|
||||
String[] mojoSupportDeps = new String[] {
|
||||
"marmalade/jars/marmalade-core-1.0-alpha2-SNAPSHOT.jar",
|
||||
"xpp3/jars/xpp3-1.1.3.3.jar",
|
||||
"plexus/jars/plexus-marmalade-factory-1.0-alpha-2-SNAPSHOT.jar",
|
||||
"maven/jars/maven-script-marmalade-2.0-SNAPSHOT.jar", };
|
||||
|
||||
|
|
Loading…
Reference in New Issue