File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 12811281 </plugins >
12821282 </build >
12831283 </profile >
1284- <profile >
1285- <id >postgres-rdf-tests</id >
1286- <build >
1287- <plugins >
1288- <plugin >
1289- <groupId >org.apache.maven.plugins</groupId >
1290- <artifactId >maven-surefire-plugin</artifactId >
1291- <version >${maven-surefire.version} </version >
1292- <configuration >
1293- <reuseForks >false</reuseForks >
1294- <parallel >classes</parallel >
1295- <forkCount >1C</forkCount >
1296- <argLine >-Xmx2G</argLine >
1297- <systemPropertyVariables >
1298- <jdbcContainerClassName >org.testcontainers.containers.PostgreSQLContainer</jdbcContainerClassName >
1299- <jdbcContainerImage >postgres:15</jdbcContainerImage >
1300- <elasticSearchContainerClassName >docker.elastic.co/elasticsearch/elasticsearch:8.11.4</elasticSearchContainerClassName >
1301- <openSearchContainerClassName >opensearchproject/opensearch:2.7.0</openSearchContainerClassName >
1302- <runESTestCases >false</runESTestCases >
1303- <enableRdf >true</enableRdf >
1304- <rdfContainerImage >stain/jena-fuseki:latest</rdfContainerImage >
1305- <api .version>1.44</api .version>
1306- </systemPropertyVariables >
1307- </configuration >
1308- <executions >
1309- <execution >
1310- <id >postgres-rdf-integration-tests</id >
1311- <phase >test</phase >
1312- <configuration >
1313- <includes >
1314- <include >**/*Test.java</include >
1315- <include >**/*ResourceTest.java</include >
1316- </includes >
1317- </configuration >
1318- </execution >
1319- </executions >
1320- </plugin >
1321- </plugins >
1322- </build >
1323- </profile >
13241284 <profile >
13251285 <id >mysql-redis-tests</id >
13261286 <dependencies >
You can’t perform that action at this time.
0 commit comments