InterviewSolution
Saved Bookmarks
| 1. |
How Can You Run The Clean Plugin Automatically During The Build? |
|
Answer» You can put the CLEAN plugin INSIDE the EXECUTION TAG in pom.xml FILE You can put the clean plugin inside the execution tag in pom.xml file |
|