File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 227227 </execution >
228228 </executions >
229229 </plugin >
230+ <plugin >
231+ <groupId >org.codehaus.mojo</groupId >
232+ <artifactId >flatten-maven-plugin</artifactId >
233+ </plugin >
230234 </plugins >
231235 </build >
232236
Original file line number Diff line number Diff line change 248248 <!-- enable flattening -->
249249 <execution >
250250 <id >flatten</id >
251- <phase >process-resources </phase >
251+ <phase >package </phase >
252252 <goals >
253253 <goal >flatten</goal >
254254 </goals >
Original file line number Diff line number Diff line change 125125 </execution >
126126 </executions >
127127 </plugin >
128+ <plugin >
129+ <groupId >org.codehaus.mojo</groupId >
130+ <artifactId >flatten-maven-plugin</artifactId >
131+ </plugin >
128132 </plugins >
129133 </build >
130134
You can’t perform that action at this time.
0 commit comments