Procházet zdrojové kódy

修改打包配置

master
FLYPHT před 2 roky
rodič
revize
4387620476
2 změnil soubory, kde provedl 29 přidání a 3 odebrání
  1. +1
    -1
      smtweb-framework/sw-framework-core/pom.xml
  2. +28
    -2
      smtweb-framework/sw-system-bpm/pom.xml

+ 1
- 1
smtweb-framework/sw-framework-core/pom.xml Zobrazit soubor

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>cc.smtweb</groupId>
<artifactId>sw-framework-core</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>

<parent>
<groupId>org.springframework.boot</groupId>


+ 28
- 2
smtweb-framework/sw-system-bpm/pom.xml Zobrazit soubor

@@ -6,7 +6,7 @@

<artifactId>sw-system-bpm</artifactId>
<groupId>cc.smtweb</groupId>
<version>2.2.2-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>

<parent>
<groupId>org.springframework.boot</groupId>
@@ -28,7 +28,7 @@
<dependency>
<groupId>cc.smtweb</groupId>
<artifactId>sw-framework-core</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -173,6 +173,32 @@
</configuration>
</plugin>
</plugins>
<resources>
<!-- 界面设计器 -->
<resource>
<directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-ui-design-vue/dist/</directory>
<targetPath>${basedir}/target/classes/static/design/ui</targetPath>
</resource>
<!-- DB设计器 -->
<resource>
<directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-db-design-vue/dist/</directory>
<targetPath>${basedir}/target/classes/static/design/db</targetPath>
</resource>
<!-- 流程设计器 -->
<resource>
<directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-flow-design-vue/dist/</directory>
<targetPath>${basedir}/target/classes/static/design/flow</targetPath>
</resource>
<!-- 预览脚手架 -->
<resource>
<directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-framework-widget-vue/dist/</directory>
<targetPath>${basedir}/target/classes/static/design/preview</targetPath>
</resource>
<!-- 设定主资源目录,入口跳转页等 -->
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>

<distributionManagement>


Načítá se…
Zrušit
Uložit