Modify pom skip deploy step
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2395e53..f1dbaea 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 </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>