diff options
Diffstat (limited to 'depends/maven-setting.xml')
| -rw-r--r-- | depends/maven-setting.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/depends/maven-setting.xml b/depends/maven-setting.xml new file mode 100644 index 0000000..c4b3efd --- /dev/null +++ b/depends/maven-setting.xml @@ -0,0 +1,6 @@ +<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"> + <localRepository>/etc/maven/repository</localRepository> +</settings> |
