diff --git a/pom.xml b/pom.xml index b7eea5de582f1ef2bdc433e6f56eae54db1cc200..2ce063708133a2523692511d92e04966adb5ad3d 100644 --- a/pom.xml +++ b/pom.xml @@ -63,16 +63,16 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> - <image> - <name>docker.ozg-sh.de/administration:${buildtag}</name> - <publish>true</publish> - </image> - <docker> - <publishRegistry> - <username>${user}</username> - <password>${password}</password> - </publishRegistry> - </docker> + <image> + <name>docker.ozg-sh.de/administration:${buildtag}</name> + <publish>true</publish> + </image> + <docker> + <publishRegistry> + <username>${user}</username> + <password>${password}</password> + </publishRegistry> + </docker> <excludes> <exclude> <groupId>org.projectlombok</groupId>