Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jqiSR-0006rp-GM for pljava-dev@arkaria.postgresql.org; Wed, 01 Jul 2020 19:31:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jqiSQ-0005Pb-DX for pljava-dev@arkaria.postgresql.org; Wed, 01 Jul 2020 19:31:46 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jqiSQ-0005PU-7M for pljava-dev@lists.postgresql.org; Wed, 01 Jul 2020 19:31:46 +0000 Received: from mail-ed1-x52a.google.com ([2a00:1450:4864:20::52a]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jqiSJ-0000lR-CI for pljava-dev@lists.postgresql.org; Wed, 01 Jul 2020 19:31:45 +0000 Received: by mail-ed1-x52a.google.com with SMTP id h28so21154665edz.0 for ; Wed, 01 Jul 2020 12:31:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tPRWBt7IYIG1C7L8CyMalm3HbwjgUXk0Hxhsr+YBK+o=; b=oCo39He+CVHfFe4Hyw0oCPFKCC66u07AdTn8cAnmmIYUfBBJ6Smq0xfvS7GD3P4X3m 5QRc3bLCjNm+7U7zMVMbu6NXSNtPvX2GTmgy2WdcN5SlobK4NFbNIJTIApGYw57ibnax ycrp5p+vkqSmfjhEqy0aCm/ppe+e4Tkh7Wi3l+EzR18vEWB5rdK+N1/RUmw+pwaWBAix +S9A5P/KEBDWnk6RIHLBS1rOUPBkHdkMGei59KoFDS2UfSFKDFC2RuBawpaxyRA79OcE Lvc+LxZ/hqvRK/gsvb4v7ut6seXrpZf9qVc51PO7tttd7zYBdTgnupHa+SrmnSc+wBx+ 5P+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tPRWBt7IYIG1C7L8CyMalm3HbwjgUXk0Hxhsr+YBK+o=; b=T7DBPbr4OddFIOXJUYhbtAOSl/rMwYjJCTmABoYkQuDhIgx1/TiXhsz8gxphuDaW2g Y6j7aFx29Nfi6Y0p4jbagNIeWEYyEmoxpXWBuoBp7/OEhe4ldh0+Z/jFtx+LN0kUzYnX GOk/FyO4yqO6F2tc1ocV1mGkAW9ggM2Q+m47WDCM3ZXPHwPQPJboZEQtEUIKnSmDb1EM XwKKK1P9MJgFWEoBN+hkZlSR2xkqT4Zn0t0/1YTl7UOH/pTH9AuVrC7MUHw76bCiF0Hm w3M4kPtW6TC0GY2rODi+eJVVqdtAr51OBFUIL0q1b2mstYQit8x4csQjEn5jM/b7ZJdt D5LQ== X-Gm-Message-State: AOAM530MgF04vWCiXxel+iDrbep0KHuBi4TjS9BtvFDM5FAMlg5ZlLoB XzAsnkAI1pOoYSP9pGSfzaUSbDYuWmObXhAn6kHe4q/i12Y= X-Google-Smtp-Source: ABdhPJzWrS6+9zzUW+XBP/RcSg68dMCF0J+UF6IePMwG9t9AohB4cLs4KfcbBJXRjZixSMUhF0+dUZFCKz+e6vtoduM= X-Received: by 2002:a05:6402:1a54:: with SMTP id bf20mr30059101edb.69.1593631897935; Wed, 01 Jul 2020 12:31:37 -0700 (PDT) MIME-Version: 1.0 References: <5EF7B265.3060907@anastigmatix.net> <5EFA6C22.8060006@anastigmatix.net> <5EFC18D9.3090108@anastigmatix.net> In-Reply-To: <5EFC18D9.3090108@anastigmatix.net> From: Kartik Ohri Date: Thu, 2 Jul 2020 01:01:26 +0530 Message-ID: Subject: Re: PL/Java new build plugin To: Chapman Flack Cc: pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000002de43105a96657dc" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000002de43105a96657dc Content-Type: text/plain; charset="UTF-8" > > I have added a document for discussion on the PL/Java wiki: > > https://github.com/tada/pljava/wiki/Build-process-custom-Maven-plugin > > Much of it repeats what was in the GSoC idea proposal or discussed before, > but it also reflects more thinking I have had time to do since then. > I have gone through the document and have a broad overview of the things to be implemented. The branch I am using for developing can be viewed at https://github.com/amCap1712/pljava/tree/plugin. As you can see I have modified the execute method to set a property and print it later. It works for me. How should we proceed ? --0000000000002de43105a96657dc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I have added a document for discussion on the PL/Java wi= ki:

https://github.com/tada/pljava/= wiki/Build-process-custom-Maven-plugin

Much of it repeats what was in the GSoC idea proposal or discussed before,<= br> but it also reflects more thinking I have had time to do since then.
I have gone through the document and have a broad=C2=A0overv= iew of the things to be implemented.

The branch I = am using for developing can be viewed at=C2=A0https://github.com/amCap1712/pljava/tree/plu= gin. As you can see I have modified the execute method to set a propert= y and print it later. It works for me. How should we proceed ?=C2=A0
<= /div>
--0000000000002de43105a96657dc--