Steve, I tried the imageResource configuration as suggested by you. I am running into
couple of problems:
1) It only copies the files from the specified directory, not the directory structure. My
resource directory structure is shown below. Is there any way to copy the entire
structure?
| src/main/resources/
| shared/
| css/
| *.css
| images/
| magicdraw/
| *.jpg
| argouml/
| *.jpg
| misc
|
Also is there a way to exclue the misc directory? (It contains source files for jpg images
such as visio diagrams etc.)
2) I would like my css and images to be shared between html and html_single output (just
like hibernate docs). Currently the images are dropped inside the html folder. This is
what I would like instead. Is that possible?
| target
| docbook
| html
| html_single
| shared
| images
|
I totally understand if the plugin was not designed for these usecases, just want to make
sure I am not missing anything.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075363#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...