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 2021/04/14 11:12:10 UTC

[tomee-jakarta] branch master updated: Add a profile just for plume

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-jakarta.git


The following commit(s) were added to refs/heads/master by this push:
     new ea46085  Add a profile just for plume
ea46085 is described below

commit ea46085828ef534701d248eecf3d8a6d0b15b050
Author: David Blevins <da...@gmail.com>
AuthorDate: Wed Apr 14 04:09:24 2021 -0700

    Add a profile just for plume
---
 tomee/pom.xml | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/tomee/pom.xml b/tomee/pom.xml
index b568ae1..60ec224 100644
--- a/tomee/pom.xml
+++ b/tomee/pom.xml
@@ -32,18 +32,30 @@
   <packaging>pom</packaging>
   <name>TomEE :: TomEE</name>
 
-  <modules>
-    <module>tomee-webprofile-webapp</module>
-    <module>tomee-microprofile-webapp</module>
-    <module>tomee-plus-webapp</module>
-    <module>tomee-plume-webapp</module>
-    <module>apache-tomee</module>
-  </modules>
-
 
   <!-- just set the good JPA provider. As openejb-core is needed in all modules it is easier to do it here -->
   <profiles>
     <profile>
+      <id>main</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <modules>
+        <module>tomee-webprofile-webapp</module>
+        <module>tomee-microprofile-webapp</module>
+        <module>tomee-plus-webapp</module>
+        <module>tomee-plume-webapp</module>
+        <module>apache-tomee</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>plume</id>
+      <modules>
+        <module>tomee-plume-webapp</module>
+        <module>apache-tomee</module>
+      </modules>
+    </profile>
+    <profile>
       <id>openjpa</id>
       <activation>
         <activeByDefault>true</activeByDefault>