Le mardi 31 mars 2015 09:44:09 Olivier Lamy a écrit : > Thanks to take care of that!! > Banner images are missing: > http://maven.apache.org/components/plugins/maven-compiler-plugin/
the problem is that you typed http://maven.apache.org/plugins/maven-compiler-plugin (without trailing / ) and got redirected to http://maven.apache.org/components/plugins/maven-compiler-plugin/ (with /components/ in the url) instead of http://maven.apache.org/plugins/maven-compiler-plugin/ Seems the rewrite engine is not working as expected: will need to find a way to avoid this wrong redirect when missing trailing slash Will ask on infra, but if anybody knows htaccess well, please help improving the last rules in http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?view=markup Regards, Hervé --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
