RE: [xdoc 1.5] How do I control the width of the navigation column

2004-02-06 Thread Nigel Deakin
I wrote: > This is a question about the xdoc plugin, version 1.5 > > How can I control the width of the navigation bar down the left hand > side? > > I want to widen it to 25%. In previous builds of maven I could achieve > this by configuring my project.css with the following: > > #leftColumn {

[xdoc 1.5] How do I control the width of the navigation column

2004-02-06 Thread Nigel Deakin
This is a question about the xdoc plugin, version 1.5 How can I control the width of the navigation bar down the left hand side? I want to widen it to 25%. In previous builds of maven I could achieve this by configuring my project.css with the following: #leftColumn { width: 25%; } However w

RE: Are unit test includes and excludes inherited?

2004-02-06 Thread Nigel Deakin
[EMAIL PROTECTED] wrote: > > The key word below is _merged_. That is, the XML structures > are merged. So, > if you have a first-level child element of the project > element, it'll be > inherited. Beyond that, if your n-level specification isn't within the > dependencies declaration, it'll be ove

RE: Are unit test includes and excludes inherited?

2004-02-05 Thread Nigel Deakin
en you inherit a project. > In your case, you redeclare a build tag, so only the child > part is used and > not the parent part. > > Emmanuel > > - Original Message - > From: "Nigel Deakin" <[EMAIL PROTECTED]> > To: "Maven Users List" &

Are unit test includes and excludes inherited?

2004-02-05 Thread Nigel Deakin
I have a question about project inheritance which I haven't been able to find out an answer to from searching the documentation or the archives of this list. I have two maven projects, one which extends the others. In general the inheritence is working as I would expect. In the parent project I h