Мне нужна помощь, как построить этот пример:
http://blogs.oracle.com/arungupta/resource/totd154.zip
из этого урока
http://blogs.oracle.com/arungupta/entry/totd_154_dynamic_osgi_services
Я установил Netbeans 7.1. Когда я нажимаю «Очистить и построить», возникает эта ошибка:
Failed to execute goal on project helloworld-cdiclient: Could not resolve dependencies for project org.samples.osgi.helloworld:helloworld-cdiclient:war:1.0-SNAPSHOT: Could not find artifact org.glassfish:osgi-cdi-api:jar:3.1-SNAPSHOT -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
After correcting the problems, you can resume the build with the command
mvn <goals> -rf :helloworld-cdiclient
Полагаю, мне нужно добавить определенный репозиторий Glassfish в конфигурацию Maven. Какой репозиторий мне нужен?