0

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.

Vladimir
  • 447
  • 5
  • 16

1 Answers1

0

m2eclipse plugin for eclipse handles maven2 properties well.

Vladimir
  • 447
  • 5
  • 16