including properties in the pom.xml from an external file

2008-01-22 Thread Guillaume Lederrey
Hello ! Is there a way to include properties in a pom.xml from an external file ? There was that possibility in Maveen 1 with a project.properties, but I cant find anything in the documentation of Maven 2 ... Did this disappear ? For what reason ? Thanks for your help ! -- Jabber : [EMAIL

Re: including properties in the pom.xml from an external file

2008-01-22 Thread Rex Huang
Take out the properties from pom file is sensible, it make it easy to configuration. I don't know whether profile can do this. Rex On Jan 22, 2008 5:32 PM, Wayne Fay [EMAIL PROTECTED] wrote: Yes, it is no longer available. What is your use case? Most things can be handled with filters and/or

Re: including properties in the pom.xml from an external file

2008-01-22 Thread Wayne Fay
Yes, it is no longer available. What is your use case? Most things can be handled with filters and/or properties in your pom or profile. Wayne On 1/22/08, Guillaume Lederrey [EMAIL PROTECTED] wrote: Hello ! Is there a way to include properties in a pom.xml from an external file ? There was

Re: including properties in the pom.xml from an external file

2008-01-22 Thread Lee Meador
Rex, I find it just as easy to put the properties in my pom.xml. I put them at the bottom so they are easy to find. Here are the properties I used in a recent program (and now you know how out of date I am with that program) properties spring.version1.2.6/spring.version