From f1978ea4cf58984de93d6a80587e4d0543f391fc Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Fri, 27 Nov 2015 17:51:29 +0000 Subject: [PATCH] Moved rm-automation into the enterprise project git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@118799 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- rm-automation/pom.xml | 323 ------------------------------------------ 1 file changed, 323 deletions(-) delete mode 100644 rm-automation/pom.xml diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml deleted file mode 100644 index 51ca9bd840..0000000000 --- a/rm-automation/pom.xml +++ /dev/null @@ -1,323 +0,0 @@ - - - - org.alfresco - alfresco-rm-parent - 2.4-SNAPSHOT - - 4.0.0 - alfresco-rm-automation - - 2.45.0 - 4.0.5.RELEASE - - 1.8 - testng.xml - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-test-source - - add-test-source - - - - src/unit-test/java - - - - - - - maven-surefire-plugin - - false - - ${project.build.testOutputDirectory}/${suiteXmlFile} - - - - - - maven-antrun-plugin - - - default-cli - - - Stopping Alfresco... - - - - - - - - - - - - - org.alfresco.test - dataprep - 1.4 - - - org.alfresco.test - alfresco-testng - 1.1 - - - org.alfresco - selenium-grid - 1.4 - - - org.springframework - spring-beans - ${spring.version} - - - org.springframework - spring-core - ${spring.version} - - - org.springframework - spring-context - ${spring.version} - - - org.springframework - spring-tx - ${spring.version} - test - - - org.springframework - spring-test - ${spring.version} - test - - - org.testng - testng - 6.8.8 - - - ru.yandex.qatools.htmlelements - htmlelements-all - 1.12 - - - ru.yandex.qatools.properties - properties-loader - 1.5 - test - - - com.github.tomakehurst - wiremock - 1.56 - - - org.apache.chemistry.opencmis - chemistry-opencmis-client-bindings - 0.11.0 - - - org.apache.chemistry.opencmis - chemistry-opencmis-client-api - 0.11.0 - - - org.apache.chemistry.opencmis - chemistry-opencmis-client-impl - 0.11.0 - - - - - install-alfresco - - - - - maven-antrun-plugin - - - fetch-installer - generate-test-resources - - run - - - - Recreating database... - drop database if exists alfresco; create database alfresco - Downloading Alfresco installer... - - - - Installing Alfresco... - - - - - - - - - - org.apache.ant - ant-jsch - 1.8.2 - - - postgresql - postgresql - 9.1-901-1.jdbc4 - - - - - maven-dependency-plugin - - - fetch-amps - process-test-resources - - copy - - - - - org.alfresco - alfresco-rm-share - ${project.version} - amp - amp - - - org.alfresco - alfresco-rm-server - ${project.version} - amp - amp - - - ${project.build.directory}/amps - true - - - - - - org.alfresco.maven.plugin - alfresco-maven-plugin - true - - - install-server-amp - - install - - process-test-resources - - true - ${project.build.directory}/amps/alfresco-rm-server-${project.version}-amp.amp - ${project.build.directory}/alf-installation/tomcat/webapps/alfresco.war - amp - - - - install-share-amp - - install - - process-test-resources - - true - ${project.build.directory}/amps/alfresco-rm-share-${project.version}-amp.amp - ${project.build.directory}/alf-installation/tomcat/webapps/share.war - amp - - - - - - - - - run-alfresco - - - - - org.jacoco - jacoco-maven-plugin - 0.6.3.201306030806 - - - prepare-jacoco - - prepare-agent - - - - - - org.alfresco.* - - - - - - maven-antrun-plugin - - - start-alfresco - process-test-classes - - run - - - - Starting Alfresco... - - - - - - - - - - stop-alfresco - post-integration-test - - run - - - - Stopping Alfresco... - - - - - - - - - - - - -