Repository: tomee
Updated Branches:
  refs/heads/master a913d491f -> cbb4ec412


TOMEE-2407 - Add MP flavour to Arquillian tests.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/cbb4ec41
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/cbb4ec41
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/cbb4ec41

Branch: refs/heads/master
Commit: cbb4ec412b9ca48db02c864086d5d71fd86c8ea2
Parents: a913d49
Author: Roberto Cortez <radcor...@yahoo.com>
Authored: Thu Dec 20 11:39:51 2018 +0000
Committer: Roberto Cortez <radcor...@yahoo.com>
Committed: Thu Dec 20 11:39:51 2018 +0000

----------------------------------------------------------------------
 arquillian/arquillian-tomee-tests/pom.xml | 39 ++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/cbb4ec41/arquillian/arquillian-tomee-tests/pom.xml
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-tests/pom.xml 
b/arquillian/arquillian-tomee-tests/pom.xml
index 1b422fc..f6b3355 100644
--- a/arquillian/arquillian-tomee-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/pom.xml
@@ -211,6 +211,8 @@
                     props['skip.webapp.webprofile'] = 'true'
                     props['skip.webapp.plus'] = 'true'
                     props['skip.webapp.plume'] = 'true'
+                    props['skip.remote.microprofile'] = 'true'
+                    props['skip.webapp.microprofile'] = 'true'
 
                     if ("true" != skip) {
                       def minProfile = props['profile-under-test']
@@ -375,6 +377,43 @@
                   </excludes>
                 </configuration>
               </execution>
+              <execution>
+                <id>test-tomee-remote-microprofile</id>
+                <phase>test</phase>
+                <goals>
+                  <goal>test</goal>
+                </goals>
+                <configuration>
+                  <skip>${skip.remote.microprofile}</skip>
+                  <systemPropertyVariables>
+                    <openejb.arquillian.debug>true</openejb.arquillian.debug>
+                    <tomee.version>${project.version}</tomee.version>
+                    <tomee.classifier>microprofile</tomee.classifier>
+                    <arquillian.launch>tomee-remote</arquillian.launch>
+                    
<openejb.arquillian.adapter>tomee-remote</openejb.arquillian.adapter>
+                  </systemPropertyVariables>
+                </configuration>
+              </execution>
+              <execution>
+                <id>test-tomee-webapp-remote-microprofile</id>
+                <phase>test</phase>
+                <goals>
+                  <goal>test</goal>
+                </goals>
+                <configuration>
+                  <skip>${skip.webapp.microprofile}</skip>
+                  <systemPropertyVariables>
+                    <tomee.version>${project.version}</tomee.version>
+                    
<tomee.tomcatVersion>${tomcat.version}</tomee.tomcatVersion>
+                    
<tomee.artifactId>tomee-microprofile-webapp</tomee.artifactId>
+                    <arquillian.launch>tomee-webapp</arquillian.launch>
+                    
<openejb.arquillian.adapter>tomee-webapp</openejb.arquillian.adapter>
+                  </systemPropertyVariables>
+                  <excludes>
+                    <exclude>**/AppComposerTest.java</exclude>
+                  </excludes>
+                </configuration>
+              </execution>
             </executions>
             <configuration>
               <skip>true</skip>

Reply via email to