1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 10:38:19 +08:00

ci(deploy): Skip deployment for demo project.

This commit is contained in:
2025-05-14 03:41:15 +08:00
parent 15c4bb13e8
commit 5bd20e173f
15 changed files with 22 additions and 15 deletions
+8 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>configured-parent</artifactId>
<groupId>cc.carm.lib</groupId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
@@ -146,6 +146,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>