mirror of https://github.com/apache/maven.git
the goal name was wrong
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162825 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18143611c0
commit
bba179f5aa
|
@ -63,7 +63,7 @@ public class InstallMojo
|
||||||
|
|
||||||
MavenCore mavenCore = ( MavenCore ) request.getParameter( "mavenCore" );
|
MavenCore mavenCore = ( MavenCore ) request.getParameter( "mavenCore" );
|
||||||
|
|
||||||
String goal = type + ":" + type;
|
String goal = type + ":install";
|
||||||
|
|
||||||
List goals = new ArrayList( 1 );
|
List goals = new ArrayList( 1 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue