Table of Contents
How Tos 🔗
Use this section when you already have Deder set up and want a focused recipe for a specific task. For first-time setup, see Tutorials. For full command and config details, see Reference.
- Adding dependencies
- Environment variables and JVM options
- Invoking Maven applications
- OTEL tracing/logging/metrics
- Plugins
How to clean output artifacts? 🔗
Clean all modules: deder clean
Clean a specific module: deder clean -m mymodule
Clean a specific task: deder clean -t compile
Both support wildcards: deder clean -m mod% -t compile%