Re: [m2] Filtering resources

2007-02-28 Thread Thierry Lach
Thanks for the clarification. That will work well enough. On 2/28/07, John J. Franey <[EMAIL PROTECTED]> wrote: Thierry Lach-2 wrote: > > Actually settings properties not being available in filtering might cause > us > some problems in converting to M2. > Properties in settings file are ava

Re: [m2] Filtering resources

2007-02-28 Thread John J. Franey
Thierry Lach-2 wrote: > > Actually settings properties not being available in filtering might cause > us > some problems in converting to M2. > Properties in settings file are available in resource filtering using a profile. Each user should create a profile in their own settings.xml. Their

[m2] (Filtering Resources) adding timestamp to a property file during releasing

2006-11-23 Thread SoftwareEngineering Hauschel
Hi all, any idea how to add a non static property to a property file while build time? Thanks Fredy

[m2] Filtering resources problem

2006-05-12 Thread Marcell Manfrin Barbacena
Hi, I'm following the started guide and when I try to replace ${pom.name} for ${settings.localRepository} when filtering a resource I got the string ${settings.localRepository} back. My settings.xml is placed in ~/.m2/settings.xml and working fine cause I can deploy using configurations there. Am

Re: [m2] Filtering resources and current time

2005-12-14 Thread Allan Ramirez
I think this is already filed.. See MNG-1832 -allan Wim Deblauwe wrote: I could use that too, so please file an issue. 2005/12/15, Edwin Punzalan <[EMAIL PROTECTED]>: AFAIK, there is no ${} expression with the current time as value. You may want to file a jira request for this feature th

Re: [m2] Filtering resources and current time

2005-12-14 Thread Wim Deblauwe
I could use that too, so please file an issue. 2005/12/15, Edwin Punzalan <[EMAIL PROTECTED]>: > > > AFAIK, there is no ${} expression with the current time as value. You > may want to file a jira request for this feature though. The Maven 2 > jira is here: http://jira.codehaus.org/browse/MNG >

Re: [m2] Filtering resources and current time

2005-12-14 Thread Edwin Punzalan
AFAIK, there is no ${} expression with the current time as value. You may want to file a jira request for this feature though. The Maven 2 jira is here: http://jira.codehaus.org/browse/MNG Piotr Bzdyl wrote: Hello, I would like to have something like this in my pom.xml src/

[m2] Filtering resources and current time

2005-12-12 Thread Piotr Bzdyl
Hello, I would like to have something like this in my pom.xml src/main/resources true and in src/main/resources/app.properties: app.buildTime=${currentTime} to get current time (the time when I call mvn package for example) in the place of ${currentTime}. Is there a ma