2013/2/2 Olivier Lamy <ol...@apache.org>:
> That's because maven relativize urls while building the site.
>
> Check a maven site build log you will see something like:
> Relativizing decoration links with respect to project URL:
> http://commons.apache.org/ognl/
> So as the link for commons home is declared as
> http://commons.apache.org, Maven transform it to ../ .
> I have "fixed" ognl
> <url> in pom with
> <url>http://people.apache.org/~olamy/commons-content/proper/commons-ognl/</url>
> So I have my log saying
> Relativizing decoration links with respect to project URL:
> http://people.apache.org/~olamy/commons-content/proper/commons-ognl/
>
> So that fix here: http://people.apache.org/~olamy/commons-content/ognl/
>
> I hope it make sense ?

Not really, but I'm sure you know what you doing :-)


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to