Hello, i started to use this fine plugin for the first time in our "special" development environment and came up with a few questions.
In our Dev-Environment we have no access to the internet and therefore no acess to any "standard" repository. We more or less regulary retrieve the most current lib-versions from the codehaus repository and deploy them into our own repository server (e.g. central-copy, we have some more). So i want the plugin to search through our configured repositories (via settings.xml) and display the results. As far as i tested, i do only get results from my local cache, but not from the other repositories. Is that correct? To disable the display of results from the central index, i renamed the central.zip contained in the plugin directory to something else. This prevents display from libs from codehaus-central repo in the search, which we cannot access inside our environment. Can i create indices from our own web-repositories to share them with our developers? And when, how do i create them? If i can create indices, is it possible to put them in a remote place, and not in the plugin directory (i want to have them updated in a central place). I assume, i have to change some code for this ? regards, Patrick Gebhardt Sample of our settings.xml for the local repositories: <repository> <id>central-copy</id> <name>Copy of Central Repo</name> <url> http://server:4711/maven2</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>
