You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/08/13 03:01:56 UTC

[tomee] branch master updated: Profile to target testing on Java 11

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new b6806f5  Profile to target testing on Java 11
b6806f5 is described below

commit b6806f5174561e727b956230c29a5eecb6f60b82
Author: David Blevins <da...@gmail.com>
AuthorDate: Mon Aug 12 20:01:24 2019 -0700

    Profile to target testing on Java 11
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index f996ee9..9a216b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -592,6 +592,15 @@
       </repositories>
     </profile>
     <profile>
+      <id>java11tests</id>
+      <modules>
+        <module>examples</module>
+        <module>itests/microprofile-jwt-itests</module>
+        <module>arquillian/arquillian-tomee-tests</module>
+        <module>tck</module>
+      </modules>
+    </profile>
+    <profile>
       <id>quick</id>
       <modules>
         <module>maven</module>