diff --git a/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml
index 945ef84c..c6956387 100644
--- a/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml
@@ -68,10 +68,5 @@
${alfresco.groupId}
alfresco-repository
-
- org.seleniumhq.selenium
- selenium-java
- 2.39.0
-
diff --git a/poms/alfresco-sdk-parent/pom.xml b/poms/alfresco-sdk-parent/pom.xml
index 139261f3..b11a20d7 100644
--- a/poms/alfresco-sdk-parent/pom.xml
+++ b/poms/alfresco-sdk-parent/pom.xml
@@ -761,6 +761,9 @@
integration
+
+ true
+
src/integration/java
@@ -774,7 +777,19 @@
1.9.1
- add-test-source
+ add-integration-source
+ generate-sources
+
+ add-test-source
+
+
+
+ src/integration/java
+
+
+
+
+ add-integration-resource
generate-sources
add-test-source
@@ -811,117 +826,28 @@
-
- org.codehaus.mojo
- build-helper-maven-plugin
- 1.7
-
-
- add-integration-source
- pre-integration-test
-
- add-test-source
-
-
-
- src/integration/java
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 2.5
-
-
- add-integration-resources
- pre-integration-test
-
- copy-resources
-
-
- ${project.build.directory}/integration-classes
-
-
- src/integration/resources
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.3.2
-
-
- compile-integration-test
- pre-integration-test
-
- testCompile
-
-
-
- ${project.build.directory}/integration-classes
-
-
-
-
-
org.apache.maven.plugins
maven-surefire-plugin
2.17
-
-
- org.apache.maven.plugins
- maven-failsafe-plugin
- 2.17
- src/integration/java
- ${project.build.directory}/integration-classes
-
- src/integration/resources/testng.xml
-
+
+ %regex[.Test*[a-z|A-Z].class]
+
+
+ **/*Test.java
+
-
-
- integration-test
-
- integration-test
-
-
-
- verify
-
- verify
-
-
-
- ${alfresco.groupId}
- share-po
- ${alfresco.version}
-
-
- org.springframework
- spring-context
-
-
- org.springframework
- spring-beans
-
-
+ org.seleniumhq.selenium
+ selenium-java
+ 2.39.0
-
+