mirror of https://github.com/apache/maven.git
o improve message when required parameter is null
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163175 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4072630050
commit
a699b769da
|
@ -145,8 +145,8 @@ public class GoalAttainmentPhase
|
|||
{
|
||||
StringBuffer message = new StringBuffer();
|
||||
|
||||
message.append( "The " + parameter.getName() ).
|
||||
append( " is required for the execution of the " ).
|
||||
message.append( "The '" + parameter.getName() ).
|
||||
append( "' parameter is required for the execution of the " ).
|
||||
append( mojo.getId() ).
|
||||
append( " mojo and cannot be null." );
|
||||
|
||||
|
|
Loading…
Reference in New Issue