diff --git a/pom.xml b/pom.xml index 424a44e4d1..d1ba6e96c1 100644 --- a/pom.xml +++ b/pom.xml @@ -481,7 +481,8 @@ /share 3.1.0 - 2.6 + true + 3.2.2 false 1.8 1.8 @@ -685,7 +686,6 @@ jar - @@ -1045,6 +1045,12 @@ maven-war-plugin ${maven.war.plugin.version} + + + org.apache.commons + commons-compress + 1.18 + org.alfresco.maven.plugin alfresco-maven-plugin diff --git a/rm-automation/rm-automation-community-rest-api/pom.xml b/rm-automation/rm-automation-community-rest-api/pom.xml index 2d10b64cb6..583d5b15e7 100644 --- a/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/rm-automation/rm-automation-community-rest-api/pom.xml @@ -13,6 +13,7 @@ 1.8 + false alfresco-governance-services-community-share alfresco-governance-services-community-repo 6.0.0.3 diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEvents.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEventsTests.java similarity index 98% rename from rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEvents.java rename to rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEventsTests.java index 1b86d8b3ef..12b445b3e3 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEvents.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEventsTests.java @@ -48,7 +48,7 @@ import org.testng.annotations.Test; * @since 2.7 */ @AlfrescoTest (jira = "RM-5234") -public class AuditLoginEvents extends BaseRMRestTest +public class AuditLoginEventsTests extends BaseRMRestTest { @Autowired private RMAuditAPI rmAuditAPI; diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearch.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearchTests.java similarity index 97% rename from rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearch.java rename to rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearchTests.java index af396539f7..5a0f1dfa2e 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearch.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearchTests.java @@ -38,7 +38,7 @@ import org.alfresco.test.AlfrescoTest; import org.springframework.beans.factory.annotation.Autowired; import org.testng.annotations.Test; -public class ShareLiveSearch extends BaseRMRestTest +public class ShareLiveSearchTests extends BaseRMRestTest { @Autowired SearchAPI searchApi; diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 218230b840..dcfe95b0d4 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -31,6 +31,8 @@ 6.1.0 alfresco/alfresco-governance-repository-community + false + diff --git a/rm-community/rm-community-rest-api-explorer/pom.xml b/rm-community/rm-community-rest-api-explorer/pom.xml index cda7507d96..a9ea0cfccc 100644 --- a/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/rm-community/rm-community-rest-api-explorer/pom.xml @@ -13,6 +13,7 @@ 1.8 1.8 + false UTF-8 UTF-8