Hi,
I just noticed this in the maven-site-plugin pom:
<prerequisites>
<!-- TODO: this is not reasonable - we need to map a path forward for the
change. We can remove this requirement by rolling back r430446 -->
<maven>2.1-SNAPSHOT</maven>
</prerequisites>
Here's the log for that revision:
------------------------------------------------------------------------
r430446 | kenney | 2006-08-10 19:20:32 +0200 (Thu, 10 Aug 2006) | 11 lines
PR: 2410
Add support for multiple sinks for reports.
Update dep on maven-reporting to 2.1-SNAPSHOT to enable the new MavenReport API.
NOTE that the reporting api changes need to be merged to the 2.0.x branch
before a new site plugin can be released, and that the doxia deps on the 2.0.x
branch
need to be updated to 1.0-alpha-9 (currently SNAPSHOT).
------------------------------------------------------------------------
I don't think rollback is the way to go, but since we're almost releasing 2.0.5
I'd like
to suggest that we merge the reporting api changes to the 2.0.x branch.
Ideally I'd like to see the reporting api separated from the maven core, since
only
the site plugin uses it (and the reporting plugins themselves).
We maybe still need a marker interface in the core to distinguish from normal
plugins,
but I'm not sure if that's really required.
This would also remove doxia from the m2 core installation which is again only
used
by the reporting plugins/site plugin.
WDYT?
-- Kenney
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]