Peter Karich wrote:
Hi all,

I am new to maven (I use mvn2) and I have two questions:

1. How can I make my web site available in English and in Germany?
I read the documentation [1], but I it doesn't say how I should
call the ${maven.xdoc.bundle} - files.
I need the property files to specify the key and the text.

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.

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.

-dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to