Merge "Added check of callback URL in service registration"
[nonrtric.git] / near-rt-ric-simulator / pom.xml
index 9cd0645..5836853 100644 (file)
           <release>${java.version}</release>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>io.fabric8</groupId>
-        <artifactId>docker-maven-plugin</artifactId>
-        <version>${docker-maven-plugin.version}</version>
-        <inherited>false</inherited>
-        <executions>
-          <execution>
-            <id>push-near-rt-ric-simulator-image</id>
-            <goals>
-              <goal>build</goal>
-              <goal>push</goal>
-            </goals>
-            <configuration>
-              <pullRegistry>${env.CONTAINER_PULL_REGISTRY}</pullRegistry>
-              <pushRegistry>${env.CONTAINER_PUSH_REGISTRY}</pushRegistry>
-              <images>
-                <image>
-                  <name>o-ran-sc/near-rt-ric-simulator:${project.version}</name>
-                    <build>
-                      <contextDir>${basedir}/ric-plt/a1</contextDir>
-                      <dockerFile>Dockerfile</dockerFile>
-                      <tags>
-                        <tag>${project.version}</tag>
-                        <tag>latest</tag>
-                      </tags>
-                    </build>
-                  </image>
-                </images>
-              </configuration>
-            </execution>
-         </executions>
-       </plugin>
     </plugins>
   </build>
 </project>