Re: escaping single quote for Exec Maven Plugin `exc.args`

2023-10-15 Thread Alexander Kriegisch
Garret, while all of this is kind of intriguing on an academical level, it is much more than you asked in your original question: Now … what if I want to pass a single string "foo'bar" (note just one single quote in the string) as a single string to my `main()` method args array?

Re: [maven-doxia-sitetools] How to upgrade from old pre-version 2.0.0 model?

2023-10-15 Thread Michael Osipov
On 2023/10/15 17:50:15 Dave Wichers wrote: > Hello, > > I'm looking at this: > https://www.mail-archive.com/commits@maven.apache.org/msg114005.html > > And see the code change introducing this warning: > > +LOGGER.warn( > +"Site model of '" +

[maven-doxia-sitetools] How to upgrade from old pre-version 2.0.0 model?

2023-10-15 Thread Dave Wichers
Hello, I'm looking at this: https://www.mail-archive.com/commits@maven.apache.org/msg114005.html And see the code change introducing this warning: +LOGGER.warn( +"Site model of '" + project.getId() + "' for " ++

Re: Feedback sought

2023-10-15 Thread Daniel Widdis
Spotless is another great option. spotless/plugin-maven/README.md at main · diffplug/spotlessgithub.comSent from my iPhoneOn Oct 15, 2023, at 7:16 AM, Joseph Kesselman wrote:Hm. Doesn't handle language-semantic formatting (yet?), which in my experience is often a bigger deal than spaces vs tabs.

Re: Feedback sought

2023-10-15 Thread Joseph Kesselman
Hm. Doesn't handle language-semantic formatting (yet?), which in my experience is often a bigger deal than spaces vs tabs. Good start, though. -- /_ Joe Kesselman (he/him/his) -/ _) My Alexa skill for New Music/New Sounds fans: / https://www.amazon.com/dp/B09WJ3H657/ () Plaintext

Re: Feedback sought

2023-10-15 Thread Joseph Kesselman
Thanks for the pointer. -- /_ Joe Kesselman (he/him/his) -/ _) My Alexa skill for New Music/New Sounds fans: / https://www.amazon.com/dp/B09WJ3H657/ () Plaintext Ribbon Campaign /\ Stamp out HTML mail! From: Nils Breunese Sent: Sunday, October 15, 2023

Re: escaping single quote for Exec Maven Plugin `exc.args`

2023-10-15 Thread Garret Wilson
On 10/15/2023 9:24 AM, Garret Wilson wrote: On 10/15/2023 1:31 AM, Alexander Kriegisch wrote: … Let us settle on only using double quotes to enclose arguments containing spaces. Then, we do not need to escape single quotes and can use them literally. But we do need to escape nested double

Re: escaping single quote for Exec Maven Plugin `exc.args`

2023-10-15 Thread Garret Wilson
On 10/15/2023 1:31 AM, Alexander Kriegisch wrote: … Let us settle on only using double quotes to enclose arguments containing spaces. Then, we do not need to escape single quotes and can use them literally. But we do need to escape nested double quotes. Let's make sure we don't confuse

Re: Feedback sought

2023-10-15 Thread Nils Breunese
Joseph Kesselman wrote: > Re "IDE droppings"... My experience is that they can actually be useful in > expressing things like preferred code formatting style in > importable/executable form. (I'd rather have a standard cross-editor way if > representing that, but I don't know of one.) You