Prevent deployment of champ-service.jar
[aai/champ.git] / champ-service / pom.xml
index 71bf9fb..77e4680 100644 (file)
@@ -287,6 +287,14 @@ limitations under the License.
                 </configuration>
             </plugin>
 
+            <plugin>
+                 <groupId>org.sonatype.plugins</groupId>
+                 <artifactId>nexus-staging-maven-plugin</artifactId>
+                 <configuration>
+                     <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
+                 </configuration>
+            </plugin>
+
             <plugin>
                 <groupId>com.mycila</groupId>
                 <artifactId>license-maven-plugin</artifactId>