in Maven - Coalescing Pipeline by (32.2k points)
What would the command mvn clean dependency:copy-dependencies package do?

1 Answer

0 votes
by (32.2k points)

This command will clean the project, copy the dependencies and package the project (executing all phases up to package).

Related questions

0 votes
asked Apr 7, 2021 in Maven - Coalescing Pipeline by SakshiSharma (32.2k points)
...