Skip to content

found some compilation errors when use public maven setting #32

@DirkJia

Description

@DirkJia

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions