Skip to content

Commit cf010fe

Browse files
committed
build: 添加 distributionManagement 阿里云仓库配置
1 parent c6002d1 commit cf010fe

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,14 @@
1212
<dependency><groupId>com.alibaba</groupId><artifactId>fastjson</artifactId><version>1.2.83</version></dependency>
1313
</dependencies>
1414
<build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>3.8.1</version><configuration><source>${java.version}</source><target>${java.version}</target></configuration></plugin></plugins></build>
15+
<distributionManagement>
16+
<repository>
17+
<id>2624322-release-6F6h6R</id>
18+
<url>https://packages.aliyun.com/6927b116e6c3e0425dbdf60d/maven/2624322-release-6f6h6r</url>
19+
</repository>
20+
<snapshotRepository>
21+
<id>2624322-snapshot-3EoOv3</id>
22+
<url>https://packages.aliyun.com/6927b116e6c3e0425dbdf60d/maven/2624322-snapshot-3eoov3</url>
23+
</snapshotRepository>
24+
</distributionManagement>
1525
</project>

0 commit comments

Comments
 (0)