diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-29 11:04:22 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-29 11:59:34 -0400 |
commit | 2d037ea8c8b35ec6d6a2d3cdd74cf90cc73c4392 (patch) | |
tree | 8585bfd4870592e6ec7e5e0591317d594c659821 | |
parent | 8f6a6c445eaeb7356e1db9d10d10b7d3fa42f27e (diff) |
Add debugging to docker output
Set docker to verbose to debug docker build issue.
Change-Id: Icc1d2accedec329b7302231c7ff291a41f31d0e5
Issue-ID: CCSDK-285
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
-rw-r--r-- | odlsli/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml index 6f8dfd26..d9aa5a2b 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -29,6 +29,7 @@ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <opendaylight.root>opt/opendaylight</opendaylight.root> <docker.push.phase>deploy</docker.push.phase> + <docker.verbose>true</docker.verbose> </properties> <dependencies> |