Initial commit
This commit is contained in:
commit
4147115ba2
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal 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
20
README.md
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user