Created
December 28, 2018 09:36
-
-
Save juanluisrp/5f94035027e7c505ff137bed9a03d113 to your computer and use it in GitHub Desktop.
Overrides xml.metadata.get service to return geonet:info elements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<overrides xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:noNamespaceSchemaLocation="config-overrides.xsd"> | |
<file name=".*/WEB-INF/config/config-service-xml-api.xml"> | |
<replaceAtt xpath="services/service[@name='xml.metadata.get']/class/param[@name='skipInfo']" attName="value" value="n"/> | |
</file> | |
</overrides> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment