If you are available to troubleshoot please reply.
Thus far I have confirmed that the release-build.sh is calls plugins/datahub-integration/pom.xml correctly.
Building myself locally - also now results in an empty zip and this was working last week.
Update: This was a build order trouble; jar being packaged before datahub copied into position. Building the second time worked which is why it was not caught during earlier testing.
I tested the 4.4.7 release using the docker image, as well as the datahub plugin.
Observations:
the datahub plugin is not empty anymore (Jody did you do anything? I can see a reupload a few hours ago)
the interface of GeoNetwork does not seem to contain the changes from 4.4.7: no new settings for the datahub plugin, the application banner does not show up, and the keys I translated in French are still untranslated
It looks like the content of the release isn’t right maybe? Can someone else take a look?
That is correct, I checked out the tag and built twice.
The pom.xml has a build order issue where creates the jar before copying the datahub files into position. On the second build they are already in place - and thus the datahub plugin is not empty anymore.
the interface of GeoNetwork does not seem to contain the changes from 4.4.7: no new settings for the datahub plugin, the application banner does not show up, and the keys I translated in French are still untranslated
@jahow in the future can you take careful notes when testing and share what steps you are performing? Especially when working across timezones I do not have the ability to quickly respond and ask how your configuration is setup.
I am not sure why you did see the new functionality. Do you need to clear any caches or could it be connecting to another service you have running locally?
I have the following for Admin Console > Status > Version Information
Sorry for not giving more precise instructions. I didn’t have much time and was hoping that someone else could do a double-check, but I should have taken more care in raising the issue.
I tried again with the 4.4.7 docker image (pulling it fresh, apparently it changed?) and everything is fine.
Thank you so much for the communication and instructions on the Users ML!