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
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
Hi all,
any idea how to add a non static property to a property file while build
time?
Thanks Fredy
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
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
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
>
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/
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