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

found some compilation errors when use public maven setting #32

Open
DirkJia opened this issue May 20, 2024 · 0 comments
Open

found some compilation errors when use public maven setting #32

DirkJia opened this issue May 20, 2024 · 0 comments

Comments

@DirkJia
Copy link
Contributor

DirkJia commented May 20, 2024

Version:
1.1.5

Describe the bug
i found some compilation errors when build project

To Reproduce
setting文件的mirror配置如下

    <mirror>
      <id>aliyun-spring-plugin</id>
      <mirrorOf>*</mirrorOf>
      <name>spring-plugin</name>
     <url>https://maven.aliyun.com/repository/spring-plugin/</url>
    </mirror>
    <mirror>
      <id>nexus-aliyun</id>  
      <mirrorOf>central</mirrorOf>    
      <name>Nexus aliyun</name>  
      <url>http://maven.aliyun.com/nexus/content/groups/public</url>  
    </mirror> 
    <mirror>
      <id>nexus-maven</id>
      <mirrorOf>central</mirrorOf>    
      <name>Nexus maven</name>  
      <url>http://repo.maven.apache.org/maven2</url>  
    </mirror> 

Expected behavior
compile the code successfully

Urgency
Describe the impact and urgency of the bug.

Are you planning to fix it
yes

Additional context
Add any other context about the problem here.

DirkJia added a commit to DirkJia/alibabacloud-dataworks-tool-dflow that referenced this issue May 20, 2024
Garfier added a commit that referenced this issue Sep 11, 2024
fix:modify pom.xml and add .gitignore #32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant