Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

打包数据源或worker插件报错maven配置 #988

Closed
Jixiangup opened this issue Feb 27, 2023 · 1 comment
Closed

打包数据源或worker插件报错maven配置 #988

Jixiangup opened this issue Feb 27, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Jixiangup
Copy link
Collaborator

Jixiangup commented Feb 27, 2023

maven settings 配置

<?xml version="1.0" encoding="UTF-8"?>

<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd">

  <localRepository>/Users/kaisa.liu/software/maven-3.9.0/repo_data</localRepository>

  <pluginGroups>
  </pluginGroups>


  <proxies>
  </proxies>

  <servers>
  </servers>

  <mirrors>
  </mirrors>

  <profiles>
      <profile>
          <id>aliyun-repos</id>
          <repositories>
              <repository>
                  <id>aliyun-public</id>
                  <url>https://maven.aliyun.com/repository/public</url>
                  <releases>
                      <enabled>true</enabled>
                  </releases>
                  <snapshots>
                      <enabled>true</enabled>
                  </snapshots>
              </repository>
              <repository>
                  <id>aliyun-central</id>
                  <url>https://maven.aliyun.com/repository/central</url>
                  <releases>
                      <enabled>true</enabled>
                  </releases>
                  <snapshots>
                      <enabled>true</enabled>
                  </snapshots>
              </repository>
              <repository>
                  <id>aliyun-spring</id>
                  <url>https://maven.aliyun.com/repository/spring</url>
                  <releases>
                      <enabled>true</enabled>
                  </releases>
                  <snapshots>
                      <enabled>true</enabled>
                  </snapshots>
              </repository>
              <repository>
                  <id>aliyun-springplugin</id>
                  <url>https://maven.aliyun.com/repository/spring-plugin</url>
                  <releases>
                      <enabled>true</enabled>
                  </releases>
                  <snapshots>
                      <enabled>true</enabled>
                  </snapshots>
              </repository>
              <repository>
                  <id>aliyun-maven2</id>
                  <url>https://repo1.maven.org/maven2</url>
                  <releases>
                      <enabled>true</enabled>
                  </releases>
                  <snapshots>
                      <enabled>true</enabled>
                  </snapshots>
              </repository>
          </repositories>
      </profile>
  </profiles>

<activeProfiles>
    <activeProfile>aliyun-repos</activeProfile>
</activeProfiles>


</settings>

成功截图:

image

@Jixiangup Jixiangup added the bug Something isn't working label Feb 27, 2023
@Jixiangup Jixiangup changed the title [taier-datasource] [taier-datasource-api] build error 打包数据源或worker插件报错maven配置 Feb 27, 2023
@Jixiangup Jixiangup added documentation Improvements or additions to documentation and removed bug Something isn't working labels Feb 27, 2023
@Jixiangup
Copy link
Collaborator Author

#260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant