Skip to content

Commit ef3c107

Browse files
committed
➖ 删除项目配置的flatten插件,使用minbox-build插件配置
1 parent 55a3cbe commit ef3c107

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<jdk.version>1.8</jdk.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
25-
<flatten-maven-plugin.version>1.2.3</flatten-maven-plugin.version>
2625
<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
2726
</properties>
2827
<description>
@@ -78,31 +77,6 @@
7877
<target>${jdk.version}</target>
7978
</configuration>
8079
</plugin>
81-
<plugin>
82-
<groupId>org.codehaus.mojo</groupId>
83-
<artifactId>flatten-maven-plugin</artifactId>
84-
<version>${flatten-maven-plugin.version}</version>
85-
<configuration>
86-
<updatePomFile>true</updatePomFile>
87-
<flattenMode>resolveCiFriendliesOnly</flattenMode>
88-
</configuration>
89-
<executions>
90-
<execution>
91-
<id>flatten</id>
92-
<phase>process-resources</phase>
93-
<goals>
94-
<goal>flatten</goal>
95-
</goals>
96-
</execution>
97-
<execution>
98-
<id>flatten.clean</id>
99-
<phase>clean</phase>
100-
<goals>
101-
<goal>clean</goal>
102-
</goals>
103-
</execution>
104-
</executions>
105-
</plugin>
10680
<plugin>
10781
<groupId>org.codehaus.mojo</groupId>
10882
<artifactId>cobertura-maven-plugin</artifactId>

0 commit comments

Comments
 (0)