Re: How to define variables and overwrite them with user defined files?

2007-04-19 Thread Jeroen Leenarts
Perhaps this links helps a bit: http://maven.apache.org/examples/injecting-properties-via-settings.html On 19/04/07, Wayne Fay <[EMAIL PROTECTED]> wrote: http://maven.apache.org/pom.html#Properties There is no Maven equivalent to build.properties. All properties for a project should be contain

Re: How to define variables and overwrite them with user defined files?

2007-04-18 Thread Wayne Fay
http://maven.apache.org/pom.html#Properties There is no Maven equivalent to build.properties. All properties for a project should be contained in the project files, within pom.xml and profiles.xml. Wayne On 4/18/07, Baz <[EMAIL PROTECTED]> wrote: All, How can i define variables in pom.xml and

How to define variables and overwrite them with user defined files?

2007-04-18 Thread Baz
All, How can i define variables in pom.xml and overwrite them with user defined files? For example, I would like to define a variable called mypath how can i define it in pom.xml? Is there a way like in Ant, within build.properties to redefine mypath? I know I can do -Dmypath=xyz Thanks. A. -