External Property files

2007-07-26 Thread cb2007
with Maven 1.x (build.properties and project.properties files)? Thanks for any help! Carlo -- View this message in context: http://www.nabble.com/External-Property-files-tf4150588s177.html#a11807493 Sent from the Maven - Users mailing list archive at Nabble.com

External property files

2007-07-26 Thread Carlo Bonamico
Hi! In the Maven2 documentation (http://maven.apache.org/pom.html#Properties) I read that properties can come from 1. env.X: Prefixing a variable with env. will return the shell’s environment variable. For example, ${env.PATH} contains the $path environment variable (%PATH% in

Re: External property files

2007-07-26 Thread Maria Odea Ching
Hi Carlo, You may want to take a look at Maven 2's filters :-) http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20filter%20resource%20files? HTH, Deng Carlo Bonamico wrote: Hi! In the Maven2 documentation (http://maven.apache.org/pom.html#Properties) I read that