Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do we purge/clean the Maven repositories?

Adam Pryce June 1, 2016

This question is in reference to Atlassian Documentation: Configuring repository isolation for Maven executables

We would like to purge the maven repositories after each build. Even when we have separate repos per agent we still find that we can get mixed up SNAPSHOTS. We would like every build to reload the snapshots from our Nexus server.

1 answer

1 accepted

6 votes
Answer accepted
Sergey Podobry _Stellarity Software_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 2, 2016

Hi there,

You can add -U to the Maven command line to force updating snapshots. If you use Maven build task add -U to the goal parameter:

clean install -U

To completely clean the local cache you can use the following goal:

dependency:purge-local-repository clean install

Cheers!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events