blob: ad06b4d3c92639895a1c02d0b25e1e2817484fff [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<profiles>
<profile>
<id>jakarta-tck-environment</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<jakartaee91.cts.home>/opt/dev/tcks/jakartaee91-tck</jakartaee91.cts.home>
<jakartaee91.ri.home>/opt/dev/tcks/glassfish6/glassfish</jakartaee91.ri.home>
</properties>
</profile>
</profiles>
</settings>