Google News
logo
Java Maven - Interview Questions
What does 'Maven Clean' imply?
* 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.
Advertisement