Skip to content
Jeeva Kandasamy edited this page Jan 9, 2014 · 3 revisions
Requirements
Clone/Download Source to your local machine
git clone git@github.com:jkandasa/report-engine.git
Create Eclipse Project:

Navigate to report-engine home location and execute

  mvn eclipse:eclpise

Create web module as web eclipse project: move to the location "cd report-engine/modules/core/web"

 mvn eclipse:eclipse -Dwtpversion=2.0

To create jar files and war files:

run it on parent location (report-engine)

 mvn clean package

war file will be generated on "report-engine/modules/core/web/target/re.war" Java Client (testNG and Junit) will be on "report-engine/modules/clients/java-client/target/java-client-*.jar"

Clone this wiki locally