# # Example repositories configuration # # The source repository that can be inspect (eg. list-resources) and # used as a source for copying artifacts. source.class=aQute.bnd.deployer.repository.FixedIndexedRepo source.type=R5 source.locations=http://repository.amdatu.org/release/index.xml #source.locations=http://repository.amdatu.org/snapshot/index.xml.gz #source.locations=http://repository.amdatu.org/dependencies/index.xml # The target ACE repository that can be inspect (eg. list-resources) and # used as a target for copying artifacts adn manipulating artifacts. target.class=org.apache.ace.cli.repository.AceObrRepository target.type=OBR target.locations=http://localhost:8080/obr/repository.xml # The release repository used for continuous deployment release.class=org.apache.ace.cli.repository.AceObrRepository release.type=OBR release.locations=http://localhost:9091/obr/repository.xml