Fixed in svn. Thanks.
Grzegorz Słowikowski wrote:
Hello Checkstyle plugin site checkstyle mojo has no content: http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html I tried to generate it myself from sources. It fails with an error during xml parsing for trunk and tags/maven-checkstyle-plugin-2.1 Invalid xml fragment: <tr> <td> <code>packageNamesLocation</code> <i>(Optional)</i></td> <td> <code title="java.lang.String">String</code> </td> <td> <code>-</code> </td> <td> <code>-</code> </td> <td><p/> Specifies the location of the package names XML to be used to configure the Checkstyle <a href="http://checkstyle.sourceforge.net/config.html#Packages">Packages</a>. </p> <p/> <p/> This parameter is resolved as resource, URL, then file. If resolved to a resource, or a URL, the contents of the package names XML is copied into the <code>${project.build.directory}/checkstyle-packagenames.xml</code> file before being passed to checkstyle for loading. </p></td> </tr> (look at "<p/>", should be "<p>") I don't knot which component is responsible for this error, so I'm writing to this list. fragment from log shows that I use latest site plugin version: [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-site-plugin:2.0-beta-5:site' --> Greg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]