PulsarRPA icon indicating copy to clipboard operation
PulsarRPA copied to clipboard

windows打包配置,历经千难万险,总算成功打包

Open yangxiongj opened this issue 2 years ago • 3 comments

 <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>

yangxiongj avatar Feb 16 '23 12:02 yangxiongj

image

这个两个包打包失败,建议不要勾选

yangxiongj avatar Feb 16 '23 12:02 yangxiongj

image 关闭测试

yangxiongj avatar Feb 16 '23 12:02 yangxiongj

Just check all-modules, or run bin/build-run.sh without testing, or run bin/build.sh with testing.

platonai avatar Feb 16 '23 13:02 platonai