Maven project, which contains the HTW DB2 evidence project "db2eshop"
You will need following:
Install via your package manager, otherwise get the libraries.
Descriptions can be found here:
For Maven: Building a Project with Maven
-
Clone the db2eshop project
$ git clone https://github.com/denisneuling/db2eshop.git
-
Switch into the directory:
$ cd db2eshop
-
Run maven:
$ mvn install # fetch all dependencies and build the project
-
Start hacking.
-
Execute the dist.sh
$ ./dist.sh
-
Run the JAR
$ java -jar dist/db2eshop-0.0.1-SNAPSHOT-executable.jar