适配新的中央仓库发布方式,更改maven的整体结构

This commit is contained in:
everywhere.z
2025-08-30 23:32:05 +08:00
parent 739834dd57
commit c899eb101b
29 changed files with 137 additions and 197 deletions

View File

@@ -13,6 +13,7 @@
<!-- This module is deprecated and should not be used. -->
<!-- It is replaced by liteflow-script-javax module and not update anymore. -->
<artifactId>liteflow-script-java</artifactId>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
@@ -28,16 +29,4 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>