On Tue, Jun 10, 2008 at 6:23 AM, MATHUS Baptiste <[EMAIL PROTECTED]> wrote:
> So, finally, my question is quite simple : is using "central" as the id > for custom repository a good or even acceptable practice? If not, what's > the best solution to prevent anyone that has the right settings.xml (and > no repo conf in their pom.xml) to directly access some external > repository? > > Is there any documentation existing about those principles? Re-defining the 'central' repo id is recommended, but it doesn't completely solve the problem. To really prevent access to external repos you'll need to use mirrors. See if this helps: http://maven.apache.org/guides/mini/guide-mirror-settings.html -- Wendy
