Is there a way to enable Maven debug mode (-X) in order to get debug info which is related only to concrete execution of a maven plugin?
Debug info for all maven steps are too huge to keep and analyze it.
You can set up logging on the command line using info given here:
Here's an example of setting logging level to info
for help
plugin only:
mvn help:evaluate -Dexpression=project.version -q -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.help=info
Hope this helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With