Index: maven-commandline-plugin/src/test/testOptions.properties diff -u /dev/null maven-commandline-plugin/src/test/testOptions.properties:1.1 --- /dev/null Thu Nov 29 10:32:30 2007 +++ maven-commandline-plugin/src/test/testOptions.properties Thu Nov 29 10:32:25 2007 @@ -0,0 +1,16 @@ + +option0.definition=--option0|-0 {1,-1} +option0.description=description option0 + +option00.definition=--option00|-00 {0,-1} [constant|string:string|integer=integer|float:float|file:file] +option00.description=description option00 + +option1.definition=--option1|-1 {0,1} +option1.description=description option1 + +option2.definition=--option2|-2 {1,1} [constant|string:string|integer=integer|float:float|file:file] +option2.description=d\u00e9scription option2 + +option10.definition=--option10|-10 {5,-1} +option10.description=d\u00e9scription option10 +