diff options
Diffstat (limited to 'test/mocks/sniroemulator/pom.xml')
-rw-r--r-- | test/mocks/sniroemulator/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml index 072f0ea31..5c2493755 100644 --- a/test/mocks/sniroemulator/pom.xml +++ b/test/mocks/sniroemulator/pom.xml @@ -228,6 +228,8 @@ <artifactId>docker-maven-plugin</artifactId> <version>0.4.11</version> <configuration> + <verbose>true</verbose> + <serverId>docker-hub</serverId> <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName> <dockerDirectory>${dockerLocation}</dockerDirectory> <imageTags> |