Would it be possible to get snapshots to publish on maven central? Not asking for past snapshots, but any new ones?
The problem I am running into (that has existed prior to the move to maven central) is because the snapshots on jitpack use a different package name com.github.jMonkeyEngine.jmonkeyengine
than the normal jme packages org.jmonkeyengine
when I am using snapshots, any libraries I have still pull in the normal jme. This is due to when gradle resolved the package versions it sees them as two different packages. Then my application gets two jme libraries, the snapshot and whatever the newest version referenced by the libraries.
This causes classpath issues that are very troublesome to troubleshoot.
If we could put future snapshots to maven central, then they could have the same group ID as the rest of the jme packages and correctly resolve as a newer version.
Thoughts?
Thanks,
Trevor