Skip to content

PWr - 3 Semestr - Technologie Programowania - Laboratorium Lista 1

Notifications You must be signed in to change notification settings

SpectraL519/pwr_s3_tp_lab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

pwr_s3_tp_lab1

PWr - 3 Semestr - Technologie Programowania (Programming Technologies) - Laboratories list 1

Language:

java maven



To run the project you must have Maven installed.

Download instructions can be found here



Running the project

  1. Opan Git Bash or any type of command line capable of executing git

  2. Enter the directory you want to keep the project files:

cd <project_dir>
  1. Clone the project repository:
git clone https://github.com/SpectraL519/pwr_s3_tp_lab1.git
  1. Enter the PositionalSystems folder:
cd PositionalSystems
  1. Optional: Check the project source code using PMD and Checkstyle:
mvn site
  1. Build the maven package:
mvn package
  1. Execute the project code:
java -cp target/PositionalSystems-1.0-SNAPSHOT.jar com.PWr.app.App

About

PWr - 3 Semestr - Technologie Programowania - Laboratorium Lista 1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages