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:
Brett Leslie Porter 2005-07-26 05:13:27 +00:00
parent 4b1038de53
commit 96dfb0ba8f
1 changed files with 12 additions and 12 deletions

View File

@ -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" );