You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by Brett Porter <br...@apache.org> on 2004/07/06 14:38:14 UTC

"site:war" in m2

Hi,

In m1 there is a site:war goal which just takes the static site and turns it
into a webapp for easy deployment.
In m2, plugins have defined interfaces for things like generating reports.

I think the natural way to put these together is to make the reports dynamic (or
at least able to be dynamic). This will only make sense for some reports, where
the content is generated from a data source rather than a flat file (eg the CVS
based reports, JIRA reports, etc).

I think that pagination needs to be implicit in the xdoc and report plugins as
well so you can simply define page breaks.

Thoughts?

Cheers,
Brett