diff options
Diffstat (limited to 'cds-ui/server')
-rw-r--r-- | cds-ui/server/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 2d6d6465b..dedf129ab 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -42,7 +42,6 @@ limitations under the License. <docker.push.phase>deploy</docker.push.phase> </properties> - <build> <plugins> <plugin> @@ -139,8 +138,8 @@ limitations under the License. </plugin> </plugins> </build> - - <profiles> + + <profiles> <profile> <id>docker</id> <build> |