Hi William, > Does anyone know why I get: > > [WARNING] Error loading report > org.apache.maven.plugin.taglist.TagListReport - AbstractMethodError: > canGenerateReport() > > when executing 'mvn site' with the taglist-maven-plugin? > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>taglist-maven-plugin</artifactId> > <version>2.0-beta-1</version> > </plugin>
Why don't you use <version>2.0</version>? Don't know whether this removes the warning message, but it should be worth trying it. Apart from possible bugs fixed in the final plugin version. HTH Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
