disable creating docker images from cds-ui application 32/115332/1
authorEltanany Shaaban <shaaban.eltanany.ext@orange.com>
Tue, 24 Nov 2020 17:09:52 +0000 (19:09 +0200)
committerEltanany Shaaban <shaaban.eltanany.ext@orange.com>
Tue, 24 Nov 2020 17:09:52 +0000 (19:09 +0200)
Issue-ID: CCSDK-3000

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I2e3660410a8a310fb2832df03b28211e854752a4

cds-ui/application/pom.xml

index 444e882..a69a717 100644 (file)
@@ -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>