Skip to content

Commit a1e5f9f

Browse files
authored
Merge pull request #251 from terrestris/update-readme
Update README
2 parents 7efecf4 + 49f2123 commit a1e5f9f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ docker exec -i shogun-postgis psql -h localhost -p 5432 -U shogun < ./shogun-pos
228228

229229
The following [official extensions](https://geoserver.org/release/stable/) are installed in GeoServer:
230230

231-
- geofence-server
232-
- including the dependencies of [hibernate-spatial-postgis](https://maven.geo-solutions.it/org/hibernatespatial/hibernate-spatial-postgis/1.1.3.2/hibernate-spatial-postgis-1.1.3.2.jar) and [postgis-jdbc](https://repo1.maven.org/maven2/org/postgis/postgis-jdbc/1.3.3/postgis-jdbc-1.3.3.jar)
231+
- geofence-server-postgres
233232
- importer
234233
- web-resource
235234
- [sec-keycloak](https://github.com/geoserver/geoserver/tree/main/src/community/security/keycloak)
@@ -243,8 +242,7 @@ If you need to build the keycloak community extension (e.g. while updating the G
243242
git pull upstream main --tags
244243
git checkout <VERSION> # e.g. git checkout 2.22.2
245244
cd src/community
246-
mvn install -PcommunityRelease -DskipTests # this may take a while!
247-
mvn assembly:single -N
245+
mvn clean install -PcommunityRelease,assembly -DskipTests # this may take a while!
248246
249247
# release archives available at src/comunity/target/release/
250248
```

0 commit comments

Comments
 (0)