Plugins repository

2008-03-07 Thread ldelaforge
Hi all, I am trying to separate plugins from the others repository in order to have artifact releases - ./repository/internal artifact snapshots - ./repository/snapshots plugins (snapshots releases) - ./repository/plugins So I added in my archiva.xml :

Re: Any way to ignore LayoutExceptions?

2008-03-07 Thread Brett Porter
Yes - I agree. On 08/03/2008, Brown, Carlton [EMAIL PROTECTED] wrote: I could be naïve but in my mind, if you're providing an interface to browse a directory structure, each displayed element should be accessible. It's weird when directory contents (like jar files) are displayed, but the

Re: Plugins repository

2008-03-07 Thread Brett Porter
Do you have some mirror settings in settings.xml? Adding a repository such as this in Maven will have it use both 'central' and 'plugins' identified repositories. - Brett On 07-Mar-2008 14:30:07 CET, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I am trying to separate plugins from

Re: Any way to ignore LayoutExceptions?

2008-03-07 Thread Joakim Erdfelt
How about we do this ... 1) Attempt to detect layout 1a) Is it default layout? Translate to repository layout structure and return resource. 1b) Is it legacy layout? Translate to repository layout structure and return resource. 2) Does resource exist as-is? Return resource. 3) Fail ? Step

Re: Web UI to upload into local archiva?

2008-03-07 Thread Maria Odea Ching
Hi, There is a known issue for the newly created user validation, please see http://jira.codehaus.org/browse/MRM-584 for the workaround. The web UI for uploading jars on the other hand is not yet available, but is already in the roadmap for 1.1 (http://jira.codehaus.org/browse/MRM-216). Thanks,