Started by GitLab push by Ilenia Salvadori Building in workspace /var/jenkins_home/workspace/DIM-TrafficOS-TIM-Device using credential jenkins_gitlab > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitlab.com/datainmotion/trafficos/device-management.git # timeout=10 Fetching upstream changes from https://gitlab.com/datainmotion/trafficos/device-management.git > git --version # timeout=10 using GIT_ASKPASS to set credentials The Gitlab user for the jenkins > git fetch --tags --progress https://gitlab.com/datainmotion/trafficos/device-management.git +refs/heads/*:refs/remotes/origin/* skipping resolution of commit b9c9168eb46bcd58c9f7392de806fc9c796f7abf, since it originates from another repository > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 Checking out Revision b9c9168eb46bcd58c9f7392de806fc9c796f7abf (refs/remotes/origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f b9c9168eb46bcd58c9f7392de806fc9c796f7abf Commit message: "- updated dependencies for emf repository" > git rev-list --no-walk 14f6bb790ead9d00ea65dc429c5d3a63540861f1 # timeout=10 [Gradle] - Launching build. [DIM-TrafficOS-TIM-Device] $ /var/jenkins_home/workspace/DIM-TrafficOS-TIM-Device/gradlew clean build release Starting a Gradle Daemon (subsequent builds will be faster) Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/gecko/emf/repository/org.gecko.emf.repository.api/9.1.2/org.gecko.emf.repository.api-9.1.2.jar Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/gecko/emf/repository/org.gecko.emf.repository.mongo/3.0.6/org.gecko.emf.repository.mongo-3.0.6.jar Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/gecko/emf/repository/org.gecko.emf.repository.api/9.1.2/org.gecko.emf.repository.api-9.1.2.jar.sha1 Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/gecko/emf/repository/org.gecko.emf.repository.mongo/3.0.6/org.gecko.emf.repository.mongo-3.0.6.jar.sha1 :de.dim.trafficos.device:clean :de.dim.trafficos.device.model:clean :de.dim.trafficos.device.tests:clean :de.dim.trafficos.simulator:clean :de.dim.trafficos.simulator.tests:clean :de.dim.trafficos.device.model:compileJava :de.dim.trafficos.device.model:processResources NO-SOURCE :de.dim.trafficos.device.model:classes :de.dim.trafficos.device.model:jar :de.dim.trafficos.simulator:compileJava :de.dim.trafficos.simulator:processResources NO-SOURCE :de.dim.trafficos.simulator:classes :de.dim.trafficos.simulator:jar :de.dim.trafficos.device:compileJava :de.dim.trafficos.device:processResources NO-SOURCE :de.dim.trafficos.device:classes :de.dim.trafficos.device:jar :de.dim.trafficos.device:assemble :de.dim.trafficos.device:compileTestJava :de.dim.trafficos.device:processTestResources NO-SOURCE :de.dim.trafficos.device:testClasses :de.dim.trafficos.device:test :de.dim.trafficos.device:testOSGi SKIPPED :de.dim.trafficos.device:check :de.dim.trafficos.device:build :de.dim.trafficos.device.model:assemble :de.dim.trafficos.device.model:compileTestJava NO-SOURCE :de.dim.trafficos.device.model:processTestResources NO-SOURCE :de.dim.trafficos.device.model:testClasses UP-TO-DATE :de.dim.trafficos.device.model:test NO-SOURCE :de.dim.trafficos.device.model:testOSGi SKIPPED :de.dim.trafficos.device.model:check UP-TO-DATE :de.dim.trafficos.device.model:build :de.dim.trafficos.device.tests:compileJava :de.dim.trafficos.device.tests:processResources NO-SOURCE :de.dim.trafficos.device.tests:classes :de.dim.trafficos.device.tests:jar :de.dim.trafficos.device.tests:assemble :de.dim.trafficos.device.tests:compileTestJava NO-SOURCE :de.dim.trafficos.device.tests:processTestResources NO-SOURCE :de.dim.trafficos.device.tests:testClasses UP-TO-DATE :de.dim.trafficos.device.tests:test NO-SOURCE :de.dim.trafficos.device.tests:testOSGiJul 16, 2019 2:34:36 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:34:36 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:34:36 PM de.dim.trafficos.device.tests.DevicesServiceIntegrationTest testSimulation INFO: Starting waiting till DeviceService is injected Jul 16, 2019 2:34:39 PM de.dim.trafficos.device.impl.DeviceServiceImpl statusChanged WARNING: [test01] Simulation was interrupted. Jul 16, 2019 2:34:51 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:34:51 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById SEVERE: [test] No Device with such ID. Jul 16, 2019 2:35:11 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:35:11 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:35:11 PM de.dim.trafficos.device.tests.DevicesServiceIntegrationTest testUpdatedDevInfoOK INFO: Starting waiting till DeviceService is injected Jul 16, 2019 2:35:24 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:35:24 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:35:24 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] The old and new Device are the same. Nothing to update. Jul 16, 2019 2:35:34 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:35:34 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:35:34 PM de.dim.trafficos.device.tests.DevicesServiceIntegrationTest testUpdateDevConfigOK INFO: Starting waiting till DeviceService is injected Jul 16, 2019 2:35:47 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById SEVERE: Cannot retrieve a Device with null id. Jul 16, 2019 2:35:57 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:36:07 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:36:07 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:36:07 PM de.dim.trafficos.device.tests.DevicesServiceIntegrationTest testNoDataEntry INFO: Starting waiting till DeviceService is injected Jul 16, 2019 2:36:10 PM de.dim.trafficos.device.impl.DeviceServiceImpl getDataEntries WARNING: [test01] No data within the provided time range. Jul 16, 2019 2:36:20 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice SEVERE: Cannot update Device with null id Jul 16, 2019 2:36:30 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:36:30 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:36:30 PM de.dim.trafficos.device.tests.DevicesServiceIntegrationTest testUpdateDeviceOK INFO: Starting waiting till DeviceService is injected Jul 16, 2019 2:36:33 PM de.dim.trafficos.device.tests.DevicesServiceIntegrationTest testUpdateDeviceOK INFO: Starting waiting till DeviceService is modified Jul 16, 2019 2:36:46 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:36:46 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:36:46 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById SEVERE: [test01] No Device with such ID. Jul 16, 2019 2:36:46 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No Device with such ID. Saving it as new. Jul 16, 2019 2:36:47 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:36:57 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:36:57 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:36:57 PM de.dim.trafficos.device.tests.DevicesServiceIntegrationTest testInconsistentDate INFO: Starting waiting till DeviceService is injected Jul 16, 2019 2:37:00 PM de.dim.trafficos.device.impl.DeviceServiceImpl getDataEntries SEVERE: [test01] Start and End dates are not consistent. Jul 16, 2019 2:37:10 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:37:10 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:37:10 PM de.dim.trafficos.device.tests.DevicesServiceIntegrationTest testOKDataEntry INFO: Starting waiting till DeviceService is injected Jul 16, 2019 2:37:23 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getActiveDevices WARNING: No active devices were found. Jul 16, 2019 2:37:38 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:37:38 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:37:46 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:37:46 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Jul 16, 2019 2:37:49 PM de.dim.trafficos.device.impl.DeviceServiceImpl statusChanged WARNING: [test01] Simulation was interrupted. Jul 16, 2019 2:37:54 PM de.dim.trafficos.device.proxy.DevicesServiceImpl updateDevice WARNING: [test01] No DeviceService registered. Trying to update Device from the DB. Jul 16, 2019 2:37:54 PM de.dim.trafficos.device.proxy.DevicesServiceImpl getDeviceById WARNING: [test01] DeviceService is not registered. Trying to retrieve Device from DB Tests run : 20 Passed : 20 Errors : 0 Failures : 0 :de.dim.trafficos.device.tests:check :de.dim.trafficos.device.tests:build :de.dim.trafficos.simulator:assemble :de.dim.trafficos.simulator:compileTestJava :de.dim.trafficos.simulator:processTestResources NO-SOURCE :de.dim.trafficos.simulator:testClasses :de.dim.trafficos.simulator:test :de.dim.trafficos.simulator:testOSGi SKIPPED :de.dim.trafficos.simulator:check :de.dim.trafficos.simulator:build :de.dim.trafficos.simulator.tests:compileJava :de.dim.trafficos.simulator.tests:processResources NO-SOURCE :de.dim.trafficos.simulator.tests:classes :de.dim.trafficos.simulator.tests:jar :de.dim.trafficos.simulator.tests:assemble :de.dim.trafficos.simulator.tests:compileTestJava NO-SOURCE :de.dim.trafficos.simulator.tests:processTestResources NO-SOURCE :de.dim.trafficos.simulator.tests:testClasses UP-TO-DATE :de.dim.trafficos.simulator.tests:test NO-SOURCE :de.dim.trafficos.simulator.tests:testOSGiJul 16, 2019 2:38:47 PM de.dim.trafficos.simulator.impl.IntersectionServiceImpl areOptionsOK SEVERE: Option main.straight.left.merge is not possible for a 2 roads intersection. Jul 16, 2019 2:38:47 PM de.dim.trafficos.simulator.impl.IntersectionServiceImpl createIntersection SEVERE: Options are inconsistent with number of roads. Jul 16, 2019 2:38:47 PM de.dim.trafficos.simulator.impl.IntersectionServiceImpl areOptionsOK SEVERE: Option main.straight.right.sep is not possible for a 2 roads intersection. Jul 16, 2019 2:38:47 PM de.dim.trafficos.simulator.impl.IntersectionServiceImpl createIntersection SEVERE: Options are inconsistent with number of roads. Jul 16, 2019 2:38:52 PM de.dim.trafficos.simulator.impl.IntersectionServiceImpl areOptionsOK WARNING: Order of roads is inconsistent. Reorganizing it. Jul 16, 2019 2:46:38 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: Required Program Duration was : 100 Jul 16, 2019 2:46:38 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: Effective Program Duration is : 99 Jul 16, 2019 2:46:38 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: The remaining seconds will be assigned to the last phase. Jul 16, 2019 2:46:48 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: Required Program Duration was : 100 Jul 16, 2019 2:46:48 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: Effective Program Duration is : 99 Jul 16, 2019 2:46:48 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: The remaining seconds will be assigned to the last phase. Jul 16, 2019 2:46:58 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: Required Program Duration was : 100 Jul 16, 2019 2:46:58 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: Effective Program Duration is : 98 Jul 16, 2019 2:46:58 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: The remaining seconds will be assigned to the last phase. Jul 16, 2019 2:47:08 PM de.dim.trafficos.simulator.impl.SimulatorServiceImpl activate INFO: SimulatorService activated! Jul 16, 2019 2:47:08 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: Required Program Duration was : 100 Jul 16, 2019 2:47:08 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: Effective Program Duration is : 99 Jul 16, 2019 2:47:08 PM de.dim.trafficos.simulator.impl.SignalPlanServiceImpl createFixTimeProgram WARNING: The remaining seconds will be assigned to the last phase. Jul 16, 2019 2:47:08 PM de.dim.trafficos.simulator.impl.SimulatorServiceImpl startSimulation INFO: Starting Simulation Tests run : 61 Passed : 61 Errors : 0 Failures : 0 :de.dim.trafficos.simulator.tests:check :de.dim.trafficos.simulator.tests:build :de.dim.trafficos.device:release Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/de.dim.trafficos.device.proxy-1.0.0-20190716.144743-2-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/1.0.0-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.proxy/maven-metadata.xml Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/de.dim.trafficos.device.impl-1.0.0-20190716.144746-7-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.impl/1.0.0-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/de.dim.trafficos.device.api-1.0.0-20190716.144748-7-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.api/1.0.0-SNAPSHOT/maven-metadata.xml.md5 :de.dim.trafficos.device.model:release Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/de.dim.trafficos.device.model-1.0.0-20190716.144750-7-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.model/1.0.0-SNAPSHOT/maven-metadata.xml.md5 :de.dim.trafficos.device.tests:release Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/de.dim.trafficos.device.tests-1.0.0-20190716.144754-7-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.device.tests/1.0.0-SNAPSHOT/maven-metadata.xml.md5 :de.dim.trafficos.simulator:release Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.impl-1.0.0-20190716.144757-7-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.impl/1.0.0-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.api-1.0.0-20190716.144759-7-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.api/1.0.0-SNAPSHOT/maven-metadata.xml.md5 :de.dim.trafficos.simulator.tests:release Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/de.dim.trafficos.simulator.tests-1.0.0-20190716.144801-7-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/de/dim/tos/de.dim.trafficos.simulator.tests/1.0.0-SNAPSHOT/maven-metadata.xml.md5 BUILD SUCCESSFUL in 13m 58s 26 actionable tasks: 26 executed Build step 'Invoke Gradle script' changed build result to SUCCESS Recording test results Finished: SUCCESS