Sorry, maybe I have to paste them separately...
Plugin:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jasperreports-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<goals>
<goal>compile-reports</goal>
</goals>
</execution>
</executions>
</plugin>
Dependency:
<dependency>
<groupId>jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
I have both... but, maven sends the error... :-/
mraible wrote:
>
> From what I can tell, there's still a missing dependency. Maybe you
> need to add the dependency to your regular <dependencies> section and
> not just the plugin?
>
> Matt
>
>
--
View this message in context:
http://www.nabble.com/Jasperreports-compilation-error%21-tf4350546s2369.html#a12410227
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]