0.9.3-SNAPSHOT module sites published to wrong location
Basics
Logistics
Basics
Logistics
Description
Very curiously, although both the MDA 0.10.0-SNAPSHOT and 0.9.2 sites are published correctly (to java-metadata-aggregator/VERSION in the Nexus "Maven Site" repository), the 0.9.3-SNAPSHOT site is not.
Instead, the three individual module sites are independently published directly in the "Maven Site" repository as aggregator-pipeline, etc.
This seems to have been a long-standing issue, judging by the fact that there is no {{java-metadata-aggregator/VERSION}} version of this site anywhere I can see.
Need to figure out why, correct it, and clean up the misplaced sites.
Environment
None
Activity
Ian Young
December 17, 2019 at 2:31 PM
Cherry-picked commit af7e4b73f2d621a299266bc12362a3f52768231f from the 0.9.2-site branch to the 0.9-maint branch as commit 35b9d8f446279663bd80f1f915f0ecac4cdd7670.
This appears to fix the problem: the site is appearing in the right place now.
I have removed the misplaced sites entirely.
Ian Young
December 17, 2019 at 11:34 AM
Looks like Tom fixed this as part of INFRA-110, but only on the master branch, and explicitly for the 0.9.2 release. We can probably cherry-pick some of that back to the maint-0.9 branch to fix this in general.
Very curiously, although both the MDA 0.10.0-SNAPSHOT and 0.9.2 sites are published correctly (to
java-metadata-aggregator/VERSION
in the Nexus "Maven Site" repository), the 0.9.3-SNAPSHOT site is not.Instead, the three individual module sites are independently published directly in the "Maven Site" repository as
aggregator-pipeline
, etc.This seems to have been a long-standing issue, judging by the fact that there is no {{java-metadata-aggregator/VERSION}} version of this site anywhere I can see.
Need to figure out why, correct it, and clean up the misplaced sites.