Re: failure when serving maven2 plugin from a legacy repository

2007-04-05 Thread Joakim Erdfelt
That is a failure in the packaging <-> file extension mapping facilities in archiva/trunk Other examples (from codein archiva branch): typeToExtensionMap.put( "ejb-client", "jar" ); typeToExtensionMap.put( "ejb", "jar" ); typeToExtensionMap.put( "distribution-tgz", "tar.gz"

failure when serving maven2 plugin from a legacy repository

2007-04-05 Thread nicolas de loof
I'm using archiva to proxy http://dist.codehaus.org (maven1-legacy repository) This repo contains xdoclet2 maven plugin : http://dist.codehaus.org/xdoclet/maven-plugins/ Having configured archiva as a mirror, maven tries to download : http://archiva:8080/repository/maven/xdoclet/maven2-xdoclet2-