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