Skip to content

Commit

Permalink
Fixed maven version and docker image icon in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Dec 3, 2024
1 parent 8575ac6 commit a9ab245
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The deegree OGC API Features (deegree ogcapi) implementation is compliant to the
The user documentation (e.g. "How to set up deegree ogcapi?") can be found in the [user manual](./deegree-ogcapi-documentation/src/main/asciidoc/index.adoc).

## Developer documentation
To build deegree ogcapi you need to install a [JDK 11](https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot) or higher and [Apache Maven 3.8.x](https://maven.apache.org/). Then run the following command to build the project:
To build deegree ogcapi you need to install a [JDK 11](https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot) or higher and [Apache Maven 3.9.x](https://maven.apache.org/). Then run the following command to build the project:

```shell
mvn clean install
Expand All @@ -20,6 +20,8 @@ https://github.com/deegree/deegree3/wiki

## Docker

[![deegree-ogcapi](https://dockeri.co/image/deegree/deegree-ogcapi)](https://hub.docker.com/r/deegree/deegree-ogcapi/)

### Build Docker image

You can build a Docker image easily with the `Dockerfile` contained in the repository. For example:
Expand Down

0 comments on commit a9ab245

Please sign in to comment.