Hi,
Thanks. I understand it now.
Niels
On Fri, Sep 2, 2022 at 6:35 PM Slawomir Jaranowski
wrote:
> Hi Niels
>
> There are two different topics.
>
> First, how Maven builds a multi module project, sequentially or in
> parallel.
> This is configured by -T options for Maven command.
> Even Maven
Hi everyone,
Apologies if this has been answered before but I searched around and couldn't
find an answer.
For Apache Hadoop, I'm looking to shade Apache Avro jar, relocating the avro
classes to a new package name.
This new jar would be published to Maven Central and used by Hadoop.
The aim is no
hi PJ. You can do like this:
true
org.apache.avro:avro
Kind regards,
Delany
On Sun, 4 Sept 2022 at 19:05, PJ Fanning
wrote:
> Hi everyone,
> Apologies if this has been answered before but I searched around and
> couldn't find an answer.
> For Apache Hadoop, I'm looking to shade Ap
Thanks Delany. That was exactly what I was looking for.
On Sunday 4 September 2022 at 18:44:18 IST, Delany
wrote:
hi PJ. You can do like this:
true
org.apache.avro:avro
Kind regards,
Delany
On Sun, 4 Sept 2022 at 19:05, PJ Fanning
wrote:
> Hi everyone,
> Apologies if
Hi everyone,
I have another question about maven-shade-plugin. I'm wondering if there is an
equivalent of ServicesResourceTransformer that can be used on resource files
that appear outside META-INF/services dir.
My use case involves avro-compiler.jar. It has Velocity templates that are used
to