From 811e8e7139ad6e331c2f84bcd5cf3f927a8b3312 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 15 五月 2021 18:22:57 +0800
Subject: [PATCH] Merge https://gitee.com/wuxw7/MicroCommunity

---
 service-common/pom.xml |   72 ++++++++++++++++++-----------------
 1 files changed, 37 insertions(+), 35 deletions(-)

diff --git a/service-common/pom.xml b/service-common/pom.xml
index 1946b2e..e37dd9b 100755
--- a/service-common/pom.xml
+++ b/service-common/pom.xml
@@ -42,40 +42,42 @@
 
     <build>
         <finalName>service-common</finalName>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.10</version>
-                <executions>
-                    <execution>
-                        <id>unpack</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>unpack</goal>
-                        </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>com.java110</groupId>
-                                    <artifactId>java110-interface</artifactId>
-                                    <version>${microcommunity.version}</version>
-                                    <type>jar</type>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>${project.build.directory}/classes</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <configuration>
-                    <mainClass>com.java110.common.CommonServiceApplicationStart</mainClass>
-                </configuration>
-            </plugin>
-        </plugins>
+        <pluginManagement>
+	        <plugins>
+	            <plugin>
+	                <groupId>org.apache.maven.plugins</groupId>
+	                <artifactId>maven-dependency-plugin</artifactId>
+	                <version>2.10</version>
+	                <executions>
+	                    <execution>
+	                        <id>unpack</id>
+	                        <phase>generate-resources</phase>
+	                        <goals>
+	                            <goal>unpack</goal>
+	                        </goals>
+	                        <configuration>
+	                            <artifactItems>
+	                                <artifactItem>
+	                                    <groupId>com.java110</groupId>
+	                                    <artifactId>java110-interface</artifactId>
+	                                    <version>${microcommunity.version}</version>
+	                                    <type>jar</type>
+	                                    <overWrite>true</overWrite>
+	                                    <outputDirectory>${project.build.directory}/classes</outputDirectory>
+	                                </artifactItem>
+	                            </artifactItems>
+	                        </configuration>
+	                    </execution>
+	                </executions>
+	            </plugin>
+	            <plugin>
+	                <groupId>org.springframework.boot</groupId>
+	                <artifactId>spring-boot-maven-plugin</artifactId>
+	                <configuration>
+	                    <mainClass>com.java110.common.CommonServiceApplicationStart</mainClass>
+	                </configuration>
+	            </plugin>
+	        </plugins>
+        </pluginManagement>
     </build>
 </project>

--
Gitblit v1.8.0