Skip to content

개인 github maven repository

ziponia edited this page Sep 5, 2019 · 1 revision

settings

{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>

deploy

mvn clean site deploy

Clone this wiki locally