summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-11-24 20:09:45 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-24 20:09:45 +0000
commit6bfd96a32093c03c607ddcb23f29f529504e0342 (patch)
treed4e24b185f7894d42e4416d12fb4ad3ea5d95aff /cds-ui
parent58c458924f019132587129a81afb5f7b0f53f728 (diff)
parenta8decc7f7763567f118a85c48c63228741cc7edb (diff)
Merge "disable creating docker images from cds-ui application"
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/application/pom.xml4
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>