File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 26
26
</parent >
27
27
<properties >
28
28
<test .config.path>${basedir} /target/config</test .config.path>
29
+ <maven .cargo.containerId>tomcat10x</maven .cargo.containerId>
29
30
</properties >
30
31
31
32
<!-- Component Definition -->
48
49
<plugin >
49
50
<groupId >org.codehaus.cargo</groupId >
50
51
<artifactId >cargo-maven3-plugin</artifactId >
51
- <version >1.10.10 </version >
52
+ <version >1.10.20 </version >
52
53
<dependencies >
53
54
<dependency >
54
55
<groupId >org.codehaus.plexus</groupId >
93
94
</manifest >
94
95
</archive >
95
96
<container >
96
- <containerId >tomcat10x </containerId >
97
+ <containerId >${maven.cargo.containerId} </containerId >
97
98
<!-- <type>embedded</type>-->
98
99
<!-- <zipUrlInstaller><url>https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/8.5.50/tomcat-8.5.50.zip</url></zipUrlInstaller> -->
99
100
<systemProperties >
263
264
</plugins >
264
265
</build >
265
266
</profile >
267
+ <profile >
268
+ <id >jdk17.options</id >
269
+ <activation >
270
+ <jdk >[17,)</jdk >
271
+ </activation >
272
+ <properties >
273
+ <maven .cargo.containerId>tomcat11x</maven .cargo.containerId>
274
+ </properties >
275
+ </profile >
266
276
</profiles >
267
-
268
277
</project >
You can’t perform that action at this time.
0 commit comments