mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
* ACS-11434 testing in community packaging * ACS-11434 minor fixes * ACS-11434 added tag indexing tests * ACS-11434 refactored tests * ACS-11434 precommit fix * ACS-11434 addressed copilot comments * ACS-11434 addressed pr comments * ACS-11434 Update batch indexing image to latest alpha * ACS-11434 activate all-tas-tests profile while build * ACS-11434 fix ci build * ACS-11434 fix ci build * ACS-11434 fix ci build * ACS-11434 Sync with master * ACS-11434 fix ci * ACS-11434 add missing env parameters * ACS-11434 ci fix * ACS-11434 trim whitespace from batch indexing tag * ACS-11434 Added alfresco with jdbc jars config * ACS-11434 Fix basic auth tests and remove testrail * ACS-11434 Fix precommit * ACS-11434 Added retry listeners for basic auth test suite * ACS-11434 Fix opensearch basicauth tests
26 lines
980 B
XML
26 lines
980 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>content-repository-community-tests</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<parent>
|
|
<groupId>org.alfresco</groupId>
|
|
<artifactId>acs-community-packaging</artifactId>
|
|
<version>26.2.0-A.24-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<modules>
|
|
<module>testcontainers-env</module>
|
|
<module>tas-restapi</module>
|
|
<module>tas-elasticsearch</module>
|
|
<module>tas-cmis</module>
|
|
<module>tas-email</module>
|
|
<module>tas-webdav</module>
|
|
<module>tas-integration</module>
|
|
<module>tas-distribution-zip</module>
|
|
</modules>
|
|
|
|
<properties>
|
|
<dependency.org-json.version>20170516</dependency.org-json.version>
|
|
</properties>
|
|
</project> |