settings.xml

Download settings.xml

1: <settings
2:     xmlns="http://maven.apache.org/SETTINGS/1.0.0"
3:     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4:     xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
5:     https://maven.apache.org/xsd/settings-1.0.0.xsd">
6:     <pluginGroups>
7:       <pluginGroup>com.github.spotbugs</pluginGroup>
8:     </pluginGroups>
9: </settings>