asciidoctor / asciidoclet

:clipboard: A Javadoc Doclet based on Asciidoctor that lets you write Javadoc in the AsciiDoc syntax.
https://github.com/asciidoctor/asciidoclet
Apache License 2.0
133 stars 40 forks source link

Publish a 1.5.5-SNAPSHOT build #79

Closed msgilligan closed 6 years ago

msgilligan commented 6 years ago

So now that we have preliminary support for running under Java 9+, it would be nice to make a SNAPSHOT release.

Is there documentation on how this is done? Who as been doing this? What should we do?

johncarl81 commented 6 years ago

You just need to run the following Maven command to deploy a snapshot:

mvn clean deploy

Give it a try... You may need a pgp key or something for access to maven central. We can work through this if it doesn't work OOTB.

I've taken the liberty to deploy it: https://oss.sonatype.org/content/repositories/snapshots/org/asciidoctor/asciidoclet/1.5.5-SNAPSHOT/

msgilligan commented 6 years ago

Thanks @johncarl81 -- I've updated ConsensusJ to use it and published HTML5 JavaDocs with search as generated by Asciidoclet + Java 9.

johncarl81 commented 6 years ago

Cool, the new search feature is nice!

msgilligan commented 6 years ago

Closing as a snapshot release has been made and PR #82 starts a release process document with all the information provided above by @johncarl81 .

Next step is probably to go ahead and make an official release of version 1.5.5...