File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 30
30
<properties >
31
31
<!-- If the binary-licensing profile is activated, we need the ForgeRock license there -->
32
32
<forgerock .license.output.dir>${project.build.directory} /${project.build.finalName} /WEB-INF/legal-notices</forgerock .license.output.dir>
33
+ <maven .cargo.containerId>tomcat10x</maven .cargo.containerId>
33
34
</properties >
34
35
35
36
<dependencies >
170
171
<plugin >
171
172
<groupId >org.codehaus.cargo</groupId >
172
173
<artifactId >cargo-maven3-plugin</artifactId >
174
+ <version >1.10.20</version >
173
175
<extensions >true</extensions >
174
176
<executions >
175
177
<execution >
207
209
</manifest >
208
210
</archive >
209
211
<container >
210
- <containerId >tomcat10x </containerId >
212
+ <containerId >${maven.cargo.containerId} </containerId >
211
213
<type >embedded</type >
212
214
<!-- <zipUrlInstaller><url>https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/8.5.50/tomcat-8.5.50.zip</url></zipUrlInstaller> -->
213
215
<systemProperties >
239
241
</plugin >
240
242
</plugins >
241
243
</build >
244
+ <profiles >
245
+ <profile >
246
+ <id >jdk17.options</id >
247
+ <activation >
248
+ <jdk >[17,)</jdk >
249
+ </activation >
250
+ <properties >
251
+ <maven .cargo.containerId>tomcat11x</maven .cargo.containerId>
252
+ </properties >
253
+ </profile >
254
+ </profiles >
242
255
</project >
You can’t perform that action at this time.
0 commit comments