Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aether-users] define multiple local repositoris

Hello,

is it somehow possible to define more than one local Repository for aether?

i am affraid if I will use this code more than once... it will only react for the last definition:

LocalRepository localRepo = new LocalRepository(myLocalRepoURI);
session.setLocalRepositoryManager(system.newLocalRepositoryManager(session, localRepo));

Thanks MIra

Back to the top