Hi All, I'm trying to shove whole directories into the maven site as resources..... but apparently they need to be added to ./src/site/resources and I can't see a reconfiguration option. Is there such a thing?
This is the existing project structure I have to work with. ./Project ./Project/pom.xml <--- root/parent module ./Project/Documentation ./Project/Documentation/pom.xml <-- documentation module (site only) ./Project/Documentation/Requirements ./Project/Documentation/Requirements/xxxxxxxx.doc ./Project/Documentation/Requirements/xxxxxxxx.doc ./Project/Documentation/Requirements/xxxxxxxx.doc ./Project/Documentation/Requirements/xxxxxxxx.doc ./Project/Documentation/Requirements/xxxxxxxx.doc ./Project/Documentation/Design ./Project/Documentation/Design/xxxxx.doc ./Project/Documentation/Design/xxxxx.doc ./Project/Documentation/Design/xxxxx.doc ./Project/Documentation/Design/xxxxx.doc ./Project/Documentation/Testing ./Project/Documentation/Testing/xxxxx.doc ./Project/Documentation/Testing/xxxxx.doc ./Project/Documentation/Management ./Project/Documentation/Management/xxxxxx.mpp ./Project/Documentation/Management/xxxxxx.xls
