Re: PL/Java new build plugin

From: Kartik Ohri <kartikohri13(at)gmail(dot)com>
To: Chapman Flack <chap(at)anastigmatix(dot)net>
Cc: pljava-dev(at)lists(dot)postgresql(dot)org
Subject: Re: PL/Java new build plugin
Date: 2020-07-22 02:25:38
Message-ID: CAASLQ4NYw4Z_YprQXe6dJvQpz_gV4r8CZmzpzzE9T+2X4tgWdQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

>
> I think that probably is preferable to the look-up-the-Xpp3Dom business,
> as it doesn't require the hardcoding of the artifact IDs or execution ID,
> etc. (I still wonder whether there might also be a way to get the
> MojoExecution injected easily rather than having to look it up. But this
> worked, so I stopped looking.)
>
Since, the PlexusConfiguration thing worked, I tried
@Component
MojoExecution execution;
which worked. This seems to be what JSR-330 aimed at. If only the maven
plugin docs were more friendly.

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2020-07-22 03:00:10 Re: PL/Java new build plugin
Previous Message Kartik Ohri 2020-07-22 02:19:05 Re: PL/Java new build plugin