nasa-pds-engineering-node / pds-registry-app

(deprecated) See https://github.com/NASA-PDS/registry for new and improved capability.
https://nasa-pds.github.io/registry/
Other
1 stars 1 forks source link

Make CICD work on registry-api repository #260

Closed tloubrieu-jpl closed 2 years ago

tloubrieu-jpl commented 2 years ago

💪 Motivation

...so that I can

📖 Additional Details

⚖️ Acceptance Criteria

Given When I perform Then I expect

⚙️ Engineering Details

tloubrieu-jpl commented 2 years ago

The CICD now works, the distributionManagement configuration was missing from one of the submodules, somehow that was not inherited from the parent modules.

See update on commit https://github.com/NASA-PDS/registry-api/commit/c8ced36110391867edf82e823695e012e881a089

The github action for unstable release works see for example https://github.com/NASA-PDS/registry-api/actions/runs/1919492742

jordanpadams commented 2 years ago

@tloubrieu-jpl maven has a mind of its own sometimes.