http://docs.codehaus.org/display/MAVENUSER/FAQs

regards,
-allan

- - wrote:

1. [m2 2.0] how can integrate static html or xhtml pages and keeping left maven menu ? (i put statics pages in src/site/resources folder => ok but left menu disappears )

with transformatioon
/apt
/fml
/xdoc
/resources

/html      ?????
/xhtml    ?????

with maven 1 , it was possible to have html pages => html -> xdoc -> html , same way with m2 ?

2. [m2 2.0] character encoding problem with apt or xdoc format :

I try this in super pom in <reports> section
<plugins>
    <plugin>
     <artifactId>maven-site-plugin</artifactId>
     <configuration>
       <outputEncoding>ISO-8859-1</outputEncoding>
     </configuration>
   </plugin>
and put <?xml version="1.0" encoding="ISO-8859-1"?> in my xdoc documents, and encode my characters with \xHexaValue in apt documents.

it seems a bug ?

Thx

_________________________________________________________________
Apprenez à lutter contre le spam ! http://go.msn.fr/10-channel/80-security/spam/default.asp


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



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

Reply via email to