From 1540e47757af279cf0e4b0e710074cbbf7f9f4c0 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 28 Nov 2019 15:14:07 +0000 Subject: 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 --- docs/apex/APEX-Policy-Guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/apex/APEX-Policy-Guide.rst') 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 | | +-------------------------------------------------------+--------------------------------------------------------+ -- cgit 1.2.3-korg