File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 204204 <verbose >true</verbose >
205205 </configuration >
206206 </plugin >
207+ <plugin >
208+ <groupId >org.codehaus.mojo</groupId >
209+ <artifactId >flatten-maven-plugin</artifactId >
210+ <version >1.2.2</version >
211+ <executions >
212+ <!-- enable flattening -->
213+ <execution >
214+ <id >flatten</id >
215+ <phase >process-resources</phase >
216+ <goals >
217+ <goal >flatten</goal >
218+ </goals >
219+ </execution >
220+ <!-- ensure proper cleanup -->
221+ <execution >
222+ <id >flatten.clean</id >
223+ <phase >clean</phase >
224+ <goals >
225+ <goal >clean</goal >
226+ </goals >
227+ </execution >
228+ </executions >
229+ <configuration >
230+ <flattenMode >oss</flattenMode >
231+ <flattenDependencyMode >all</flattenDependencyMode >
232+ <pomElements >
233+ <build >remove</build >
234+ </pomElements >
235+ </configuration >
236+ </plugin >
207237 </plugins >
208238 </pluginManagement >
209239 <plugins >
You can’t perform that action at this time.
0 commit comments