Skip to content

Instantly share code, notes, and snippets.

View alanhe421's full-sized avatar
⌨️
Focusing

Alan.He alanhe421

⌨️
Focusing
View GitHub Profile
@alanhe421
alanhe421 / settings.xml
Created August 20, 2019 15:02
maven setting default config
<?xml version="1.0" encoding="UTF-8"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<profiles>
<profile>
<repositories>
<repository>
<id> central</id>
<name> Maven Repository Switchboard</name>
<layout> default</layout>