Update module poms to skip maven deploy
[aai/champ.git] / champ-service-deps-titan / pom.xml
index d1046ed..0aebf37 100644 (file)
@@ -109,6 +109,13 @@ limitations under the License.
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>
\ No newline at end of file