scope 流水线打包

This commit is contained in:
2026-05-17 14:36:15 +08:00
parent 9398b26948
commit 03ce6c9c2c
6 changed files with 43 additions and 1 deletions

View File

@@ -20,6 +20,8 @@
<groupId>net.pc15</groupId>
<artifactId>fc-card</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/../other/libs/FCardIO.jar</systemPath>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
@@ -42,6 +44,7 @@
<configuration>
<outputDirectory>../target/boot/netty</outputDirectory>
<classifier>executable</classifier>
<includeSystemScope>true</includeSystemScope>
</configuration>
<executions>
<execution>