Vladimir
Vladimir

Reputation: 457

Eclipse: How to substitute strings in files copied to output folder

Eclipse copies files which are not Java sources to output folder as-is. I need to pre-process (substitute variables) these files before they are copied. The substitution table shall be project-based.

Ideally, maven2 properties shall be used as the substitution table.

Upvotes: 0

Views: 297

Answers (1)

Vladimir
Vladimir

Reputation: 457

m2eclipse plugin for eclipse handles maven2 properties well.

Upvotes: 0

Related Questions