Skip to content
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

Publish to Maven Central #12

Open
JackPGreen opened this issue May 4, 2021 · 3 comments
Open

Publish to Maven Central #12

JackPGreen opened this issue May 4, 2021 · 3 comments

Comments

@JackPGreen
Copy link

Hi,

Could this be published to Maven central? This is a newer version than the 1.0 currently published.

@xni06
Copy link
Owner

xni06 commented May 4, 2021

Hi Jack - I'm not in a position to do that, sorry. If someone would like to take over this repo and perform the necessary actions then I'd be more than happy.

@JackPGreen
Copy link
Author

JackPGreen commented Sep 22, 2021

I'm not able to take the project on, but for anyone who would like to access this using Maven, there's a simple solution using JitPack - it will build and host the artefact automatically.

The following references a specific commit (the latest at time of writing):

<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>
<dependencies>
	<dependency>
		<groupId>com.github.xni06</groupId>
		<artifactId>JCoord</artifactId>
		<version>24347197e2364650a6b1cf2cc46d064414edc22a</version>
	</dependency>
</dependencies>

@chadselph
Copy link

Note that the 1.0 that is currently published isn't even actually available. It was hosted at some "Akmasoft" repo and the domain seems to belong to a Chinese porn site now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants