1
mirror of https://github.com/CarmJos/EasySQL.git synced 2024-09-20 05:45:47 +00:00

ci(reploy): 添加 local-deploy 配置

This commit is contained in:
Carm Jos 2022-05-30 04:37:02 +08:00
parent 90db463f1d
commit 96ccc604ed

16
pom.xml
View File

@ -94,14 +94,12 @@
</repositories> </repositories>
<distributionManagement> <distributionManagement>
<downloadUrl>https://github.com/CarmJos/EasySQL/releases</downloadUrl> <downloadUrl>https://github.com/CarmJos/EasySQL/releases</downloadUrl>
<site> <site>
<id>easysql-javadoc</id> <id>easysql-javadoc</id>
<name>EasySQL JavaDoc (on Github Pages)</name> <name>EasySQL JavaDoc (on Github Pages)</name>
<url>https://CarmJos.github.io/EasySQL</url> <url>https://CarmJos.github.io/EasySQL</url>
</site> </site>
</distributionManagement> </distributionManagement>
<dependencies> <dependencies>
@ -302,6 +300,20 @@
</distributionManagement> </distributionManagement>
</profile> </profile>
<profile>
<id>local</id>
<distributionManagement>
<snapshotRepository>
<id>localRepository</id>
<url>file:${user.home}/local-deploy/</url>
</snapshotRepository>
<repository>
<id>localRepository</id>
<url>file:${user.home}/local-deploy/</url>
</repository>
</distributionManagement>
</profile>
</profiles> </profiles>
</project> </project>