Open Traffic Models - A framework for hybrid traffic simulation
OTM uses Java 11.0.5
You can obtain OTM as a jar file here. Download the most recent large file of the form:
otm-sim-1.0-<date>.<time>-<number>-jar-with-dependencies.jar
Follow these steps if you wish to build OTM from the source code.
~/.m2/settings.xml
:
<profile>
<id>myMavenRepoOTM</id>
<activation>
<property>
<name>!doNotUseMyMavenRepo</name>
</property>
</activation>
<properties>
<myMavenRepoOTMReadUrl>https://mymavenrepo.com/repo/XtcMAROnIu3PyiMCmbdY/</myMavenRepoOTMReadUrl>
</properties>
</profile>
If you do not have ~/.m2/settings.xml
then you can use this one.
mvn clean install -DskipTests