[
https://issues.apache.org/jira/browse/HADOOP-16323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16846446#comment-16846446
]
Akira Ajisaka commented on HADOOP-16323:
----------------------------------------
Thanks [~kihwal] for the comment and thanks [[email protected]] for the review.
002 patch: ran the following commands to revert the attribute changes.
{noformat}
$ find . -name "pom.xml" | xargs sed -i "" -e "s/http\:/https\:/g"
$ find . -name "pom.xml" | xargs sed -i "" -e
"s/https\:\/\/maven\.apache\.org\/POM/http\:\/\/maven\.apache\.org\/POM/g"
$ find . -name "pom.xml" | xargs sed -i "" -e
"s/https\:\/\/www\.w3\.org/http\:\/\/www\.w3\.org/g"
{noformat}
> https everywhere in Maven settings
> ----------------------------------
>
> Key: HADOOP-16323
> URL: https://issues.apache.org/jira/browse/HADOOP-16323
> Project: Hadoop Common
> Issue Type: Improvement
> Components: build
> Reporter: Akira Ajisaka
> Assignee: Akira Ajisaka
> Priority: Minor
> Attachments: HADOOP-16323.001.patch
>
>
> We should use https everywhere.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]