File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 241241
242242 <build >
243243 <plugins >
244+ <plugin >
245+ <groupId >org.apache.maven.plugins</groupId >
246+ <artifactId >maven-deploy-plugin</artifactId >
247+ <version >3.1.2</version >
248+ <configuration >
249+ <skip >true</skip >
250+ </configuration >
251+ <inherited >false</inherited >
252+ </plugin >
244253 <plugin >
245254 <groupId >com.mycila</groupId >
246255 <artifactId >license-maven-plugin</artifactId >
449458 <id >release</id >
450459 <build >
451460 <plugins >
461+ <plugin >
462+ <groupId >org.apache.maven.plugins</groupId >
463+ <artifactId >maven-deploy-plugin</artifactId >
464+ <version >3.1.2</version >
465+ <configuration >
466+ <skip >true</skip >
467+ </configuration >
468+ <inherited >false</inherited >
469+ </plugin >
452470 <plugin >
453471 <groupId >org.apache.maven.plugins</groupId >
454472 <artifactId >maven-javadoc-plugin</artifactId >
523541 <id >snapshot</id >
524542 <build >
525543 <plugins >
544+ <plugin >
545+ <groupId >org.apache.maven.plugins</groupId >
546+ <artifactId >maven-deploy-plugin</artifactId >
547+ <version >3.1.2</version >
548+ <configuration >
549+ <skip >true</skip >
550+ </configuration >
551+ <inherited >false</inherited >
552+ </plugin >
526553 <plugin >
527554 <groupId >org.sonatype.plugins</groupId >
528555 <artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments