However, I do not understand why you say that MNG-3402 is dependent on a
doxia release? The aim of MNG-3402 is exactly to make maven independent of
the doxia version.
As Brett already said in JIRA, this might not work. For instance, the
DefaultPluginManager in maven-core depends on MavenReport which in turn
depends on Sink. This makes the ueber.jar include the doxia-sink-api and
puts it into the maven.core realm.
Right now, if a plugin wanted to use Doxia 1.0-beta-1 with Maven 2.0.8, it
will suffer from a NoSuchMethodError for enableLogging() because the Sink
interface in the ueber.jar lacks this new feature.
Therefore, it seems good to get at least the new doxia-sink-api into Maven
such that once plugins want to use Doxia 1.0-beta-1 there are already some
supporting Maven versions out.
Benjamin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]