In order to upload to Maven central, there are certain requirements beyond just the artifacts. Add these to the POM file.
Currently, uploading the benchmark artifact yields the following errors:
For the POM:
Invalid POM: /io/deephaven/deephaven-benchmark/0.36.1/deephaven-benchmark-0.36.1.pom: Project description missing, Project URL missing, License information missing, SCM URL missing, Developer information missing
For the artifacts:
Missing Signature: '/io/deephaven/deephaven-benchmark/0.36.1/deephaven-benchmark-0.36.1-sources.jar.asc' does not exist for 'deephaven-benchmark-0.36.1-sources.jar'.
The list then is
Add project description
Add project URL
Add project license
Add SCM urls
Add all required signations, asc, sha, etc for all artifacts
In order to upload to Maven central, there are certain requirements beyond just the artifacts. Add these to the POM file.
Currently, uploading the benchmark artifact yields the following errors: For the POM:
For the artifacts:
The list then is