docfix/Tweak run app via maven command

This commit is contained in:
Marko Milić 2023-01-27 16:44:21 +01:00
parent f4ae6d98b7
commit 6b39370fcb

View File

@ -58,6 +58,10 @@ To compile and run jetty, install Maven 3, create your configuration in obp-api/
mvn install -pl .,obp-commons && mvn jetty:run -pl obp-api
In case that the above command fails try next one:
export MAVEN_OPTS="-Xss128m" && mvn install -pl .,obp-commons && mvn jetty:run -pl obp-api
[Note: How to run via IntelliJ IDEA](docs/glossary/Run_via_IntelliJ_IDEA.md)
## Run some tests.