/etc/maven/settings-debian.xml is in maven-debian-helper 2.3~exp1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | <!--
This is a minimal settings.xml that switches maven to offline mode
and uses the Debian repo as the local repo.
-->
<settings>
<localRepository>/usr/share/maven-repo</localRepository>
<offline>true</offline>
</settings>
|