diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-28 15:14:07 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-28 15:42:36 +0000 |
commit | 1540e47757af279cf0e4b0e710074cbbf7f9f4c0 (patch) | |
tree | a1f3f4873db0d0b808f847c1b13968e5c52651eb /docs/apex/APEX-Policy-Guide.rst | |
parent | d50e82650336657d5d0dff74f404329014679d04 (diff) |
Fix errors in apex-pdp documentation
In order to buid a Docker image, you now need to invoke the "docker
profile when buidling apex, this was missing in the documentation.
The variable LOG_DIR was renamed logDir in the logback.xml file but this
was not reflected in the documentation.
Issue-ID: POLICY-2186
Change-Id: I6019f3e6c4dd369b44c0f1e617a427892a2e6ef8
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/apex/APEX-Policy-Guide.rst')
-rw-r--r-- | docs/apex/APEX-Policy-Guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/apex/APEX-Policy-Guide.rst b/docs/apex/APEX-Policy-Guide.rst index dc4f2bbe..f76ed138 100644 --- a/docs/apex/APEX-Policy-Guide.rst +++ b/docs/apex/APEX-Policy-Guide.rst @@ -1440,7 +1440,7 @@ Writing APEX Task Selection Logic | :number-lines: | :number-lines: | | | | | >c: | # cd /usr/local/src/apex-pdp | - | >cd \dev\apex | # mvn clean install -DskipTest | + | >cd \dev\apex | # mvn clean install -DskipTests | | >mvn clean install -DskipTests | | +-------------------------------------------------------+--------------------------------------------------------+ |