I need to use TFS (now Azure DevOps) as the local repository manager for Maven artifacts in a corporate network where there is no access to internet.
Currently we use Nexus where we get the artifacts downloaded externally and then get into the network and upload them to Nexus manually. We want to get rid of Nexus and use TFS as the repository manager. The problem is I don't find an option in TFS to upload the artifacts. See the pic Maven Packages screen.
I just followed this and got the jar of my project published but what I want is to upload all the jars present in .m2/repository to TFS. Please help me with any documentation.