diff options
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/application/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 444e8829a..a69a71711 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -60,7 +60,7 @@ limitations under the License. </build> <profiles> - <profile> + <!--<profile> <id>docker</id> <build> <plugins> @@ -98,6 +98,6 @@ limitations under the License. </plugin> </plugins> </build> - </profile> + </profile>--> </profiles> </project> |