You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/11/16 16:09:10 UTC

[tomee] branch master updated: Add a profile that does the same as the main build, but without the examples

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

jgallimore 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 c5b7850  Add a profile that does the same as the main build, but without the examples
c5b7850 is described below

commit c5b7850e7b2279c7acf478881fcb9f7a1244bd5a
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Mon Nov 16 15:54:44 2020 +0000

    Add a profile that does the same as the main build, but without the examples
---
 pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pom.xml b/pom.xml
index a827cf8..3220438 100644
--- a/pom.xml
+++ b/pom.xml
@@ -616,6 +616,23 @@
       </modules>
     </profile>
     <profile>
+      <id>no-examples</id>
+      <modules>
+        <module>boms</module>
+        <module>itests</module>
+        <module>maven</module>
+        <module>gradle</module>
+        <module>container</module>
+        <module>server</module>
+        <module>mp-jwt</module>
+        <module>assembly</module>
+        <module>tck</module>
+        <module>arquillian</module>
+        <module>utils</module>
+        <module>tomee</module>
+      </modules>
+    </profile>
+    <profile>
       <id>quick</id>
       <modules>
         <module>boms</module>