Update module poms to skip maven deploy
[aai/champ.git] / champ-lib / champ-titan / pom.xml
index 15e14da..ffff015 100644 (file)
@@ -172,7 +172,14 @@ 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>
+            <!--
             <plugin>
                 <groupId>com.mycila</groupId>
                 <artifactId>license-maven-plugin</artifactId>
@@ -203,7 +210,7 @@ limitations under the License.
                     </execution>
                 </executions>
             </plugin>
-                       -->
+            -->
         </plugins>
     </build>
 </project>