We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575a7e8 commit c7eec5cCopy full SHA for c7eec5c
pom.xml
@@ -70,7 +70,31 @@
70
</execution>
71
</executions>
72
</plugin>
73
-
+ <plugin>
74
+ <groupId>org.codehaus.mojo</groupId>
75
+ <artifactId>flatten-maven-plugin</artifactId>
76
+ <version>1.2.5</version>
77
+ <configuration>
78
+ <updatePomFile>true</updatePomFile>
79
+ <flattenMode>resolveCiFriendliesOnly</flattenMode>
80
+ </configuration>
81
+ <executions>
82
+ <execution>
83
+ <id>flatten</id>
84
+ <phase>process-resources</phase>
85
+ <goals>
86
+ <goal>flatten</goal>
87
+ </goals>
88
+ </execution>
89
90
+ <id>flatten.clean</id>
91
+ <phase>clean</phase>
92
93
+ <goal>clean</goal>
94
95
96
+ </executions>
97
+ </plugin>
98
</plugins>
99
100
<resources>
0 commit comments