question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mirror https://romulus.oice.uni-erlangen.de/maven/repository on maven.imagej.net

See original GitHub issue

This would make the 3D_Animation_* artifacts by @bene51 available for other projects without the need of adding another repository to their configuration.

See https://github.com/bene51/3Dscript/issues/2#issuecomment-447306360.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ctruedencommented, Jun 13, 2020

I finally learned why the proxy wasn’t working: I never added it to the public group. 🤦 I have now done so. And it works! 🎉

: curtis@sirius ~/code/imagej/imagej (master*) »
mvn dependency:get -Dartifact=sc.fiji:3D_Animation:0.1
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< net.imagej:imagej >--------------------------
[INFO] Building ImageJ 2.0.0-rc-73-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.1.2:get (default-cli) @ imagej ---
[INFO] Resolving sc.fiji:3D_Animation:jar:0.1 with transitive dependencies
Downloading from scijava.public: https://maven.scijava.org/content/groups/public/sc/fiji/3D_Animation/0.1/3D_Animation-0.1.pom
Downloaded from scijava.public: https://maven.scijava.org/content/groups/public/sc/fiji/3D_Animation/0.1/3D_Animation-0.1.pom (3.3 kB at 547 B/s)
Downloading from scijava.public: https://maven.scijava.org/content/groups/public/sc/fiji/3D_Animation_Language/0.1/3D_Animation_Language-0.1.pom
Downloaded from scijava.public: https://maven.scijava.org/content/groups/public/sc/fiji/3D_Animation_Language/0.1/3D_Animation_Language-0.1.pom (3.1 kB at 792 B/s)
Downloading from scijava.public: https://maven.scijava.org/content/groups/public/sc/fiji/3D_Animation/0.1/3D_Animation-0.1.jar
Downloading from scijava.public: https://maven.scijava.org/content/groups/public/sc/fiji/3D_Animation_Language/0.1/3D_Animation_Language-0.1.jar
Downloaded from scijava.public: https://maven.scijava.org/content/groups/public/sc/fiji/3D_Animation_Language/0.1/3D_Animation_Language-0.1.jar (141 kB at 29 kB/s)
Downloaded from scijava.public: https://maven.scijava.org/content/groups/public/sc/fiji/3D_Animation/0.1/3D_Animation-0.1.jar (203 kB at 41 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.609 s
[INFO] Finished at: 2020-06-13T12:09:40-05:00
[INFO] ------------------------------------------------------------------------
1reaction
ctruedencommented, Apr 4, 2019

I added the mirror, but it is not immediately detecting the served artifacts. I’ll see if it’s up and running tomorrow.

Meanwhile, I have some concerns (mostly for @bene51):

  • The URL for that Maven repository appears to reflect a specific machine on a specific network. As such, I anticipate it will be vulnerable to name changes in the future. If it goes out of service, then maven.imagej.net will end up being the sole way to access those artifacts going forward. As such, why not just deploy to maven.imagej.net in the first place and dispense with running your own (unstable-looking) Maven repository?
  • The artifacts served there use groupId sc.fiji, but are not Fiji-related projects. Please use a different groupId reflecting your organization, rather than co-opting the Fiji one.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Maven - ImageJ Wiki
Repositories. Once your dependencies are declared, Maven will download them on demand from the Internet. However, for Maven to find the dependencies, it...
Read more >
Imagej.net maven repository disappeared? - Image.sc Forum
Everyone, I have updated our Nexus Maven repository, now at https://maven.scijava.org. The old maven.imagej.net has a blanket redirect there.
Read more >
[ImageJ-devel] Speeding up Maven downloads using the ImageJ ...
Hi Curtis, I got curious about the "remote proxy" feature of Nexus (which is used to serve ImageJ's Maven repository). For the benefit...
Read more >
imagej/imagej - Gitter
I.e. mvn -D imagej.app.directory=/path/to/my/imagej/. Josh Moore ... NB: Uncomment to use ImageJ public group as a global mirror. <mirrors> <mirror> ...
Read more >
Download - ImageJ - NIH
To install ImageJ on a computer with Java pre-installed, or to upgrade to the latest full distribution (including macros, plugins and LUTs), download...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found