This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git
commit 32a91e66df3054256e55f3bc441566137fdb434f Author: danhaywood <[email protected]> AuthorDate: Sun Apr 7 15:39:02 2024 +0100 updates README, is all --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 333e6e3..b596257 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,25 @@ The app is available as a Docker image. ``` ... then navigate to http://localhost:8080 + + +## To build + +Prereqs: + +* mvnd 3.6.x +* Java 11 + +Building: + +* To build the JPA variant: + + ```bash + mvnd -Dwicket-jdo install + ``` +* +* To build the JDO variant: + + ```bash + mvnd -Dwicket-jdo install + ```
