Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 481 Bytes

BIRT

The open source Eclipse BIRT reporting and data visualization project.

Building BIRT

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

Building environment

  • JDK 1.8
  • Maven 3.3.1 or 3.3.3