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 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, all I need to know, for now, is that there are not errors
> and what the compilation output is.
>
> What can I do to make Maven display less data about what it does under
> the hood?
>
> Thanks in advance!
>
> --
> */ArbolOne.ca/* Using Fire Fox and Thunderbird. ArbolOne is composed of
> students and volunteers dedicated to providing free services to
> charitable organizations. ArbolOne on Java Development is in progress [ í ]


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 project it’s
nothing maven parent project has control over
in all cases.

And finally warnings should be actually
addressed. 

Gruß
Bernd

Arbol One wrote on 3. May 2024 12:32 (GMT +02:00):

> 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, all I need to know, for now, is that there are not errors 
> and what the compilation output is.
> 
> What can I do to make Maven display less data about what it does under 
> the hood?
> 
> Thanks in advance!
> 
> -- 
> */ArbolOne.ca/* Using Fire Fox and Thunderbird. ArbolOne is composed of 
> students and volunteers dedicated to providing free services to 
> charitable organizations. ArbolOne on Java Development is in progress [ í
> ]


Gruß
Bernd
— 
https://bernd.eckenfels.net

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



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.defaultLogLevel` property to change which messages get 
logged based on their log level. Set it to `error` to only see messages with 
level `error` or higher.

Nils.

> Op 3 mei 2024 om 12:32 heeft Arbol One  het volgende 
> geschreven:
> 
> 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, 
> all I need to know, for now, is that there are not errors and what the 
> compilation output is.
> 
> What can I do to make Maven display less data about what it does under the 
> hood?
> 
> Thanks in advance!
> 
> --
> */ArbolOne.ca/* Using Fire Fox and Thunderbird. ArbolOne is composed of 
> students and volunteers dedicated to providing free services to charitable 
> organizations. ArbolOne on Java Development is in progress [ í ]


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, all I need to know, for now, is that there are not errors 
and what the compilation output is.


What can I do to make Maven display less data about what it does under 
the hood?


Thanks in advance!

--
*/ArbolOne.ca/* Using Fire Fox and Thunderbird. ArbolOne is composed of 
students and volunteers dedicated to providing free services to 
charitable organizations. ArbolOne on Java Development is in progress [ í ]