Posts by ladamiak • 21 points
2 posts
-
1
votes1
answer555
viewsA: Maven causes problem with special characters for ISO-8859-1 files
After searching for all possible parameters, I found the answer: mvn archetype:create-from-project -Darchetype.encoding=ISO-8859-1 It worked for me!
-
1
votes1
answer555
viewsQ: Maven causes problem with special characters for ISO-8859-1 files
I have a fully configured Eclipse project and my files. java uses ISO-8859-1 encoding and some other Resource files use UTF-8 encoding. I need to create an archetype from this project. I’ve tried…