Does anybody know of a good place to put some free-form documentation files in the maven project/pom.xml?

I know the default location appears to be "src/site", but I overrode the default source location when creating our pom.xml (to minimize changes) to be "src". Therefore, stuffing docs into the actual source code tree would be confusing (at best).

I couldn't see where to configure an override for the site input in a pom.xml.

Our project pom overrides are:

...
    <build>
        <sourceDirectory>src</sourceDirectory>
        ...
        <testSourceDirectory>test</testSourceDirectory>
...


Thanks,
Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to