Login  Register

Re: Java3d on the Maven Central Repository

Posted by Sven Gothel on May 12, 2023; 2:39pm
URL: https://forum.jogamp.org/Java3d-on-the-Maven-Central-Repository-tp4042372p4042598.html

First of all, I will not work on pushing things into the maven maven repo,
but in case anybody is willing to handle the non-jogamp maven repo for any project,
please feel free to do so.
Hence, the below is for our jogamp maven repo ...

Today, I use jogamp-scripting's maven scripts to inject gluegen, joal, jogl and jocl into our maven repo.
https://jogamp.org/cgit/jogamp-scripting.git/tree/maven

Perhaps we can create the same for java3d?

Then - again - I am not a maven expert.
If there is a much better way maintaining our own maven repo than these scripts,
go ahead - show me - and I will also give you ssh access rights and ability to publish on jogamp.

Julien showed one easy way to sort of push a local maven cache to our jogamp maven repo
with Ardor3D .. if that is satisfactory for you, its good with me.

I gave both folders write access and ownership to the java3d group,
which Phil and Julien belong to:
deployment/java3d
deployment/maven-java3d

Up to the java3d folks to chose a maven strategy (the jogamp-scripting thingy or anything else).
Please tell me if you need anything else or whether I shall do something.

Thank you.