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 doing something wrong?

One other question: is it possible to define properties in the
settings.xml as we can do in the pom?

[]s

ps: my settings.xml

<settings>
<offline>false</offline>
<servers>
  <server>
    <id>lsd</id>
    <username>marcell</username>
    <passphrase/>
  </server>
</servers>
</settings>

pss: I thought 1st it was because the localRepository is not
specified, but then i changed for ${settings.offline} and got nothing
again :-(

--
"Nobody knows who i really am
I never felt this empty before
And if I never need someone to come along
Who's gonna comfort me and keep me strong?"
--
Marcell Manfrin Barbacena
[EMAIL PROTECTED]
MSN Messenger: [EMAIL PROTECTED]
ICQ UIN: 63671762
Skype: callto://marcell84bruk
+55 (83) 8808-8555 (Oi)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to