File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 165
165
<artifactId >maven-site-plugin</artifactId >
166
166
<version >3.12.1</version >
167
167
</plugin >
168
+ <plugin >
169
+ <groupId >org.codehaus.mojo</groupId >
170
+ <artifactId >flatten-maven-plugin</artifactId >
171
+ <version >1.6.0</version >
172
+ <configuration >
173
+ <updatePomFile >true</updatePomFile >
174
+ <flattenMode >resolveCiFriendliesOnly</flattenMode >
175
+ </configuration >
176
+ <executions >
177
+ <execution >
178
+ <id >flatten</id >
179
+ <phase >initialize</phase >
180
+ <goals >
181
+ <goal >flatten</goal >
182
+ </goals >
183
+ </execution >
184
+ <execution >
185
+ <id >clean</id >
186
+ <phase >clean</phase >
187
+ <goals >
188
+ <goal >clean</goal >
189
+ </goals >
190
+ </execution >
191
+ </executions >
192
+ </plugin >
168
193
</plugins >
169
194
</build >
170
195
You can’t perform that action at this time.
0 commit comments