mirror of
https://github.com/sitn/sitn_geoshop_connector.git
synced 2026-08-26 00:14:25 +00:00
Read-only mirror of https://github.com/sitn/sitn_geoshop_connector — Canton de Neuchâtel. Issues & pull requests at the source.
- Java 99.6%
- HTML 0.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| connectors/extract-connector-geoshop | ||
| plugin-interface | ||
| LICENSE | ||
| README.md | ||
EXTRACT connector for geoshop
This connector is meant to connect geoshop in EXTRACT.
How to use
Download the JAR file from a released version and paste it into your installed Extract in WEB-INF/classes/connectors
Dev environement
Requirements
- JDK 17
- mvn 3.9+ (binaries in the PATH)
Build
First install the plugin interface:
cd plugin-interface
mvn clean install
cd connectors/extract-connector-geoshop