Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread fabrice . belingard
Hi Vincent, I'm not sure this has only to do with the site.jsl file. For instance, if I look to the "team-list.xml" file that is generated in "target/generated-xdocs" (which is before the JSL transformation), there is the same problem with developer names that have an accent (and that are writ

Réf. : Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread fabrice . belingard
Nicolas, Unfortunately, ISO-8859-1 is already the default value for this property, so that wouldn't change anything. Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DSIN/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 - [EMAIL PROTECTED]

Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread Vincent Siveton
Hi Fabrice, Sound like an encoding error in in the site.jsl file from the Maven XDoc plugin (AFAIK no encoding is set in) Please add an issue to Jira. Cheers Vincent 2005/5/31, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > Hi guys, > > I have a problem with accents in my POM, which is written

Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread Nicolas Chalumeau
I don't check it in the POM as my compagny have no accent in its name/descrition. But you can try to add this property in your project.properties file : maven.docs.outputencoding = ISO-8859-1 Nicolas, 2005/5/31, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > Hi guys, > > I have a problem with a

Site generation on UNIX: problem with accents in POM

2005-05-31 Thread fabrice . belingard
Hi guys, I have a problem with accents in my POM, which is written and declared "ISO-8859-1". For instance, the name of my company is "PSA Peugoet Citroën". When Maven generates the site, the footer of each page is "© 2005, PSA Peugeot-Citro?n" (<- this is copied from the page source). This p