Skip to content

nextreports/nextreports-engine

Repository files navigation

Current build status: Build Status

For more information about NextReports Engine see the product page link.

How to build

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.

Using Maven

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