Re: Maven install

2007-12-03 Thread LinaTomy
Thanks a lot for detailed reply. I'll elaborate what I want to achieve 1. I need to filter A.properties. This file has a property name={filtered.name} that needs to be filtered with a default value at all times except when generating a war for deployment on an application server. This file is

Re: Maven install

2007-11-30 Thread LinaTomy
the 'replacement' properties) 'stored'? in your profile? On Nov 30, 2007 7:48 PM, LinaTomy [EMAIL PROTECTED] wrote: Hi I have the following structure src | ---main | resources

Maven install

2007-11-30 Thread LinaTomy
Hi I have the following structure src | ---main | resources | --- A.properties store

Re: maven rebuild dependency

2007-11-26 Thread LinaTomy
, then no. Maven will simply use the latest deployed artifact in your local repo cache. Wayne On 11/21/07, LinaTomy wrote: Maven dependency plugin has a goal copy-dependencies which has this parameter overWriteIfNewer Overwrite artifacts that don't exist or are older than the source

maven rebuild dependency

2007-11-21 Thread LinaTomy
I have a project A that is Dependant on project B. When i build and package project A I want it to recompile and package project B if it has been modified or updated. Is this possible? Thanks a lot Lina -- View this message in context:

Re: maven rebuild dependency

2007-11-21 Thread LinaTomy
a property that can be set so as to force an install of dependencies for a project. Juven Xu wrote: I'm wondering how can Maven konw project B has been modified or updated. Juven On Nov 22, 2007 8:29 AM, LinaTomy [EMAIL PROTECTED] wrote: I have a project A that is Dependant on project