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 1jbaoX-0004qV-86 for pljava-dev@arkaria.postgresql.org; Thu, 21 May 2020 02:20:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jbaoW-0003QT-5I for pljava-dev@arkaria.postgresql.org; Thu, 21 May 2020 02:20:04 +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 1jbaoV-0003QM-M5 for pljava-dev@lists.postgresql.org; Thu, 21 May 2020 02:20:04 +0000 Received: from anastigmatix.net ([68.171.219.55]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jbaoT-0001vi-7Y for pljava-dev@lists.postgresql.org; Thu, 21 May 2020 02:20:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anastigmatix.net; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=HI8VuBwWGxWCMLtAxxcGF4cQoGILdqQ6OigyRBLhI84=; b=g57lhPSt4OIg4T1aAjuN/OBtAS cRGPU04x+P2meZNaewzPXLyC9J+elTDb0Ep2kya1ja75kUnqbrUD9mqW8+YHyN4y8WSt5WHl/gKs7 B2oSkJwrY8B9M9rDeXfxoB90CXUraQZJKt4ffDdzu2BVgSJOkPwyk3e2ZCRH/l68YwGaz4amrA42S JZzeAYHn5mLVrIfGEHxwQTmNnS9Y3vtNPwwKr6i1h+c8XKx6kx7La3tJLrd8rrywG42731ClK6WR3 dxAq5M7YKgfphOgVb6amGZXaHycHTRnb+eketsZSVm6bhbRi5N2Pojtce6BBuuhiLOyr0DEF5A/3k yOGtd44w==; Received: from [184.19.31.139] (port=35382) by bay.acenet.us with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1jbaoQ-0020bP-9n for pljava-dev@lists.postgresql.org; Wed, 20 May 2020 22:19:58 -0400 Subject: Re: Is anyone hacking on PL/Java using Eclipse ? To: pljava-dev@lists.postgresql.org References: <5EC33FDA.8040101@anastigmatix.net> From: Chapman Flack Message-ID: <5EC5E54D.8020901@anastigmatix.net> Date: Wed, 20 May 2020 22:19:57 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <5EC33FDA.8040101@anastigmatix.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-95.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bay.acenet.us X-AntiAbuse: Original Domain - lists.postgresql.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - anastigmatix.net X-Get-Message-Sender-Via: bay.acenet.us: authenticated_id: chap@anastigmatix.net X-Authenticated-Sender: bay.acenet.us: chap@anastigmatix.net X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 05/18/20 22:09, Chapman Flack wrote: > So it seems to me that most of that large hunk of XML in the POM could > be dispensed with: for nar-maven-plugin (which is most of the hunk), and > for properties-maven-plugin if the version is bumped to 1.0.0. Something > might still be needed for maven-antrun-plugin but the processing instruction > might be enough. > > But I am not using Eclipse, so I won't immediately know if that's going > to mess up someone else's day. To make those proposed changes concrete and testable, there is now a branch chore/master/m2e on github that contains them. Regards, -Chap