You can specify something like this in your POM:

        <repositories>
                <repository>
                        <id>my_repo</id>
                        <name>My Repository</name>
                        <url>http://repository.myorganization.org</url>
                </repository>
        </repositories>

Maven will automatically try to download from ibiblio first and then try your own repository when it is not present on ibiblio.

- Peter

Binoy K. Shah wrote:
Hi,

My project uses lot of custom or commercial libraries which I can not
publish to ibiblio.org

Is it possible to configure maven 2 such that it pulls the available
dependencies from ibiblio.org and when ever some custom jar is required
it pulls it from my local repository.

Regards,
-Binoy



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




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



Reply via email to