Again - I need to play more with this, but a few months ago it was still a problem (i.e. the IDE just become a fancy notepad :)
I get that Maven is putting the resolved file in the build directory.
That is what I would like to do where we can - but will only work for our editors and projects. We don't control all of the IDE - sorry ;)What I don't understand--and please bear with my naivety about Eclipse plugin development--is why we can't offer some sort of "smart" editor that is aware of the properties defined in the pom.xml file and can resolve them when it needs a value (such as the JTA data source name).
What do you mean by Eclipse properties ? you mean eclipse variables which are used a few places in eclipse ui ?This would be precisely like Eclipse properties. Clearly Eclipse is able to offer paths that "extend" properties, so why can't the files which Maven marks as "filterable" work in the same way?