Initial commit

This commit is contained in:
Philipp Raith 2021-03-10 08:13:27 +01:00
commit 4147115ba2
2 changed files with 45 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# Maven files
target/
bin/
# Eclipse project files
.project
.classpath
.settings
.metadata
# IntelliJ IDEA files
*.iml
*.ipr
*.iws
.idea
# Mac OS
.DS_Store
# backup-files
*~
# vagrant dir
.vagrant/

20
README.md Normal file
View File

@ -0,0 +1,20 @@
Distributed Systems Technologies
================================
Please find details about the template in the assignment document.
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/2018.3/maven-support.html
[Eclipse]: http://www.eclipse.org/m2e/documentation/release-notes-15.html#new-maven-profile-management-ui