You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"