diff options
-rw-r--r-- | champ-service/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 71bf9fb..77e4680 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -288,6 +288,14 @@ limitations under the License. </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> <version>3.0</version> |