Cemo
Cemo

Reputation: 5570

Maven Shade Plugin filtering

I am trying to enhance/filtering some of my resources at included jars. What I would like to is replacing some of my keywords at included jars at shading phase by new ones.

Is there a way to enhance shaded resources?

Edit:

My resources have such strings: #keyword1# #keyword2# and I would like to replace them by their corresponding.

Upvotes: 0

Views: 164

Answers (1)

Cemo
Cemo

Reputation: 5570

It seems that a Transformer will do necessary things. I will provide details soon.

Upvotes: 1

Related Questions