diff --git a/poms/alfresco-sdk-parent/pom.xml b/poms/alfresco-sdk-parent/pom.xml index dc7f4bfc..9213154b 100644 --- a/poms/alfresco-sdk-parent/pom.xml +++ b/poms/alfresco-sdk-parent/pom.xml @@ -336,19 +336,6 @@ src/main/resources ${app.filtering.enabled} - - src/integration/java - ${app.filtering.enabled} - - - src/integration/resources - ${app.filtering.enabled} - - - src/integration/properties - ${app.filtering.enabled} - - ${app.amp.folder} ${app.amp.output.folder} @@ -771,8 +758,125 @@ + + + enable-integration-testing + + true + + + + src/integration/java + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + true + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.5 + + + add-test-source + + process-resources + + + add-test-source + + + + src/integration/java + src/integration/properties + src/integration/resources + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.17 + + + integration-test + + integration-test + + + + verify + + verify + + + + + + src/integration/resources/testng.xml + + + + + + + + org.testng + testng + 6.3.1 + test + + + ${alfresco.groupId} + share-po + ${alfresco.version} + test + + + + org.alfresco.maven + alfresco-rad + ${maven.alfresco.version} + test + + + + org.springframework + spring-context + 3.0.6.RELEASE + provided + + + + com.h2database + h2 + ${h2.version} + test + + + tk.skuro.alfresco + h2-support + ${h2-support.version} + test + + -