Skip to content
Snippets Groups Projects
Commit 1504cbeb authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Update README with info about build_models_xml.py

parent 73016523
Branches
Tags
2 merge requests!35build: New dummy version for testing the pipeline,!26Renovate-updates deployed to prod
Pipeline #2987 passed
......@@ -34,11 +34,11 @@ $ mvnw.cmd clean install
**PLEASE NOTE that this builds the package without any models. See "Adding models" below for more information**
Download and install [WildFly](https://www.wildfly.org/) >= 25.0.1
Download and install [WildFly](https://www.wildfly.org/) == 26.1.3
Deploy the build from this project in Wildfly.
Wildfly should run on Java >= 11
Wildfly should run on Java >= 17
### Adding models
......@@ -59,6 +59,17 @@ To build with your preferred set of models, create a new file called e.g. `my_mo
$ build_with_models.py my_models.xml
```
To create Maven `<dependencies/>` XML with the latest versions of all models on NIBIO's GitLab, use the `build_models_xml.py` script, like this:
```bash
# Write latest production version dependency elements XML to my_models.xml
$ ./build_models_xml.py > my_models.xml
# Write latest SNAPSHOT version dependency elements XML to my_models.xml
$ ./build_models_xml.py -s > my_models.xml
```
## Implement a model
See [implement_model.md](./docs/implement_model.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment