I would like to set a password protected repository. In order to download from repository you need to enter usernae and password to apache authentication prompt. Where should I configure it? in the pom or settings file?

<repositories>
   <repository>
     <id>internal</id>
     <name>MyCompany Repository</name>
     <url>http://mycompany.com/repository/maven2</url>
   </repository>
 </repositories>

Thanks for the help,

Maruf


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

Reply via email to