Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp authored Oct 10, 2023
1 parent 5215262 commit da0d267
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ mvn jetty:run -Penv-dev

After some moments of startup and initialization, GeoNetwork is available at: <http://localhost:8080/geonetwork>

For changes related to the user interface in the ``web-ui`` module or the metadata schemas in the `schemeas` module, these can be deployed in Jetty executing the following Maven command in the **web** module:
For changes related to the user interface in the ``web-ui`` module or the metadata schemas in the `schemas` module, these can be deployed in Jetty executing the following Maven command in the **web** module:

``` shell
mvn process-resources -DschemasCopy=true
Expand Down

0 comments on commit da0d267

Please sign in to comment.