Skip to content

Instantly share code, notes, and snippets.

@RebieKong
Created November 1, 2017 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RebieKong/34232b73c25385f4cdf02a0ad3c43872 to your computer and use it in GitHub Desktop.
Save RebieKong/34232b73c25385f4cdf02a0ad3c43872 to your computer and use it in GitHub Desktop.
在maven中添加自己的maven库和部署到ossfs指定的目录
<distributionManagement>
<repository>
<id>mvn-repo</id>
<url>file:/mnt/data/oss-mvn/data</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>rebie-maven</id>
<url>https://mvn.rebiekong.com/</url>
</repository>
</repositories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment