platonai / PulsarRPA

Automate webpages at scale, scrape web data completely and accurately with high performance, distributed AI-RPA.
Apache License 2.0
778 stars 118 forks source link

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

Open yangxiongj opened 1 year ago

yangxiongj commented 1 year ago
 <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 commented 1 year ago

image

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

yangxiongj commented 1 year ago

image 关闭测试

platonai commented 1 year ago

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