Dear Gurus
This is not a direct question regard to Maven.
Sometimes I found the code like following in Jakarta's source:
public class Constants {
/**
* The version of James.
*/
public static final String SOFTWARE_VERSION = "@@VERSION@@";
...
}
I found string like "@@VERSION@@" in above codes, it seems like
a macro, and is prepared to be replaced by some preprocessing
tools.
My question is which tool can do such a macro replacement? and
how can I utilize such tool?
TIA
Green
