Re: svn commit: r1696844 - /maven/site/trunk/content/filtered-resources/.htaccess

2015-08-20 Thread Hervé BOUTEMY
what are you trying to fix, please? because IMHO this one will give bad result on http://maven.apache.org/ref/current but I suppose it will give better result on http://maven.apache.org/ref/current/index.html perhaps we should duplicate the rule: Redirect /ref/current/ http://maven.apache.org/r

maven-remote-resources-plugin downloads from disabled repositories

2015-08-20 Thread Barrie Treloar
I'm tinkering with maven-scm and when I build it locally via ../maven-scm/maven-scm-plugin> mvn -X clean install -Drat.skip Maven attempts to download the snapshot metadata for it's the already installed snapshot files. (This is probably because I'm running inside a module and not at the top leve

Re: https://issues.apache.org/jira/browse/MSHADE-195

2015-08-20 Thread Karl Heinz Marbaise
Hi, On 8/20/15 4:06 PM, Jason van Zyl wrote: Right now attached artifacts are added to a list. Which will result in failures during deploy phase in particular related to repository managers... Apart from that i think that adding the same artifact duplicates (coordinates) looks wrong... >

Re: https://issues.apache.org/jira/browse/MSHADE-195

2015-08-20 Thread Jason van Zyl
Right now attached artifacts are added to a list. If we only want to allow one attached artifact for a coordinate then we can change that to a map and let the lifecycle update/replace the attachments. This way there cannot be duplicates which is likely what we want versus what’s there now. This

Re: https://issues.apache.org/jira/browse/MSHADE-195

2015-08-20 Thread Karl Heinz Marbaise
Hi, someone ? On 8/9/15 3:21 PM, Karl Heinz Marbaise wrote: Hi, After diving into the above issue i stumbled over several things... If you take a look here and the log output excerpt: INFO] Minimized 2341 -> 1293 [INFO] Minimized 3282 -> 2234 [INFO] Replacing original artifact with shaded ar