git clone https://github.com/SER516/ProjectThree_Team09
cd ProjectThree_Team09
mvn packageThe mvn package command will build the client into an executable fat JAR file that includes the library dependencies. To execute the client, simply double-click on the JAR file in target/ or run the following command in a terminal window.
java -jar target/project3-1.0-jar-with-dependencies.jarFile >> Import >> Maven >> Existing Maven Projects >> Browse to Project Folder(Directory with pom.xml)
To run the unit tests and generate a code coverage report, run
mvn cobertura:coberturaThis will generate a static HTML site in target/site/. Open target/site/index.html in a web browser to view the code coverage report.
Team Members:
- Zain Siddiqui (105, zsiddiq2@asu.edu)
- Vishakha Singal (106, vsingal1@asu.edu)
- Varun Srivastava (107, vsriva12@asu.edu)
- Ganesh Kumar Subramanian Venkatraman (108, gsubra11@asu.edu)
- Pratik Suryawanshi (109, psuryawa@asu.edu)
- Sangeetha Swaminathan (110, sswami11@asu.edu)
- Manish Tandon (111, mtandon3@asu.edu)
- Maitreyi Thakkar (112, mthakka2@asu.edu)
- Janani Thiagarajan (113, jthiaga1@asu.edu)
- Naga Ravi Teja Thoram (114, nthoram@asu.edu)
- Adhiraj Tikku (115, atikku1@asu.edu)
- Nelson Tran (116, nttran9@asu.edu)
- Mohan Vasantrao Yadav (117, mvasantr@asu.edu)