Commit 9b129283 authored by 孙 楠's avatar 孙 楠

修改flatten插件配置

parent fb33df46
...@@ -163,7 +163,6 @@ ...@@ -163,7 +163,6 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId> <artifactId>flatten-maven-plugin</artifactId>
<inherited>false</inherited>
<executions> <executions>
<execution> <execution>
<!-- Flatten and simplify our own POM for install/deploy --> <!-- Flatten and simplify our own POM for install/deploy -->
...@@ -176,7 +175,7 @@ ...@@ -176,7 +175,7 @@
<updatePomFile>true</updatePomFile> <updatePomFile>true</updatePomFile>
<flattenMode>bom</flattenMode> <flattenMode>bom</flattenMode>
<pomElements> <pomElements>
<parent>expand</parent> <parent>resolve</parent>
<name>keep</name> <name>keep</name>
<description>keep</description> <description>keep</description>
<url>expand</url> <url>expand</url>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment