Dave Syer wrote: > > > dennisl-2 wrote: >> When you say: >> ...I do "mvn site" against the snapshots... >> what do you mean then? >> > > I mean I used > > <pluginRepositories> > <pluginRepository> > <id>apache-snapshots</id> > <url> > http://people.apache.org/maven-snapshot-repository > </url> > </pluginRepository> > </pluginRepositories> > > So what esle do I need to do to get the new Doxia version? I guess it's not > wired into the site plugin yet? When might that happen?
Aha, I see. The site-plugin has not switched to using the doxia-beta-1 yet. You can do it yourself if you want to try it. Check out the source for maven-site-plugin and change the two doxia-related properties at the bottom of its pom.xml file. -- Dennis Lundberg