Skip to content

Commit cadc1f7

Browse files
authored
Merge pull request koupleless#20 from koupleless/youji-dev
no deploy for parent
2 parents 3882de0 + 2fd8a23 commit cadc1f7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,15 @@
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>
@@ -449,6 +458,15 @@
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>
@@ -523,6 +541,15 @@
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>

0 commit comments

Comments
 (0)