Re: Declare external properties files

2007-08-09 Thread Jason van Zyl
On 9 Aug 07, at 3:15 PM 9 Aug 07, Daroussin, Arnaud wrote: Hello, I read on the pom Reference page (http://maven.apache.org/ pom.html#Properties) we can declare properties in external files and use it in pom.xml. That documentation is wrong, you can't store properties externally that

Declare external properties files

2007-08-09 Thread Daroussin, Arnaud
Hello, I read on the pom Reference page (http://maven.apache.org/pom.html#Properties) we can declare properties in external files and use it in pom.xml. I find a way to use external properties with resources filters but not in other case. Can you explain how to do this ? Thanks, Arnaud.