Update poms to upload champ-service jar
[aai/champ.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4629aee..07c283a 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,18 @@ limitations under the License.
         <module>champ-service</module>
     </modules>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <dependencyManagement>
         <dependencies>