Loging api in JSR-330 component

2021-01-17 Thread Slawomir Jaranowski
Hi, We can use the JSR-330 component for developing maven plugins - https://maven.apache.org/maven-jsr330.html There is not clear how to access logging api from JSR-330 component. As I found out last time, maven plugins should not directly use slf4j-api, so what is recommended in this case. --

Logging api in plugins

2021-01-17 Thread Slawomir Jaranowski
Hi, For developers logging api in plugin will can be misunderstood, we don't have information that https://maven.apache.org/maven-logging.html is only for maven core. I think we should put information that plugins should only use org.apache.maven.plugin.logging.Log and why, maybe at page:

Re: releasing maven-artifact-plugin

2021-01-17 Thread Hervé BOUTEMY
platform dependent newline is a feature, to respect user platform I see your preference and agree to disagree: it's definitely a no for me on this Le dimanche 17 janvier 2021, 18:41:33 CET Elliotte Rusty Harold a écrit : > On Sun, Jan 17, 2021 at 3:41 PM Hervé BOUTEMY wrote: > > there is a

Re: releasing maven-artifact-plugin

2021-01-17 Thread Elliotte Rusty Harold
On Sun, Jan 17, 2021 at 3:41 PM Hervé BOUTEMY wrote: > > there is a checkError() method we should probably check before closing, that > seems a good idea > Remembering (and forgetting) to call an error checking method at the right time is the unreliable anti-pattern IOException was created to

Re: releasing maven-artifact-plugin

2021-01-17 Thread Hervé BOUTEMY
there is a checkError() method we should probably check before closing, that seems a good idea Le samedi 16 janvier 2021, 20:49:53 CET Elliotte Rusty Harold a écrit : > On Sat, Jan 16, 2021 at 8:31 AM Hervé BOUTEMY wrote: > > I see this objection more and more lately. > > I don't really