On 1 May 2012 17:36, Laird Nelson <[email protected]> wrote: > On Tue, May 1, 2012 at 12:31 PM, Stephen Connolly < > [email protected]> wrote: > > > you'd need to escape it with \ or quote the entire -D.... > > > > Yes, I am running on MacOS. Sorry; didn't indicate that I had done that > (single-quoted the string). Here was the totality of my command line, in > case there are other interactions involved: > > mvn clean install -fae -Pminlog -Dtest='TestCaseFoo#testBar' >
there is your #fail mvn clean install -fae -Pminlog '-Dtest=TestCaseFoo#testBar' > > (minlog is a profile that I defined that sets a few properties, nothing > else). > > Thanks for your prompt and professional response. > > Best, > Laird > > -- > http://about.me/lairdnelson >
