Hi Dirk,
thank you for your response.
I think you are referring to Maven 1.x documentation. Have a look at
http://maven.apache.org/guides/mini/guide-site.html, it has an
Internationalization section at the end which describes how to setup a
multi-language site.
Okay, with the described method it is easy to let the languages evolve
independently.
But I can only translate a few sites (from English to German), because
it is a one man project.
So I want to have a 'fall-back' method, which will show the English
sites if no translation is available.
How would you do this?
2. How I can avoid that maven tries to download the following pom
http://repo1.maven.org/maven2/com/incors/plaf/kunststoff/2.0.2/kunststoff-2.0.2.pom
Find the artifact that pulls in kunststoff (mvn dependency:tree) and
have that pom fixed.
This gives me:
com.incors.plaf:kunststoff:jar:2.0.2
How should I fix this? Isn't this (a missing pom) an issue of the
repository?
Regards,
Peter.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]