Shading artifact name

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Shading artifact name

Márton Balassi
Hey,

While reading through the flink-parent pom I have stumbled upon this. [1]

<shading-artifact.name>error</shading-artifact.name>

I am just curious why do we use this. :)

[1] https://github.com/apache/flink/blob/master/pom.xml#L72
Reply | Threaded
Open this post in threaded view
|

Re: Shading artifact name

Márton Balassi
Ok, never mind. I got it: it is decided later dependent on the hadoop
profile. Makes sense.

On Tue, Jun 16, 2015 at 1:24 PM, Márton Balassi <[hidden email]>
wrote:

> Hey,
>
> While reading through the flink-parent pom I have stumbled upon this. [1]
>
> <shading-artifact.name>error</shading-artifact.name>
>
> I am just curious why do we use this. :)
>
> [1] https://github.com/apache/flink/blob/master/pom.xml#L72
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Shading artifact name

mxm
We could replace the placeholder "error" with something more meaningful
though...

On Tue, Jun 16, 2015 at 1:27 PM, Márton Balassi <[hidden email]>
wrote:

> Ok, never mind. I got it: it is decided later dependent on the hadoop
> profile. Makes sense.
>
> On Tue, Jun 16, 2015 at 1:24 PM, Márton Balassi <[hidden email]>
> wrote:
>
> > Hey,
> >
> > While reading through the flink-parent pom I have stumbled upon this. [1]
> >
> > <shading-artifact.name>error</shading-artifact.name>
> >
> > I am just curious why do we use this. :)
> >
> > [1] https://github.com/apache/flink/blob/master/pom.xml#L72
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Shading artifact name

Henry Saputra
Like with REPLACE_ME ?

On Tue, Jun 16, 2015 at 4:57 AM, Maximilian Michels <[hidden email]> wrote:

> We could replace the placeholder "error" with something more meaningful
> though...
>
> On Tue, Jun 16, 2015 at 1:27 PM, Márton Balassi <[hidden email]>
> wrote:
>
>> Ok, never mind. I got it: it is decided later dependent on the hadoop
>> profile. Makes sense.
>>
>> On Tue, Jun 16, 2015 at 1:24 PM, Márton Balassi <[hidden email]>
>> wrote:
>>
>> > Hey,
>> >
>> > While reading through the flink-parent pom I have stumbled upon this. [1]
>> >
>> > <shading-artifact.name>error</shading-artifact.name>
>> >
>> > I am just curious why do we use this. :)
>> >
>> > [1] https://github.com/apache/flink/blob/master/pom.xml#L72
>> >
>>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Shading artifact name

mxm
Yes, or TO_BE_REPLACED.

On Thu, Jun 18, 2015 at 7:58 AM, Henry Saputra <[hidden email]>
wrote:

> Like with REPLACE_ME ?
>
> On Tue, Jun 16, 2015 at 4:57 AM, Maximilian Michels <[hidden email]>
> wrote:
> > We could replace the placeholder "error" with something more meaningful
> > though...
> >
> > On Tue, Jun 16, 2015 at 1:27 PM, Márton Balassi <
> [hidden email]>
> > wrote:
> >
> >> Ok, never mind. I got it: it is decided later dependent on the hadoop
> >> profile. Makes sense.
> >>
> >> On Tue, Jun 16, 2015 at 1:24 PM, Márton Balassi <
> [hidden email]>
> >> wrote:
> >>
> >> > Hey,
> >> >
> >> > While reading through the flink-parent pom I have stumbled upon this.
> [1]
> >> >
> >> > <shading-artifact.name>error</shading-artifact.name>
> >> >
> >> > I am just curious why do we use this. :)
> >> >
> >> > [1] https://github.com/apache/flink/blob/master/pom.xml#L72
> >> >
> >>
>