We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
fix:modify pom.xml and add .gitignore aliyun#32
a76ff31
Merge pull request #33 from DirkJia/hotfix/compiler-error
924c552
fix:modify pom.xml and add .gitignore #32
No branches or pull requests
Version:
1.1.5
Describe the bug
i found some compilation errors when build project
To Reproduce
setting文件的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.
The text was updated successfully, but these errors were encountered: