On 12/15/06, Rahul Thakur <[EMAIL PROTECTED]> wrote:
I don't want to have the username and password in pom.xml as it is
published to the repo when the artifact is deployed or a release is
performed.
Any other ideas?
Username and password are developer-specific, so I would put them in
settings.xml.
<settings> ...
<profile>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<username>wsmoak</username>
<password>pass</password>
<ip.address>xxx.xxx.xxx.xxx</ip.address>
</properties>
</profile>
... </settings>
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]