mirror of https://github.com/apache/maven.git
lines may have spaces - use setLine instead of setValue
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b1038de53
commit
96dfb0ba8f
|
@ -502,7 +502,7 @@ public class Verifier
|
|||
for ( Iterator it = cliOptions.iterator(); it.hasNext(); )
|
||||
{
|
||||
String key = (String) it.next();
|
||||
cli.createArgument().setValue(key);
|
||||
cli.createArgument().setLine( key );
|
||||
}
|
||||
|
||||
cli.createArgument().setValue( "-e" );
|
||||
|
|
Loading…
Reference in New Issue