mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4347 (Restructure RM Projects)
This commit is contained in:
@@ -25,6 +25,10 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<alfresco.installer.host>nightlybuilds</alfresco.installer.host>
|
<alfresco.installer.host>nightlybuilds</alfresco.installer.host>
|
||||||
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
|
<suiteXmlFile>testng.xml</suiteXmlFile>
|
||||||
|
<skip.automationtests>true</skip.automationtests>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@@ -45,6 +49,16 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<redirectTestOutputToFile>false</redirectTestOutputToFile>
|
||||||
|
<suiteXmlFiles>
|
||||||
|
<suiteXmlFile>${project.build.testOutputDirectory}/${suiteXmlFile}</suiteXmlFile>
|
||||||
|
</suiteXmlFiles>
|
||||||
|
<skipTests>${skip.automationtests}</skipTests>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@@ -12,10 +12,6 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
|
||||||
<suiteXmlFile>testng.xml</suiteXmlFile>
|
|
||||||
<skip.automationtests>true</skip.automationtests>
|
|
||||||
<alfresco.rm.share>alfresco-rm-community-share</alfresco.rm.share>
|
<alfresco.rm.share>alfresco-rm-community-share</alfresco.rm.share>
|
||||||
<alfresco.rm.repo>alfresco-rm-community-repo</alfresco.rm.repo>
|
<alfresco.rm.repo>alfresco-rm-community-repo</alfresco.rm.repo>
|
||||||
</properties>
|
</properties>
|
||||||
@@ -38,19 +34,4 @@
|
|||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<redirectTestOutputToFile>false</redirectTestOutputToFile>
|
|
||||||
<suiteXmlFiles>
|
|
||||||
<suiteXmlFile>${project.build.testOutputDirectory}/${suiteXmlFile}</suiteXmlFile>
|
|
||||||
</suiteXmlFiles>
|
|
||||||
<skipTests>${skip.automationtests}</skipTests>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
||||||
|
|
||||||
<suite name="TestNG AllTestSuite" verbose="1" time-out="300000">
|
<suite name="TestNG AllTestSuite" verbose="1" time-out="300000">
|
||||||
|
|
||||||
<test name="restapi">
|
<test name="restapi">
|
||||||
<packages>
|
<packages>
|
||||||
<package name="org.alfresco.rest.rm.*"/>
|
<package name="org.alfresco.rest.rm.*"/>
|
||||||
|
Reference in New Issue
Block a user