Install the plugin¶
To add the plugin to GeoNetwork Enterprise:
Stop the application
Download the latest patch version of the plugin from our Nexus repository. If you run a GeoNetwork 3.10.x, download the latest patch version of the relevant minor version, for example 3.10.7.
Unzip the package.
Copy the jar file
gn-enterprise-md-push-2020.5.jar
to$CATALINA_BASE/webapps/geonetwork/WEB-INF/lib
.Copy the content of the folder
schema_plugins
to[SCHEMA_Folder]
.Restart the GeoNetwork Enterprise
Configure the plugin. See next section.
Configuration¶
You first have to go to
and enable the Metadata push mechanism to activate this feature, configuring the following fields:Push server end-point: GeoNetwork end-points to connect to the remote server to push the metadata.
Your push server username and Your push server password: credentials to connect to the remote server.
Open licenses is a list of open licenses separated by the char |, used to identify the metadata to push.
Import xslt is the name of the XSLT style sheet (without the .xsl extension) that the remote server will apply to the metadata on import. It can be empty if no transformation is required. The the transformation must exist in
xsl/conversion/import
folder inside the WAR.Supported metadata schemas is a list of metadata schema identifiers separated by the char | that are supported.

An example:
Push server end-point:
https://catalogue.public/geonetwork
Your push server username:
admin
Your push server password:
admin
Open licenses:
http://creativecommons.org/publicdomain/mark/1.0/deed.nl|http://creativecommons.org/publicdomain/zero/1.0/
Import xslt:
md-public
Supported metadata schemas:
iso19139|iso19139.nl.geografie.2.0.0|iso19139.nl.services.2.0.0|iso19139.nl.geografie.1.3.1|iso19139.nl.services.1.2.1