-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven support #7
Comments
why not available in any repo like maven central or jcenter ?? If possible please add there. |
I'll add it as soon as possible guys, promised :) |
In order to create maven support you need to create an account here https://issues.sonatype.org/secure/Dashboard.jspa and submit a new ticket with your request. You need to describe what Universal Tween Engine is about and give some extra information. After a few hours you get approval and access to the Snapshot and Release repository. In TravisCI for instance you can then setup a build job to auto-release to the Sonatype repo. Take a look at one of my projects for an example pom setup. Unfortunately, in order to release to the Maven repository you need to sign all your code with a GPG signature (setting this up was pain in the ass) but once it's setup everything works flawless. |
I hate to confuse everything, and would love the original project to be published out so I hope this happens. For others that don't need the sources jar yet (say for GWT projects), this fork has been published up to a maven repo on jitpack: https://github.com/Arcnor/universal-tween-engine As @MyRealityCoding described, there's a bunch of setup to publishing but I had success with a library of mine by working off of the Ashley ECS project: https://github.com/libgdx/ashley and looking at their publish.xml file |
Thank you @Barryrowe! Previously I copy-pasted all the tween engine code into my most recent project (to be compatible with |
Please add maven support
The text was updated successfully, but these errors were encountered: