0 votes
in Maven - Coalescing Pipeline by
In Maven, what is a snapshot?

1 Answer

0 votes
by

A snapshot is a specific version of a project that shows the most recent development copy of the project being worked on. Maven always checks out a SNAPSHOT of the project in the remote repository for each build.

As a result, anytime Maven discovers a newer SNAPSHOT of the project, it downloads and replaces the project's older .jar file in the local repository.

Related questions

0 votes
asked Apr 7, 2021 in Maven - Coalescing Pipeline by SakshiSharma
0 votes
asked Oct 29, 2021 in Maven - Coalescing Pipeline by DavidAnderson
...