Browse Source

update pom

GITZYY 6 months ago
parent
commit
bfccc79947
2 changed files with 15 additions and 1 deletions
  1. 7 0
      pom.xml
  2. 8 1
      start/pom.xml

+ 7 - 0
pom.xml

@@ -171,6 +171,13 @@
                     <configuration>
                         <mainClass>com.hrsk.cloud.eg.Application</mainClass>
                     </configuration>
+                    <executions>
+                        <execution>
+                            <goals>
+                                <goal>repackage</goal>
+                            </goals>
+                        </execution>
+                    </executions>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

+ 8 - 1
start/pom.xml

@@ -26,5 +26,12 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
 </project>