The open source Eclipse BIRT reporting and data visualization project.
BIRT is built with Apache Maven.
To build BIRT with the latest Eclipse platform, run:
mvn package -DskipTests
To build BIRT with Eclipse Neon, run:
mvn package -Pneon -DskipTests
To build BIRT with Eclipse Mars, run:
mvn package -Pmars -DskipTests
- JDK 1.8
- Maven 3.3.1 or 3.3.3