Hi; Is there any rule/policy for using third-party maven repositories in our project poms? Recently, we have required to list some repositories in settings.xml (for example: jboss) to our codebase built correctly. But when Apache-Hudson runs to built daily, it throws errors because of not finding required repositories. Is it OK to list those repositories in our poms?
I have just found http://maven.apache.org/guides/mini/guide-central-repository-upload.htmldocumentation FAQ and common mistakes section. Thanks; --Gurkan