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 Oxygen, run:
mvn package -Poxygen -DskipTests
- JDK 1.8
- Maven 3.6.3
- Internet access