赵冬冬 преди 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>