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 artifacts in a Maven repo #21

Closed
mmazi opened this issue May 21, 2015 · 5 comments
Closed

Publish artifacts in a Maven repo #21

mmazi opened this issue May 21, 2015 · 5 comments
Assignees
Milestone

Comments

@mmazi
Copy link
Contributor

mmazi commented May 21, 2015

This can be done automatically using Travis.

@mmazi mmazi added the question label May 25, 2015
@mmazi
Copy link
Contributor Author

mmazi commented May 25, 2015

Should we do this? If we don't, the users that use Maven (or (probably) Gradle etc.) will be required to build the project themselves, as currently described in the README.

Publishing snapshots in a Maven Repo (Sonatype) can be done automatically by Travis.

Publishing final releases requires:

  • a bit of manual work for each release,
  • keeping the PGP keys that allow publishing.

@rjnienaber
Copy link
Contributor

Publishing snapshots in a Maven Repo (Sonatype) can be done automatically by Travis.

I think we would have a good start if we did this.

Publishing final releases requires:

a bit of manual work for each release,
keeping the PGP keys that allow publishing.

I think we would need to do this in order to give confidence in the library. We'll try and follow the relevant guides (OSSRH Guide and Releasing the Deployment) and publish a 'release' version once a good level of functionality has been implemented.

@mmazi
Copy link
Contributor Author

mmazi commented May 25, 2015

I'll provide some simpler instructions for what needs to be done to publish final releases.

@mmazi mmazi removed the question label May 25, 2015
@mmazi mmazi assigned mmazi and unassigned rjnienaber May 25, 2015
@mmazi
Copy link
Contributor Author

mmazi commented May 26, 2015

@mmazi
Copy link
Contributor Author

mmazi commented May 27, 2015

A clarification: Sonatype requires non-snapshot releases to be signed etc. (see #26), whereas snapshot builds don't need to meet these requirements. The plan is to publish unsigned snapshots automatically via Travis on every push (still with full javadocs and sources though, see #30), and to only sign final releases (see #31).

@mmazi mmazi modified the milestone: M2 Jun 1, 2015
@mmazi mmazi closed this as completed Jun 10, 2015
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

2 participants