We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd4d25 commit 0f243b1Copy full SHA for 0f243b1
pom.xml
@@ -108,4 +108,13 @@
108
</dependency>
109
</dependencies>
110
</dependencyManagement>
111
+ <distributionManagement>
112
+ <repository>
113
+ <!-- id 需要和 server id一致 -->
114
+ <id>github</id>
115
+ <!-- name, 可选 -->
116
+ <name>BetterFSD-Java</name>
117
+ <url>https://maven.pkg.github.com/LinkTechTips/BetterFSD-Java</url>
118
+ </repository>
119
+ </distributionManagement>
120
</project>
0 commit comments