PWr - 3 Semestr - Technologie Programowania (Programming Technologies) - Laboratories list 1
Language:
To run the project you must have Maven installed.
Download instructions can be found here
-
Opan
Git Bash
or any type of command line capable of executing git -
Enter the directory you want to keep the project files:
cd <project_dir>
- Clone the project repository:
git clone https://github.com/SpectraL519/pwr_s3_tp_lab1.git
- Enter the
PositionalSystems
folder:
cd PositionalSystems
- Optional: Check the project source code using PMD and Checkstyle:
mvn site
- Build the maven package:
mvn package
- Execute the project code:
java -cp target/PositionalSystems-1.0-SNAPSHOT.jar com.PWr.app.App