Skip to content
Frank Mayer edited this page May 28, 2023 · 1 revision

Use the clean command to delete the output files of your project (for example .jar and .class files).

What will be executed?

Maven

mvn -f <project file> clean
Clone this wiki locally