Login
Remember
Register
Ask a Question
How to run the clean plugin automatically during the build?
+1
vote
asked
Oct 25, 2021
in
Maven - Coalescing Pipeline
by
Robin
How to run the clean plugin automatically during the build?
clean-plugin
maven-clean
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 25, 2021
by
Robin
For this, you just need to place the clean plugin inside the execution tag in pom.xml file.
...