Changes between Version 3 and Version 4 of PMI Lookup


Ignore:
Timestamp:
07/29/11 14:41:06 (13 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PMI Lookup

    v3 v4  
    2121Within the project there are three versions of this file.
    2222   1. One for unit testing, which uses a transitory HSQLDB database
    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 ====
     27Any unit testing automatically uses HSQLDB. [[BR]]
     28Elsewhere, 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.