Fix docker stage for be plugins 34/113134/2
authorsebdet <sebastien.determe@intl.att.com>
Thu, 24 Sep 2020 20:24:19 +0000 (22:24 +0200)
committerS�bastien Determe <sebastien.determe@intl.att.com>
Thu, 24 Sep 2020 20:33:31 +0000 (20:33 +0000)
Fix the docker stage build, the docker profile is not set so the docker plugin must be skipped

Issue-ID: SDC-3289
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I1b2490cf1dbdaff3cbb72d4b51decdae22b9f9af

catalog-be-plugins/backend-all-plugins/pom.xml

index f75721f..fa3ca01 100644 (file)
@@ -39,6 +39,7 @@ limitations under the License.
         <docker.skip.build>true</docker.skip.build>
         <docker.skip.push>true</docker.skip.push>
         <docker.skip.tag>true</docker.skip.tag>
+        <docker.skip>true</docker.skip>
     </properties>
 
     <profiles>