SpagoBI - iReport plugin
The plugin can be compiled using maven 2

In order to compile the plugin exec the maven command 'mvn package' inside the root directory of the SpagoBI IReport Plugin project (the directory which contains the pom.xml file)

After the compilation the root directory will contain a target/SpagoBI-IReportPlugin-bin-1.9.zip file.

Unzip the produced archive and read the installation procedure (into the doc directory) to learn how to install the plugin over iReport

If you want to delete the target directory produced please exec the maven command 'mvn clean'