From scm-return-50677-archive-asf-public=cust-asf.ponee.io@geronimo.apache.org Mon Jun 18 21:48:02 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9B416180663 for ; Mon, 18 Jun 2018 21:48:01 +0200 (CEST) Received: (qmail 22372 invoked by uid 500); 18 Jun 2018 19:48:00 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 22363 invoked by uid 99); 18 Jun 2018 19:48:00 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2018 19:48:00 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 0455C3A0057 for ; Mon, 18 Jun 2018 19:47:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1833761 - /geronimo/specs/trunk/pom.xml Date: Mon, 18 Jun 2018 19:47:59 -0000 To: scm@geronimo.apache.org From: rotty3000@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180618194800.0455C3A0057@svn01-us-west.apache.org> Author: rotty3000 Date: Mon Jun 18 19:47:59 2018 New Revision: 1833761 URL: http://svn.apache.org/viewvc?rev=1833761&view=rev Log: organize the reactor into profiles Signed-off-by: Raymond Auge Modified: geronimo/specs/trunk/pom.xml Modified: geronimo/specs/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/pom.xml?rev=1833761&r1=1833760&r2=1833761&view=diff ============================================================================== --- geronimo/specs/trunk/pom.xml (original) +++ geronimo/specs/trunk/pom.xml Mon Jun 18 19:47:59 2018 @@ -38,78 +38,292 @@ This file exists only to make the CI setup easier - - geronimo-activation_1.1_spec - geronimo-annotation_1.0-MR1_spec - geronimo-annotation_1.0_spec - geronimo-annotation_1.1_spec - geronimo-annotation_1.2_spec - geronimo-annotation_1.3_spec - geronimo-atinject_1.0_spec - geronimo-availability_0.4_spec - geronimo-availability_1.0_spec - geronimo-ccpp_1.0_spec - geronimo-commonj_1.1_spec - geronimo-concurrent_1.0_spec - geronimo-ejb_3.0_spec - geronimo-ejb_3.1_spec-alt - geronimo-ejb_3.1_spec - geronimo-ejb_3.2_spec - geronimo-el_1.0_spec - geronimo-el_2.2_spec - geronimo-interceptor_1.1_spec - geronimo-interceptor_1.2_spec - geronimo-interceptor_3.0_spec - geronimo-j2ee-connector_1.6_spec - geronimo-j2ee-deployment_1.1_spec - geronimo-j2ee-management_1.1_spec - geronimo-jacc_1.1_spec - geronimo-jacc_1.4_spec - geronimo-jaspic_1.0_spec - geronimo-javaee-deployment_1.1MR3_spec - geronimo-javamail_1.4_spec - geronimo-javamail_1.5_spec - geronimo-jaxb_2.0_spec - geronimo-jaxb_2.1_spec - geronimo-jaxb_2.2_spec - geronimo-jaxr_1.0_spec - geronimo-jaxrpc_1.1_spec - geronimo-jaxrs_1.1_spec - geronimo-jaxrs_2.0_spec - geronimo-jaxrs_2.1_spec - geronimo-jaxws_2.1.1_spec - geronimo-jaxws_2.1_spec - geronimo-jaxws_2.2_spec - geronimo-jbatch_1.0_spec - geronimo-jcache_1.0_spec - geronimo-jcdi_1.0_spec - geronimo-jcdi_1.1_spec - geronimo-jcdi_2.0_spec - geronimo-jms_1.1_spec - geronimo-jms_2.0_spec - geronimo-jpa_1.0_spec - geronimo-jpa_2.0_spec - geronimo-jpa_2.1_spec - geronimo-json_1.0_spec - geronimo-json_1.1_spec - geronimo-jsonb_1.0_spec - geronimo-jsp_2.1_spec - geronimo-jsp_2.2_spec - geronimo-jta_1.1_spec - geronimo-jta_1.2_spec - geronimo-osgi-support - geronimo-saaj_1.3_spec - geronimo-servlet_2.5_spec - geronimo-servlet_3.0_spec - geronimo-servlet_3.1_spec - geronimo-stax-api_1.0_spec - geronimo-stax-api_1.2_spec - geronimo-validation_1.0_spec - geronimo-validation_1.1_spec - geronimo-validation_2.0_spec - geronimo-websockets_1.0_spec - geronimo-ws-metadata_2.0_spec - + + + JavaEE5AndOlder + + + + + geronimo-osgi-support + + geronimo-annotation_1.0-MR1_spec + geronimo-annotation_1.0_spec + geronimo-availability_0.4_spec + geronimo-availability_1.0_spec + geronimo-ccpp_1.0_spec + geronimo-commonj_1.1_spec + geronimo-ejb_3.0_spec + geronimo-el_1.0_spec + geronimo-el_2.2_spec + geronimo-interceptor_1.1_spec + geronimo-interceptor_3.0_spec + geronimo-j2ee-deployment_1.1_spec + geronimo-jacc_1.1_spec + geronimo-jacc_1.4_spec + geronimo-javaee-deployment_1.1MR3_spec + geronimo-jaxb_2.0_spec + geronimo-jaxb_2.1_spec + geronimo-jaxws_2.1.1_spec + geronimo-jaxws_2.1_spec + geronimo-jpa_1.0_spec + geronimo-jsp_2.1_spec + geronimo-servlet_2.5_spec + geronimo-stax-api_1.2_spec + geronimo-ws-metadata_2.0_spec + + + + JavaEE6 + + + + + geronimo-osgi-support + + geronimo-servlet_3.0_spec + + geronimo-jsp_2.2_spec + + + + geronimo-jaxrs_1.1_spec + + geronimo-jaxws_2.2_spec + geronimo-jaxb_2.2_spec + + geronimo-jaxrpc_1.1_spec + + geronimo-jaxr_1.0_spec + geronimo-jcdi_1.0_spec + geronimo-atinject_1.0_spec + geronimo-validation_1.0_spec + geronimo-ejb_3.1_spec + geronimo-ejb_3.1_spec-alt + geronimo-j2ee-connector_1.6_spec + geronimo-jpa_2.0_spec + geronimo-annotation_1.1_spec + geronimo-jms_1.1_spec + geronimo-jta_1.1_spec + geronimo-javamail_1.4_spec + geronimo-jaspic_1.0_spec + + + geronimo-j2ee-management_1.1_spec + + + + geronimo-activation_1.1_spec + geronimo-stax-api_1.0_spec + + + + JavaEE7 + + + + + geronimo-osgi-support + + geronimo-websockets_1.0_spec + geronimo-json_1.0_spec + geronimo-servlet_3.1_spec + + + + + geronimo-jbatch_1.0_spec + geronimo-concurrent_1.0_spec + geronimo-jcdi_1.1_spec + + geronimo-validation_1.1_spec + geronimo-ejb_3.2_spec + geronimo-interceptor_1.2_spec + + geronimo-jpa_2.1_spec + geronimo-annotation_1.2_spec + geronimo-jms_2.0_spec + geronimo-jta_1.2_spec + geronimo-javamail_1.5_spec + + + + + + + + + + + + + + + + + + + + + + JavaEE8 + + + + + + geronimo-jsonb_1.0_spec + geronimo-json_1.1_spec + + + + + + + geronimo-jcdi_2.0_spec + + geronimo-validation_2.0_spec + + + + + geronimo-annotation_1.3_spec + + + + geronimo-jaxrs_2.1_spec + + + + + + + + + + + + geronimo-saaj_1.3_spec + + + + + + + + + + MicroProfile11 + + 1.8 + + + + geronimo-atinject_1.0_spec + + geronimo-interceptor_1.2_spec + + geronimo-json_1.0_spec + + + + + MicroProfile12 + + 1.8 + + + + geronimo-atinject_1.0_spec + + geronimo-interceptor_1.2_spec + + geronimo-json_1.0_spec + geronimo-annotation_1.2_spec + + + + + + + + + MicroProfile13 + + 1.8 + + + + geronimo-atinject_1.0_spec + + geronimo-interceptor_1.2_spec + + geronimo-json_1.0_spec + geronimo-annotation_1.2_spec + + + + + + + + + + + + MicroProfile14 + + 1.8 + + + + geronimo-atinject_1.0_spec + + geronimo-interceptor_1.2_spec + + geronimo-json_1.0_spec + geronimo-annotation_1.2_spec + + + + + + + + + + + + MicroProfile20 + + 1.8 + + + geronimo-jcdi_2.0_spec + geronimo-atinject_1.0_spec + + geronimo-interceptor_1.2_spec + geronimo-jaxrs_2.1_spec + geronimo-jsonb_1.0_spec + geronimo-json_1.1_spec + geronimo-annotation_1.3_spec + + + + + + + + + + + + others + + geronimo-jcache_1.0_spec + + +