Add serverId
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2395e53..eb35867 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <artifactId>docker-maven-plugin</artifactId>
                                <version>0.4.11</version>
                                <configuration>         
+                                       <serverId>nexus3.openecomp.org:10003</serverId>
                                        <imageName>${docker.registry}/ecomp/${project.artifactId}</imageName>                                   
                                        <imageTags>
                                                <imageTag>${docker.imagetag}</imageTag>
                 </execution>
               </executions>
             </plugin>
-               </plugins>
+             <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-deploy-plugin</artifactId>                    
+               <configuration>
+               <skip>true</skip>
+               </configuration>
+             </plugin>
+               </plugins>              
        </build>
        
+       
 </project>