瀏覽代碼

修复打包错误

赵冬冬 4 年之前
父節點
當前提交
be3132e0ea
共有 2 個文件被更改,包括 15 次插入0 次删除
  1. 7 0
      forest-admin/admin-server/pom.xml
  2. 8 0
      forest-portal/portal-server/pom.xml

+ 7 - 0
forest-admin/admin-server/pom.xml

@@ -115,6 +115,13 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>repackage</goal>
+                        </goals>
+                    </execution>
+                </executions>
             </plugin>
         </plugins>
     </build>

+ 8 - 0
forest-portal/portal-server/pom.xml

@@ -149,8 +149,16 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>repackage</goal>
+                        </goals>
+                    </execution>
+                </executions>
             </plugin>
 
+
         </plugins>
     </build>