We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b7460 commit 9591f3fCopy full SHA for 9591f3f
pom.xml
@@ -267,6 +267,31 @@
267
</execution>
268
</executions>
269
</plugin>
270
+ <plugin>
271
+ <groupId>org.codehaus.mojo</groupId>
272
+ <artifactId>flatten-maven-plugin</artifactId>
273
+ <version>${flatten-maven-plugin.version}</version>
274
+ <configuration>
275
+ <updatePomFile>true</updatePomFile>
276
+ <flattenMode>ossrh</flattenMode>
277
+ </configuration>
278
+ <executions>
279
+ <execution>
280
+ <id>flatten</id>
281
+ <goals>
282
+ <goal>flatten</goal>
283
+ </goals>
284
+ <phase>process-resources</phase>
285
+ </execution>
286
287
+ <id>flatten.clean</id>
288
289
+ <goal>clean</goal>
290
291
+ <phase>clean</phase>
292
293
+ </executions>
294
+ </plugin>
295
</plugins>
296
</build>
297
</profile>
0 commit comments