How do I do an export of a repository with a maven scm provider?
I’d like to update an old a code which checkouts a tag in a repository. It’s very slow but it turns out there’s no need to do a real checkout but only to have a read-only snapshot.
I’d like to update an old a code which checkouts a tag in a repository. It’s very slow but it turns out there’s no need to do a real checkout but only to have a read-only snapshot.