PulsarRPA
PulsarRPA copied to clipboard
windows打包配置,历经千难万险,总算成功打包
<mirror>
<id>aliyunmaven</id>
<mirrorOf>central</mirrorOf>
<name>阿里云公共仓库</name>
<url>https://maven.aliyun.com/repository/public</url>
</mirror>
<mirror>
<id>spring</id>
<mirrorOf>central</mirrorOf>
<name>spring公共仓库</name>
<url>https://maven.aliyun.com/repository/spring</url>
</mirror>
<mirror>
<id>repo</id>
<mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>https://repo.maven.apache.org/maven2/</url>
</mirror>
<mirror>
<id>repo2</id>
<mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>https://oss.sonatype.org/#stagingRepositories</url>
</mirror>
<mirror>
<id>repo3</id>
<mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>https://repo1.maven.org/maven2/ai/platon/pulsar</url>
</mirror>
<mirror>
<id>platonic</id>
<mirrorOf>public</mirrorOf>
<name>platonic公共仓库</name>
<url>http://static.platonic.fun/repo/</url>
</mirror>
<mirror>
<id>maven-default-http-blocker</id>
<mirrorOf>dummy</mirrorOf>
<name>Dummy mirror to override default blocking mirror that blocks http</name>
<url>http://0.0.0.0/</url>
</mirror>
这个两个包打包失败,建议不要勾选
关闭测试
Just check all-modules, or run bin/build-run.sh without testing, or run bin/build.sh with testing.