nexus3-export icon indicating copy to clipboard operation
nexus3-export copied to clipboard

Tool to export Nexus 3 repositories in a local directory

Results 6 nexus3-export issues
Sort by recently updated
recently updated
newest added

Thanks a lot for the tool, the extra logging helped me to troubleshoot some difficulties during migration from Nexus to Reposilite.

When visitor malformed or self-signed https nexus repo, IOException will be occurred, we can simply ignore the SSL certification error to bypass it .

I run the exporter with Java 11, and it works great ... for a while. It runs fine, downloading 73818 artifacts, and then seems to stop fetching lists of more...

Running this exporter yields some errors (so far I've only seen "file already exists"-related errors), but the only way to verify these is to pipe output to a file. And...

Bumps [guava](https://github.com/google/guava) from 28.2-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

Great Project!! Thanks for coming up with a tool for exporting. Found one issue, unless I'm missing anything. All artifacts are downloaded except the one which has space in the...