Hi dIon,

We like Maven a lot - every project we touch is now Maven-ised.  Yesterday
I joined a new team on a project, so first thing I did was write the POM
and try to compile it.  Already it threw up some dependencies they hadn't
realised were there so that's great.

Anyway I've put together a little xdoc example as a start.  You'll need to
add this to the xdoc plugin a little to copy the docs directory after the
images directory:

    <!-- Copy user supplied docs -->
    <copy todir="${maven.docs.dest}/docs" filtering="no">
      <fileset dir="${maven.docs.src}/docs">
        <include name="**/*"/>
      </fileset>
    </copy>

Hope this is helpful to people starting with Maven,

     Mike

(See attached file: example.zip)(See attached file: plugin.jelly)






[EMAIL PROTECTED] on 26/09/2002 08:49:12

Please respond to "Turbine Maven Users List"
      <[EMAIL PROTECTED]>



To:   "Turbine Maven Users List" <[EMAIL PROTECTED]>
cc:
Subject:  Re: OutOfMemory when building maven, custom docs best praktice?

Peter,

I've started an 'examples plugin'. I'd love someone to contribute an
example that shows how to use xdoc simply.

I have three in mind:
        - Simple xdoc
        - xdoc + navigation
        - xdoc + MS Word integrated

I'd love someone to jump in and help :)
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers


Peter Neubauer <[EMAIL PROTECTED]> wrote on 26/09/2002 05:15:40
PM:

> Hi,
> how much memeory does maven need to build? and how do I set it?
>
> Another question:
> Are there any best praktices on how to integrate and add your own doc to
> a maven project? What plugin, which format, where to put it, how to set
> it up?
>
> The maven cvs looks very BIIG in that respect ...
>
> /peter
>
> _____________________________________________________
> Gratis e-mail resten av livet p� www.yahoo.se/mail
> Busenkelt!
>
> --
> To unsubscribe, e-mail:   <mailto:turbine-maven-user-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:turbine-maven-user-
> [EMAIL PROTECTED]>
>


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




Attachment: =?iso-8859-1?Q?example.zip?=
Description: Zip archive

Attachment: =?iso-8859-1?Q?plugin.jelly?=
Description: Binary data

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

Reply via email to