You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "luca preziati (JIRA)" <ji...@codehaus.org> on 2011/09/15 15:03:17 UTC

[jira] Created: (MSITE-612) Error in jasperreport groupId in the plugin Usage page.

Error in jasperreport groupId  in the plugin Usage page.
--------------------------------------------------------

                 Key: MSITE-612
                 URL: https://jira.codehaus.org/browse/MSITE-612
             Project: Maven 2.x and 3.x Site Plugin
          Issue Type: Bug
          Components: documentation
         Environment: For a smart usage of the plugin can be better fix, also because not all person can be skilled to fix this.
            Reporter: luca preziati


In the page http://mojo.codehaus.org/jasperreports-maven-plugin/usage.html there is an incorrect value for groupId for jasperReport.

The correct one is.
<dependencies>
	<dependency>
		<groupId>net.sf.jasperreports</groupId>
		<artifactId>jasperreports</artifactId>
		<version>4.1.1</version>
	</dependency>
</dependencies>

I think it's better to update to current pattern of jasperreport groupId.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira