File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 197197 </includes >
198198 </configuration >
199199 </plugin >
200- <plugin >
201- <groupId >org.codehaus.mojo</groupId >
202- <artifactId >flatten-maven-plugin</artifactId >
203- <version >1.7.0</version >
204- <configuration >
205- <outputDirectory >${project.build.directory} </outputDirectory >
206- <updatePomFile >true</updatePomFile >
207- <flattenMode >oss</flattenMode >
208- </configuration >
209- <executions >
210- <execution >
211- <id >flatten</id >
212- <phase >prepare-package</phase >
213- <goals >
214- <goal >flatten</goal >
215- </goals >
216- </execution >
217- <execution >
218- <id >flatten-clean</id >
219- <phase >clean</phase >
220- <goals >
221- <goal >clean</goal >
222- </goals >
223- </execution >
224- </executions >
225- </plugin >
226200 <plugin >
227201 <groupId >org.eluder.coveralls</groupId >
228202 <artifactId >coveralls-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments