Merge remote-tracking branch 'remotes/origin/master' into feature/RM-6821_IntermittentSearchRestApiTests

This commit is contained in:
cagache
2019-04-16 08:17:37 +03:00
6 changed files with 14 additions and 4 deletions

10
pom.xml
View File

@@ -481,7 +481,8 @@
<share.client.contextPath>/share</share.client.contextPath>
<maven.javadoc.version>3.1.0</maven.javadoc.version>
<maven.war.plugin.version>2.6</maven.war.plugin.version>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.war.plugin.version>3.2.2</maven.war.plugin.version>
<maven.alfresco.includeDependencies>false</maven.alfresco.includeDependencies>
<maven.build.sourceVersion>1.8</maven.build.sourceVersion>
<maven.build.testSourceVersion>1.8</maven.build.testSourceVersion>
@@ -685,7 +686,6 @@
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
@@ -1045,6 +1045,12 @@
<artifactId>maven-war-plugin</artifactId>
<version>${maven.war.plugin.version}</version>
<dependencies>
<!-- Needed when creating the community and enterprise rest api wars -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.18</version>
</dependency>
<dependency>
<groupId>org.alfresco.maven.plugin</groupId>
<artifactId>alfresco-maven-plugin</artifactId>

View File

@@ -13,6 +13,7 @@
<properties>
<maven.build.sourceVersion>1.8</maven.build.sourceVersion>
<maven.javadoc.skip>false</maven.javadoc.skip>
<ags.share>alfresco-governance-services-community-share</ags.share>
<ags.repo>alfresco-governance-services-community-repo</ags.repo>
<tas.restapi.version>6.0.0.3</tas.restapi.version>

View File

@@ -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;

View File

@@ -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;

View File

@@ -31,6 +31,8 @@
<alfresco.alfresco-share-services.version>6.1.0</alfresco.alfresco-share-services.version>
<image.name>alfresco/alfresco-governance-repository-community</image.name>
<maven.javadoc.skip>false</maven.javadoc.skip>
</properties>
<build>

View File

@@ -13,6 +13,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.javadoc.skip>false</maven.javadoc.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>