Hi I deployed a Nexus Repository Manager OSS 3.3.1-01 in local area network which can not connect the center maven repository.
So I also deployed a Nexus on the Internet.
I use a POM file which include all the jar I needed to download all dependencies on the Internet.
Then copy the "sonatype-work" directory to local area network via DVD.
At last I overwrite the original "sonatype-work" directory.
BUT,I think this is not a good solution.Beacuse Even if I just need update a very small jar,I need overwrite all "sonatype-work" directory.
SO,How to update repository Incremental in Nexus3 without the Internet?