From: "James Mitchell" <[EMAIL PROTECTED]>
When you run Maven, if some goal needs to build documentation or  'site'
and there is no 'xdocs' dir, Maven adds one.

<sarcastic>
 Gee, thanks.
</sarcastic>

I noticed that... it happened in Shale and I added a postGoal to clean to
delete the empty xdocs directories it keeps creating under shale/build/*.

The optimal solution is to tell Maven to stop creating xdocs if it
doesn't find one.
The next best thing is just make sure they all have them, and do our  best
to warn me (and the list) that the next 'svn up' will fail  because of
this issue.

IMO, all sub-projects need documentation, at the very least navigation.xml.
So I'd say delete the Maven created xdocs, let svn up add the directory
back, and keep in mind that if you make a new sub-project, you need to add
and check in an xdocs directory, even if it's empty.

--
Wendy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to