- 25 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
In "pom.xml" and "VadereGui/pom.xml", use latest version of Maven's Mockito plugin to avoid mocking errors during unit test phase. See: - https://github.com/calypsonet/keyple-java/issues/443 - https://mvnrepository.com/artifact/org.mockito/mockito-core - https://mvnrepository.com/artifact/org.mockito/mockito-all/1.9.5
-
Benedikt Kleinmeier authored
Moved configuration of Maven's code coverage plugin "JaCoCo" from subprojects to top-level "pom.xml".
-
- 22 Feb, 2019 1 commit
-
-
adrianhollow authored
-
- 06 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 05 Dec, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 22 Nov, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-
- 11 Oct, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 21 Sep, 2018 1 commit
-
-
Stefan Schuhbaeck authored
Move vadereConsole files to own package within simulation-module
-
- 30 Jul, 2018 1 commit
-
-
Benedikt Kleinmeier authored
Moved CI helper scripts to "Tools/ContinuousIntegration" and enabled Java assertions in POM files and helper scripts. .gitlab-ci.yml: - Refactored complete file: moved comment on top of file. - Call helper scripts in "Tools/ContinuousIntegration" instead of just "Tools". Tools/ContinuousIntegration/run_vadere_console_with_all_scenario_files.py: - Execute scenario files alphabetically. - Use "-enableassertions" when invoking Java. POM files: - Use "<enableAssertions>true</enableAssertions>" to be independent of SureFire's default settings.
-
- 16 May, 2018 2 commits
-
-
Benedikt Kleinmeier authored
In "pom.xml" files, added "failIfNoTests" to avoid that module is (wrongly) marked as error if no tests were executed.
-
Benedikt Kleinmeier authored
Otherwise, a module is flagged as error if no unit tests were executed at all.
-
- 27 Apr, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-
- 26 Apr, 2018 1 commit
-
-
Benedikt Kleinmeier authored
In "pom.xml" of "VadereGui", "VadereSimultor", "VadereState" and "VadereUtils", use version 2.19 of Surefire plugin to be able to skip tests via CLI. Version 2.19 or higher of Surefire plugin allows to use following notation to skip tests: mvn test -Dtest=!LegacyTest Note: maybe, use "mvn test -Dtest=\!LegacyTest" (with escape character) to avoid shell interpretation of exlemation mark.
-
- 23 Apr, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 08 Mar, 2018 1 commit
-
-
Benedikt Zoennchen authored
update VadereConsole: delete unused arguements and add an output-dir arguement, maven will now generate a vadere-console.jar which can be executed via console.
-
- 21 Dec, 2017 1 commit
-
-
Benedikt Kleinmeier authored
Added coverage generation to "pom.xml" of following projects: VadereGui, VadereSimulator and VadereState Now, coverage report is generated (under "<project>/target/site/coverage-reports/") when using mvn test
-
- 12 Dec, 2017 1 commit
-
-
Benedikt Zoennchen authored
-
- 03 Apr, 2017 1 commit
-
-
Benedikt Zoennchen authored
-
- 24 Sep, 2016 1 commit
-
-
Benjamin Aaron Degenhart authored
Native layouts can't seem to get the job done
-
- 11 Aug, 2016 1 commit
-
-