-
Notifications
You must be signed in to change notification settings - Fork 1
개인 github maven repository
ziponia edited this page Sep 5, 2019
·
1 revision
{USER_HOME_DIR}/.m2/settings.xml
<?xml version="1.0" encoding="UTF-8"?> <settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <servers> <server> <id>github</id> <password>{github oauth token}</password> </server> </servers> </settings>
mvn clean site deploy