mirror of https://github.com/apache/maven.git
skip unknown arguments
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eb6fed83ca
commit
3f2e891c1b
|
@ -753,6 +753,10 @@ public class Verifier
|
|||
|
||||
settingsFile = args[i];
|
||||
}
|
||||
else if ( args[i].startsWith( "-" ) )
|
||||
{
|
||||
System.out.println( "skipping unrecognised argument: " + args[i] );
|
||||
}
|
||||
else
|
||||
{
|
||||
argsList.add( args[i] );
|
||||
|
|
Loading…
Reference in New Issue