mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
26d0487a2f
* Removes run-in-docker.sh from travis build * Updates run-in-docker.sh so it will cache to a volume-bound .m2/repository directory as intended
7 lines
410 B
XML
7 lines
410 B
XML
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
|
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
|
<!-- This directory matches what is defined in run-in-docker.sh -->
|
|
<localRepository>/var/maven/.m2/repository</localRepository>
|
|
</settings> |