Hi,

NGUYEN Cong Kinh-2 wrote:
> 
>   <repositories>
>     <repository>
>       <id>private-cosmos-B</id>
>       <url>file:${basedir}/libs</url>
>     </repository>
>   </repositories>
> 

The problem you aren't aware of is that if you like to use a file based URL
you have to do it like this:


<url>file://${basedir}/libs</url>

But i would recommend to follow the recomandations of the other post.

Kind regards
Karl Heinz Marbaise

-- 
View this message in context: 
http://old.nabble.com/-internal-repository--How-to-use-relative-path-in-the-declaration-of-repository-tp28751349p28752713.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to