TheJacksonLaboratory / LIRICAL

LIkelihood Ratio Interpretation of Clinical AbnormaLities
https://thejacksonlaboratory.github.io/LIRICAL/stable
Other
24 stars 11 forks source link

Build sources JAR during release #634

Closed ielis closed 1 year ago

ielis commented 1 year ago

Configure maven-source-plugin to build source code during Maven install phase to improve ergonomics of using LIRICAL as a library, in particular for showing documentation and sources in IDEs.

The sources and javadocs are built in release profile only.