GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
92 stars 19 forks source link

Configure the project to upload the loaders to maven central #18

Closed m4gr3d closed 1 year ago

m4gr3d commented 1 year ago

The stable releases can be found at https://s01.oss.sonatype.org/content/repositories/releases/org/godotengine/ The snapshot (in development) releases can be found at https://s01.oss.sonatype.org/content/repositories/snapshots/org/godotengine/

BastiaanOlij commented 1 year ago

@m4gr3d if you can walk me through setting up GodotVR as an org for Maven, it makes more sense to me to use the GodotVR repo then your personal account right?

m4gr3d commented 1 year ago

@m4gr3d if you can walk me through setting up GodotVR as an org for Maven, it makes more sense to me to use the GodotVR repo then your personal account right?

The PR itself doesn't specify the account to upload to. That's done by the local.properties file which is not pushed to git since it contains credentials information or env variables (which would be the way to go for CI setup).

The account setup process can be done following the instructions at https://getstream.io/blog/publishing-libraries-to-mavencentral-2021/ (I used the same post to set up my account).