dmanchester / playfop

A library for generating PDFs, images, and other types of output in Play Framework applications.
https://www.dmanchester.com/playfop
Apache License 2.0
11 stars 4 forks source link

Investigate optimal packaging of Scaladoc and Javadoc #12

Open dmanchester opened 7 years ago

dmanchester commented 7 years ago

PlayFOP's Scaladoc and Javadoc are packaged as separate JAR files, with the files named (version number varies):

There is some precedent for this scheme. Apache Kafka, for example, publishes "scaladoc" and "javadoc" JARs.

It's not clear this scheme is a well-established convention, though. For example, at least in its default configuration, Eclipse and Scala IDE don't seem to know about "scaladoc" JARs:

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::              FAILED DOWNLOADS            ::
[warn]  :: ^ see resolution messages for details  ^ ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.dmanchester#playfop_2.11;0.9-SNAPSHOT!playfop_2.11.jar(doc)

Determine: