File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments