Hi all, I want to add version information and a few other timestamps such as latest build number and so on...
IMHO it should reside in META-INF folder of the my root web application like this: /META-INF /META-INF/build.xml But when I put that file in my resource folder, it is becoming so /WEB-INF/ /WEB-INF/classes /WEB-INF/classes/META-INF /WEB-INF/classes/META-INF/build.xml I prefer first one but I do not want to make something is not true. 1 ) I do not know where my build.xml file should reside? 2 ) If /META-INF/build.xml is correct, how can I configure my war plugin to put this file in right location. Thanks -- View this message in context: http://old.nabble.com/Best-Practice---META-INF-tp27129874p27129874.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
