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

Deploy to maven central #17

Open
mojo2012 opened this issue Jul 30, 2019 · 4 comments
Open

Deploy to maven central #17

mojo2012 opened this issue Jul 30, 2019 · 4 comments
Labels

Comments

@mojo2012
Copy link
Collaborator

We should deploy the lib to maven-central. I have an account and can setup a proper build toolchain, if you want

@mojo2012 mojo2012 assigned mojo2012 and shannah and unassigned mojo2012 and shannah Jul 30, 2019
@mojo2012 mojo2012 added the idea label Jul 30, 2019
@shannah
Copy link
Owner

shannah commented Jul 30, 2019

I have an older version deployed to maven central.

<dependency>
  <groupId>ca.weblite</groupId>
  <artifactId>java-objc-bridge</artifactId>
  <version>1.0.0</version>
</dependency>

I should be able to add your sonatype username to the allowed users so that you can publish to this yet. (Don't know how to do this yet, probably need to file an issue with Sonatype).

@mojo2012
Copy link
Collaborator Author

mojo2012 commented Jul 30, 2019

Yes you have to file an issue and hope someones ever gonna look at it :-D Did you create this artifact manually or how did you do it in the first place?

Btw, I updated the maven coordinates to 1.1-SNAPSHOT so we can deploy version 1.1 when ready.

@shannah
Copy link
Owner

shannah commented Jul 30, 2019

I had it built into the pom file. The mvn release (if I recall) automatically submitted to the staging repo. Then I had to log into their web ui, and close the staging repo, then release it.

The maven branch is still there, but stale.
https://github.com/shannah/Java-Objective-C-Bridge/tree/maven

I never actually used it (the maven build) in a real project, so it was more of an experiment than anything.

@mojo2012
Copy link
Collaborator Author

mojo2012 commented Nov 3, 2019

Could you have a look at the maven build and merge the PR? I think we should be good to go to push to nexus

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

No branches or pull requests

2 participants