23 | | 1. One for "integration" testing with Onyx |
24 | | 1. One for the clinical environment, covering both live and test contexts |
| 23 | 1. One for "integration" testing with Onyx (== development) |
| 24 | 1. One for the clinical environment, covering both live and test contexts (== production) |
| 25 | |
| 26 | ==== Build Profiles ==== |
| 27 | Any unit testing automatically uses HSQLDB. [[BR]] |
| 28 | Elsewhere, invoking install or deploy needs a maven profile. The two profiles provided (in the POM) are development and production. If not quoted, builds are development by default. When you build an artifact, the work "development" or "production" is folded into the artifact name. Only production builds are suitable for the clinical environment. |