Module.xml modification

Hi,

I am trying to add my own CSS to my page elements and I found the following in the sdk manuals as a sub-element for Module.xml:

now I know that I must have a "doc" folder with the files in it located in my "module-build" folder but I am automatically generating the modl file using the "mvn package" command and the "doc" folder I made is not inside nor is there a "documentation" tag. How can I made it so that the automatically-generated modl file includes this "doc" folder and Module.xml includes the appropriate "documentation" tag?

Adding:

<documentationFile>doc/index.html</documentationFile>

to the pom.xml file inside the module-build folder will do it :slight_smile: now to see if the CSS will actually work.