]> git.somenet.org - pub/jan/dst18.git/blob - README.md
[2.2.1] Standalone DI works now.
[pub/jan/dst18.git] / README.md
1 Distributed Systems Technologies
2 ================================
3
4 Build
5 -----
6
7 Each Maven module has a corresponding profile that contains the build config for the respective module.
8 For example, to build the JPA task of assignment 1, run
9
10     mvn clean install -Pass1-jpa
11
12 You can add the `-DskipTests` flag to skip JUnit test execution.
13
14 There is also a profile `all`, that includes all modules.
15 You should activate this profile in your IDE's Maven ([IDEA],[Eclipse]) configuration!
16
17    [IDEA]: https://www.jetbrains.com/help/idea/2016.3/activating-and-deactivating-maven-profiles.html
18    [Eclipse]: http://www.eclipse.org/m2e/documentation/release-notes-15.html#new-maven-profile-management-ui