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

修改flatten插件配置

parent fb33df46
......@@ -163,7 +163,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<inherited>false</inherited>
<executions>
<execution>
<!-- Flatten and simplify our own POM for install/deploy -->
......@@ -176,7 +175,7 @@
<updatePomFile>true</updatePomFile>
<flattenMode>bom</flattenMode>
<pomElements>
<parent>expand</parent>
<parent>resolve</parent>
<name>keep</name>
<description>keep</description>
<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