Login
Remember
Register
Ask a Question
What does ‘Maven Clean’ imply?
0
votes
asked
Aug 20, 2023
in
Maven - Coalescing Pipeline
by
GeorgeBell
What does ‘Maven Clean’ imply?
maven-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 20, 2023
by
GeorgeBell
Maven clean is a plugin as the name suggests, that approaches to clean the files and directories generated by Maven at the time of its build.
The plugin removes the target folder that contains all the class files, docs, JAR files.
...