<activeProfiles>
<activeProfile>github</activeProfile>
</activeProfiles>
<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/xiamu-ssr/maven-0</url>
<!--把xiamu-ssr改成你的github用户名,maven-0改成你的仓库名,大写改小写-->
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
<servers>
<server>
<id>github</id>
<username>Xiamu-ssr</username>
<!--Xiamu-ssr改成你的用户名,分大小写-->
<password>your_token</password>
<!--填入你的token-->
</server>
</servers>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/xiamu-ssr/maven-0</url>
<!--把xiamu-ssr改成你的github用户名,maven-0改成你的仓库名,大写改小写-->
</repository>
</distributionManagement>