Netbeans/Maven/Lombok & JavaDoc

2024-05-03 Thread Arbol One
After setting up Lombok in Netbeans 21 Maven project, I noticed that JavaDoc does not produce  a full description of the Lombok tags. For instance for: *protected @Getter @Setter @NonNull String message;* JavaDoc only recognizes the @NonNull tag, omitting the other tags, i.e. : |protected @Non

Re: Less info please.

2024-05-03 Thread Tomo Suzuki
“-ntp” (no transfer progress) is my favorite command line option. Regards, Tomo On Fri, May 3, 2024 at 06:32 Arbol One wrote: > Debian 12 > NetBeans 21 > Apache Maven 3.8.7 > > Hello. > > The Ant tool produces very little information regarding its work. On the > other hand, Maven displays lots

Re: Less info please.

2024-05-03 Thread Bernd Eckenfels
I am afraid there is no good concept to get only relevant output (it’s not trivial) but you can use maven daemon I feel it compresses the output better for interactive consumption. In addition to that some plugins might be especially bad (for your use case) - I would communicate that to the plugin

Re: Maven && NetBeans && outputWindow && colours

2024-05-03 Thread Nils Breunese
Maven colors logging output by default when possible (`--color=auto`, see https://maven.apache.org/ref/3.8.7/maven-embedder/cli.html), so Maven code (including plugins) should log errors via the logging API used by Maven (SLF4J, see https://maven.apache.org/maven-logging.html) instead of `System

Re: Less info please.

2024-05-03 Thread Nils Breunese
See https://maven.apache.org/maven-logging.html for information on how to configure Maven logging. You can either configure this globally or for a specific project or Maven invocation. When using the default SLF4J Simple logging implementation, you can override the `org.slf4j.simpleLogger.defau

Less info please.

2024-05-03 Thread Arbol One
Debian 12 NetBeans 21 Apache Maven 3.8.7 Hello. The Ant tool produces very little information regarding its work. On the other hand, Maven displays lots and lots of output telling me what's happening under the hood. I am not interested in so much data about what Maven does in the background,

Maven && NetBeans && outputWindow && colours

2024-05-03 Thread Arbol One
Debian 12 NetBeans 21 Apache Maven 3.8.7 Hello. When using the Ant tool System.err.println() displays data in red, however, when using Maven, the same expression does not produce a coloured output. I'd very much like the ..err.. output be in red colour. So, what can I do to make Maven display

[ANN] Apache Maven Script Interpreter version 1.6 Released

2024-05-03 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Script Interpreter version 1.6 This component provides some utilities to interpret/execute some scripts for various implementations: Groovy or BeanShell. https://maven.apache.org/shared/maven-script-interpreter/ You sho