phenopackets / phenopacket-tools

An app and library for building, conversion, and validation of GA4GH Phenopackets.
http://phenopackets.org/phenopacket-tools/stable/
GNU General Public License v3.0
12 stars 5 forks source link

Setup for the first public release #77

Closed ielis closed 1 year ago

ielis commented 2 years ago

Setup repo for the first public release.

Note that running:

./mvnw --projects phenopacket-tools-builder --also-make deploy

deploys only phenopacket-tools-builder artifact.

However, the repo needs to be setup for public repositories before releasing. We should add release profile that generates javadoc, bundles sources, signs the JAR files.

pnrobinson commented 1 year ago

@ielis I think we can close this? Is there still any open action item for this?

ielis commented 1 year ago

No, this is done. The entire project builds everywhere and we already have the release profile.