Hi,
Is there a (simple) way to get the java source code in my project
filtered the same way resources are?
That is, in my java file, I could have:
{code}
private final static String MAVEN_VERSION = "${version}";
{code}
and get ${version} replaced at build time?
What I want to achieve here is a way of interrogating my app for its
maven version number at run time, without having to rely on an external
file or resource.
Thanks for any hints.
-Olivier
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]