From 0bacc1a7614570076fc46ea582f05ba8137eff23 Mon Sep 17 00:00:00 2001 From: Thomas Rausch Date: Sun, 11 Mar 2018 02:53:33 +0100 Subject: [PATCH] Readme by dst team. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c26d19 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +Distributed Systems Technologies +================================ + +Build +----- + +Each Maven module has a corresponding profile that contains the build config for the respective module. +For example, to build the JPA task of assignment 1, run + + mvn clean install -Pass1-jpa + +You can add the `-DskipTests` flag to skip JUnit test execution. + +There is also a profile `all`, that includes all modules. +You should activate this profile in your IDE's Maven ([IDEA],[Eclipse]) configuration! + + [IDEA]: https://www.jetbrains.com/help/idea/2016.3/activating-and-deactivating-maven-profiles.html + [Eclipse]: http://www.eclipse.org/m2e/documentation/release-notes-15.html#new-maven-profile-management-ui -- 2.43.0