Introduce a new docker for be plugins
[sdc.git] / integration-tests / pom.xml
index bceb7be..26c8225 100644 (file)
@@ -18,6 +18,7 @@ limitations under the License.
 ============LICENSE_END=========================================================
 ================================================================================
 -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -375,7 +376,7 @@ limitations under the License.
                 </dependencies>
                 <configuration>
                     <verbose>true</verbose>
-                    <apiVersion>1.35</apiVersion>
+                    <apiVersion>${docker.api.version}</apiVersion>
                     <autoCreateCustomNetworks>true</autoCreateCustomNetworks>
                     <images>
                         <image>
@@ -540,7 +541,7 @@ limitations under the License.
                             </run>
                         </image>
                         <image>
-                            <name>onap/sdc-backend:${it.docker.version}</name>
+                            <name>onap/sdc-backend-all-plugins:${it.docker.version}</name>
                             <alias>sdc-backend</alias>
                             <run>
                                 <dependsOn>
@@ -557,7 +558,6 @@ limitations under the License.
                                     <bind>
                                         <volume>${it.chef.config}:/var/lib/jetty/chef-solo/environments</volume>
                                         <volume>${it.shared.volume}:/var/lib/jetty/logs</volume>
-                                        <volume>${it.sdc-be.plugins}:/var/lib/jetty/plugins</volume>
                                     </bind>
                                 </volumes>
                                 <wait>