Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

GeoCat/experiment-hnap

Repository files navigation

HNAP GeoNetwork Web Application

This defines web application using war overlay approach:

  • core-geonetwork war base: included as a submodule
  • hnap schema plugin: included as a submodule
  • web: war overlay application
  • release: release assembly including installation instructions

For development details on this approach see configuration.pdf.

Repository Overview

  • web/ - web application
  • geonetwork/ - geonetwork submodule
  • iso19139.ca.HNAP - hnap schema submodule
  • release - release bundle

Use of submodules:

git submodule update --init --recursive

In the future when geonetwork and schema-plugins provide stable version numbers the use of submodules above will not be needed.

Build

  1. Build locally

    mvn install -DskipTests
    
  2. Build the war:

    cd web
    mvn war:war
    
  3. Test locally:

    cd web
    mvn jetty:run-war
    

Release

A release bundle is made to copy to customer's machine:

  1. Build release bundle:

    cd release
    mvn assembly:single
    
  2. The zip bundle is available in the target folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published