修改打包方式
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>../target/boot/api</outputDirectory>
|
<outputDirectory>../target/boot/api</outputDirectory>
|
||||||
<classifier>executable</classifier>
|
<classifier>executable</classifier>
|
||||||
|
<includeSystemScope>true</includeSystemScope>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|||||||
@@ -193,11 +193,15 @@
|
|||||||
<groupId>com.ydd.framwork.core</groupId>
|
<groupId>com.ydd.framwork.core</groupId>
|
||||||
<artifactId>framework-core</artifactId>
|
<artifactId>framework-core</artifactId>
|
||||||
<version>2.1.5</version>
|
<version>2.1.5</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/../other/libs/framework-core-2.1.5.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.dw.ccm.wechat.base</groupId>
|
<groupId>com.dw.ccm.wechat.base</groupId>
|
||||||
<artifactId>wechat-base</artifactId>
|
<artifactId>wechat-base</artifactId>
|
||||||
<version>1.0.47-RELEASE</version>
|
<version>1.0.47-RELEASE</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/../other/libs/wechat-base-1.0.47-RELEASE.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
<groupId>net.pc15</groupId>
|
<groupId>net.pc15</groupId>
|
||||||
<artifactId>fc-card</artifactId>
|
<artifactId>fc-card</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/../other/libs/FCardIO.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jcraft</groupId>
|
<groupId>com.jcraft</groupId>
|
||||||
@@ -42,6 +44,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>../target/boot/netty</outputDirectory>
|
<outputDirectory>../target/boot/netty</outputDirectory>
|
||||||
<classifier>executable</classifier>
|
<classifier>executable</classifier>
|
||||||
|
<includeSystemScope>true</includeSystemScope>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|||||||
@@ -51,6 +51,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>../target/boot/oms</outputDirectory>
|
<outputDirectory>../target/boot/oms</outputDirectory>
|
||||||
<classifier>executable</classifier>
|
<classifier>executable</classifier>
|
||||||
|
<includeSystemScope>true</includeSystemScope>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|||||||
Reference in New Issue
Block a user