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 1jq0gH-00070A-Ph for pljava-dev@arkaria.postgresql.org; Mon, 29 Jun 2020 20:47:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jq0gG-0001zH-OS for pljava-dev@arkaria.postgresql.org; Mon, 29 Jun 2020 20:47:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jq0gG-0001zA-Go for pljava-dev@lists.postgresql.org; Mon, 29 Jun 2020 20:47:08 +0000 Received: from mail-ed1-x532.google.com ([2a00:1450:4864:20::532]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jq0g9-0005Ut-VE for pljava-dev@lists.postgresql.org; Mon, 29 Jun 2020 20:47:07 +0000 Received: by mail-ed1-x532.google.com with SMTP id dg28so14172200edb.3 for ; Mon, 29 Jun 2020 13:47:01 -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; bh=moaOHJZ1cPErrc2UOVUZoA6E20G5GJ9G0Z/KBgottZY=; b=lz3Dj90q5RsbQ0Elb+uDkftOsdJZ4Bf39vYt2qdEEvmeSsS5ppySq4kGBcxJmY9XNI 7TrTkY3ow6FJWA3oSeSd7V0De07xITPEkIb/6oI7QUmlS4fa7Mpe7pBFkQa0STQ//ozP toQJWUDmSUd3yFRLRNKKabsGT5oKEmXtBowyjEgO0EK6Ku7LNPANI7TXQdWb6oLFuJkO Yknu2UDjg7adPFIY/8mDV+4f5idIlkqoXTX/uOBdAwa2onyuV/Ga59IGflKzqcNsgATr 1YqnZ0RLhyFP24pWSwQPHnvp3OBowkOpfArNzDLMx/Z3JRxmAPQeVqyyqzCgaTISce5+ ee5w== 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; bh=moaOHJZ1cPErrc2UOVUZoA6E20G5GJ9G0Z/KBgottZY=; b=IiB/wfUr4GZ4d0vcBF5whBic94GhxgBNb/z4jLoSHBq1qXOn8vDMfOdOcsb/JoGZfe KdtUHkIVuLV+PkeTLfFF/TmKvKs5DA0fB7NPYGgteBukFZPBVymx7ZIMG1m90jaWYw1H dms7HbOGfV1O6jPqe7o0lFtGqOzldkzOnadP7YehhdpCY7Yq4Mg0oaWueUui5NZ6Ixox 2MKaeweHUsDt14DVGklVp2rpJLuUdS6lcoNEzVSMP5Qwc9ngWOe+10E0+QmvCnSjgBfu y/r31Q+q4GYps0s55gESmpC0ZXPdGCZs4eYfr20YnPLCC89Bputy6GK+SOB7xKEXqwuR BQKQ== X-Gm-Message-State: AOAM532Ze1vlg0ve1xRGWfrMOLV/GMKWufQiJauKlsz5MUung77C3aVW Im4ZARB4MZe50WQ3lkN66zl92fCzyhPWdLOZs40Tr0ib3qk= X-Google-Smtp-Source: ABdhPJxJ9DcqUlaptdkUOdHzd+vkLp4UUJMG/y+PNIyKhlaJkfuF0xj3jyiDZW/tWNZ28SxTW9OSbUzVAx5npJR4MD8= X-Received: by 2002:aa7:c4d8:: with SMTP id p24mr17112377edr.323.1593463619770; Mon, 29 Jun 2020 13:46:59 -0700 (PDT) MIME-Version: 1.0 References: <5EF7B265.3060907@anastigmatix.net> In-Reply-To: <5EF7B265.3060907@anastigmatix.net> From: Kartik Ohri Date: Tue, 30 Jun 2020 02:16:48 +0530 Message-ID: Subject: Re: PL/Java new build plugin To: Chapman Flack , pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="00000000000004dc5705a93f29ef" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000004dc5705a93f29ef Content-Type: text/plain; charset="UTF-8" Hi!, I have worked on your comments and fixed the issues. It builds for me in a single step as well. (It required two only the first time I added the module.) I am a bit clueless on how to proceed on working on the plugin. Can you give me some pointers ? I was thinking of going through nar maven plugin source code but didn't know where to start since our plugin is targeted at a specific project and there may be many things we need not to work on. --00000000000004dc5705a93f29ef Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi!, I have worked on your comments and fixed the issues.= It builds for me in a single step as well. (It required two only the first= time I added the module.)=C2=A0

I am a bit clueless=C2=A0 on how to proceed on working on the plugin. Ca= n you give me some pointers ? I was thinking of going through nar maven plu= gin source code but didn't know where to start since our plugin is targ= eted at a specific project and there may be many things we need not to work= on.
--00000000000004dc5705a93f29ef--