Re: running mvn idea:idea

2008-05-19 Thread Allyson Lister
:) Allyson Lister Research Associate Centre for Integrated Systems Biology for Ageing and Nutrition Newcastle University http://www.cisban.ac.uk School of Computing Science Newcastle University Newcastle upon Tyne, NE1 7RU

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

2008-02-11 Thread Allyson Lister
! Thanks :) Allyson On Feb 10, 2008 9:58 PM, Allyson Lister [EMAIL PROTECTED] wrote: 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

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

2008-02-11 Thread Allyson Lister
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 my real project now, which has sub-modules

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

2008-02-11 Thread Allyson Lister
appreciated, Allyson On Feb 11, 2008 10:28 AM, Allyson Lister [EMAIL PROTECTED] wrote: 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

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

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

2008-02-10 Thread Allyson Lister
plugin groupIdorg.apache.maven.doxia/groupId artifactIddoxia-maven-plugin/artifactId version1.0-alpha-10/version ... /plugin /plugins /build HTH, -Lukas Allyson Lister wrote: Hi all, I'm having a little problem getting my maven project