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

Replace assembly-plugin with shade-plugin #86

Closed johncarl81 closed 6 years ago

johncarl81 commented 6 years ago

Replaces the maven-assembly-plugin with the maven-shade-plugin to support a regular (unbundled) dependency and fat-jar (shaded) dependency. The result are two main jars (in addition to the javadoc and sources jars): asciidoclet-<VERSION>.jar and asciidoclet-<VERSION>-shaded.jar https://github.com/asciidoctor/asciidoclet/pull/84 https://github.com/asciidoctor/asciidoclet/issues/70 https://github.com/asciidoctor/asciidoclet/issues/38 https://github.com/asciidoctor/asciidoclet/pull/43