Re: the problem of maven3 in centos7

2019-11-13 Thread Arnaud Héritier
Hi Michael Such kind of question should be better handled on the Maven users list. As far as I can see you have a problem of (transitive) dependency which is using a system scope with an hardcoded path (/usr/lib/...) that you don't have on your system

Re: Proper way to build a Maven repository without Internet access

2019-11-13 Thread Henrik Ridder
JFrog has an air-gap how-to. Do a search for "using-artifactory-with-an-air-gap” That maybe can help you? Henrik > On 14 Nov 2019, at 00:01, Stephen Connolly > wrote: > > So I know that Sonatype have or had a feature in nexus that let you approve > what dependencies could be consumed by

Re: Proper way to build a Maven repository without Internet access

2019-11-13 Thread Sean Horan
I actually got it mostly working. . is the repository directory in the examples. There were only a handful of maven-metadata.xml files that were missing that it was looking for, so on a hunch I copied the maven-metadata-central.xml to maven-metadata.xml with this one liner for I in $(find .

Re: Proper way to build a Maven repository without Internet access

2019-11-13 Thread Stephen Connolly
So I know that Sonatype have or had a feature in nexus that let you approve what dependencies could be consumed by developers from its hosted Maven repo. If you used that you could then replicate the nexus storage back-end to the offline network via sneaker-net (or better a dmz that only has