File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
templates/server/src/main/resources/archetype-resources Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1919 <jackson .version>$[jackson.version]</jackson .version> <!-- Overriding Jackson for fixing vulnerabilities -->
2020 <guava .version>$[guava.version]</guava .version>
2121 <devonfw .test.excluded.groups>system</devonfw .test.excluded.groups>
22+ <flatten .mode>oss</flatten .mode>
2223 </properties >
2324
2425 <modules >
122123 </execution >
123124 </executions >
124125 </plugin >
126+
127+ <!-- generate and use flattened pom instead of pom.xml -->
128+ <plugin >
129+ <groupId >org.codehaus.mojo</groupId >
130+ <artifactId >flatten-maven-plugin</artifactId >
131+ <configuration >
132+ <flattenMode >${flatten.mode} </flattenMode >
133+ </configuration >
134+ <executions >
135+ <execution >
136+ <id >flatten</id >
137+ <phase >process-test-resources</phase >
138+ <goals >
139+ <goal >flatten</goal >
140+ </goals >
141+ </execution >
142+ <execution >
143+ <id >flatten.clean</id >
144+ <phase >clean</phase >
145+ <goals >
146+ <goal >clean</goal >
147+ </goals >
148+ </execution >
149+ </executions >
150+ </plugin >
125151 </plugins >
126152 <pluginManagement >
127153 <plugins >
You can’t perform that action at this time.
0 commit comments