geonetwork / geonetwork-microservices

GNU General Public License v2.0
13 stars 18 forks source link

OGC API Record / Add WAR build mode. #28

Closed fxprunayre closed 3 years ago

fxprunayre commented 3 years ago

Some users would like to continue using WAR instead of Spring boot JAR.

Add a profile to configure the packaging type jar is default but war can be used too. For now, only OGC API Record service is using this configurable packaging type.

mvn jetty:run can be used for testing the WAR file.