File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,3 +24,5 @@ target/
2424.classpath
2525.project
2626.settings /
27+
28+ .flattened-pom.xml
Original file line number Diff line number Diff line change 107107 <maven-surefire-plugin .argLine />
108108 <maven-failsafe-plugin .argLine />
109109
110+ <flatten-maven-plugin .version>1.7.3</flatten-maven-plugin .version>
110111 <go-offline-maven-plugin .version>1.2.8</go-offline-maven-plugin .version>
111112 <!-- TODO: cleanup any redundant ignores now also in the 4.0 release (once final) -->
112113 <license-maven-plugin .version>4.6</license-maven-plugin .version>
288289 <artifactId >central-publishing-maven-plugin</artifactId >
289290 <version >${central-publishing-maven-plugin.version} </version >
290291 </plugin >
292+
293+ <plugin >
294+ <groupId >org.codehaus.mojo</groupId >
295+ <artifactId >flatten-maven-plugin</artifactId >
296+ <version >${flatten-maven-plugin.version} </version >
297+ </plugin >
291298 </plugins >
292299 </pluginManagement >
293300
531538 <id >release</id >
532539 <build >
533540 <plugins >
541+ <plugin >
542+ <groupId >org.codehaus.mojo</groupId >
543+ <artifactId >flatten-maven-plugin</artifactId >
544+ <configuration >
545+ <flattenMode >ossrh</flattenMode >
546+ </configuration >
547+ <executions >
548+ <execution >
549+ <id >flatten</id >
550+ <phase >process-resources</phase >
551+ <goals >
552+ <goal >flatten</goal >
553+ </goals >
554+ </execution >
555+ <execution >
556+ <id >flatten.clean</id >
557+ <phase >clean</phase >
558+ <goals >
559+ <goal >clean</goal >
560+ </goals >
561+ </execution >
562+ </executions >
563+ </plugin >
564+
534565 <plugin >
535566 <groupId >org.sonatype.central</groupId >
536567 <artifactId >central-publishing-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments