mirror of
https://github.com/apache/maven.git
synced 2025-02-21 01:15:42 +00:00
PR: MNG-1372
Submitted by: Allan Ramirez update command to mvn git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
77a0c2d3b7
commit
cbc583333c
@ -75,7 +75,7 @@ private static String constructMessage( String message, String groupId, String a
|
||||
sb.append( LS );
|
||||
sb.append( "and install it using the command: " );
|
||||
sb.append( LS );
|
||||
sb.append( " m2 install:install-file -DgroupId=" );
|
||||
sb.append( " mvn install:install-file -DgroupId=" );
|
||||
sb.append( groupId );
|
||||
sb.append( " -DartifactId=" );
|
||||
sb.append( artifactId );
|
||||
@ -85,7 +85,7 @@ private static String constructMessage( String message, String groupId, String a
|
||||
sb.append( type );
|
||||
sb.append( " -Dfile=/path/to/file" );
|
||||
}
|
||||
|
||||
|
||||
sb.append( constructArtifactPath( path ) );
|
||||
sb.append( LS );
|
||||
return sb.toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user