+1 vote
in Maven - Coalescing Pipeline by
How to perform a force update in Maven?

1 Answer

0 votes
by

A forced update in Maven can be done with the following commands:

mvn clean install –U

-U is used for forcing a Maven update. However, the dependencies that are release based cannot be performed in this manner.

Related questions

0 votes
asked Sep 1, 2023 in Maven - Coalescing Pipeline by JackTerrance
0 votes
asked Aug 19, 2023 in Maven - Coalescing Pipeline by GeorgeBell
...