For more information about NextReports Engine see the product page link.
Requirements:
- Git
- JDK 7 (test with
java -version) - Apache Ant (test with
ant -version)
Steps:
- create a local clone of this repository (with
git clone https://github.com/nextreports/nextreports-engine.git) - go to project's folder (with
cd nextreports-engine) - build the artifacts (with
ant clean release)
After above steps a folder artifacts is created and all goodies are in that folder.
In your pom.xml you must define the dependencies to nextreports-engine artifacts with:
<dependency>
<groupId>ro.nextreports</groupId>
<artifactId>nextreports-engine</artifactId>
<version>${nextreports-engine.version}</version>
</dependency>where ${nextreports-engine.version} is the last nextreports-engine version.
You may want to check for the latest released version using Maven Search
