Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Resource filtering: the Tycho way?

Hi,

what's the preferred way to do build-time string interpolation in a
Tycho-based build. In Maven-land, the resources:resources goal is
responsible for filtering (and indeed, that goal is part of the
eclipse-plugin lifecycle), but in Tycho-land the resources picked up
seem to be determined by your build.properties.

So, how to set things up in build.properties and the POM such that the
resources are filtered before they are packaged as a bundle? I
unfortunately wasn't able to find an example project that uses
resources:resource-style resource filtering.

Best wishes,

Andreas
-- 
Codetrails.com - the knowledge transfer company


Back to the top