I don't believe there is. You might be best using an Ant copy in the site lifecycle to copy them into the target/site directory.
- Brett 2008/8/20 Andrew Hughes <[EMAIL PROTECTED]>: > 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 > -- Brett Porter Blog: http://blogs.exist.com/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
