diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ <artifactId>docker-maven-plugin</artifactId> <version>0.28.0</version> <configuration> - <verbose>false</verbose> + <verbose>true</verbose> <registry>${nexus.registry}</registry> <authConfig> <pull> |