-
Notifications
You must be signed in to change notification settings - Fork 56
Misc cleanup of pom.xml #38
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
Conversation
WTF is happening to the Jenkis Azure cluster today? |
retest this please |
6fa7d56
to
c79004c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. The plugin description could be improved, but it's not a blocker.
@@ -73,19 +86,17 @@ | |||
<version>2.1.5</version> | |||
</dependency> | |||
</dependencies> | |||
|
|||
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a big reason to remove this comment? Or was it cut as "a" comment along with other cleanup?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's because it's a "what" comment and not a "why" comment.
Also it's kind of obvious while on the other hand not being technically correct (it's not a proxy)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, thanks. Guess a "mirror" would be more correct :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, FYI: another thing is it's just adding a new repository to the list, it doesn't "disable" maven central etc.
No description provided.