Hi!

<servers>
 <server>
   <id>iam-003191.mycompany.co.za</id>
   <username>mutonhj</username>
   <password>mypassword</password>
 </server>
</servers>


then in my  pom.xml I have  :

<distributionManagement>
   <site>
     <id>eportal.site</id>
     <name>J2EE application called ePortal</name>
     <url>scp://iam-003191.mycompany.co.za/websites/eportal</url>
   </site>
 </distributionManagement>


You have got to make the IDs match. Change <id>eportal.site</id> to
<id>iam-003191.mycompany.co.za</id> and it should work. Otherwise Maven doesn't know to find the credentials for your server.

--
Mit freundlichen Grüßen / Kind regards

Hendrik Busch - Stellv. Leiter der Softwareentwicklung

LexisNexis Deutschland GmbH
http://www.lexisnexis.de
Feldstiege 100
D-48161 Münster
phone +49 (0) 2533-9300-455
fax +49 (0) 02533-9300-50
[EMAIL PROTECTED]

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

Reply via email to