Re: maven-doxia-plugin versus doxia-maven-plugin

2008-02-11 Thread Allyson Lister
Hi all, Thanks to Lukas - I've made a books/ sub-project, and that has resolved the problem with iterating through all subprojects with the doxia:render-books command. However, I still am not getting the books/target/generated-site/[latex|pdf|rtf] directories being copied across to the final site

Re: maven-doxia-plugin versus doxia-maven-plugin

2008-02-11 Thread Lukas Theussl
I guess the best practice would be to put the book stuff into a separate sub-project. If you have modules defined, the configuration will apply to all of them. HTH, -Lukas Allyson Lister wrote: Hi all, Just one more question directly relating to this. I have put the doxia plugin code into

Re: maven-doxia-plugin versus doxia-maven-plugin

2008-02-11 Thread Allyson Lister
Sorry, I was lying about just one more question :) When generating the website via "mvn site:site", I am not getting the various doxia books in pdf/latex/rtf moved from the doxia site generation location (target/generated-site) to the mvn site resources directory (target/site/resources), though I

Re: maven-doxia-plugin versus doxia-maven-plugin

2008-02-11 Thread Allyson Lister
Hi all, Just one more question directly relating to this. I have put the doxia plugin code into my real project now, which has sub-modules. However, there are only books in the parent/top-level directory, and not in any of the sub-modules. Yet, when I run "mvn doxia:render-books", it tries to fin

Re: maven-doxia-plugin versus doxia-maven-plugin

2008-02-10 Thread Allyson Lister
You're a star, Lukas! That's solved it! I never would have guessed that - I wonder why I had the pluginManagement in the first place? thanks very much, Allyson On Feb 10, 2008 6:55 PM, Lukas Theussl <[EMAIL PROTECTED]> wrote: > Remove the , just > > > > > org.apache.maven

Re: maven-doxia-plugin versus doxia-maven-plugin

2008-02-10 Thread Lukas Theussl
Remove the , just org.apache.maven.doxia doxia-maven-plugin 1.0-alpha-10 ... HTH, -Lukas Allyson Lister wrote: Hi all, I'm having a little problem getting my maven project to build a doxia book. I've searched on the nabble version

maven-doxia-plugin versus doxia-maven-plugin

2008-02-10 Thread Allyson Lister
Hi all, I'm having a little problem getting my maven project to build a doxia book. I've searched on the nabble version of this mailing list, but haven't found a post similar to this, so here goes. I'm using maven 2.0.7 with java 1.5. I'm running on ubuntu gutsy. To simplify the explanation a bi