MAPREDUCE-2916. Ivy build for MRv1 fails with bad organization for common daemon. (mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1163490 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f10c97d390
commit
5786efbfa6
|
@ -1175,6 +1175,9 @@ Release 0.23.0 - Unreleased
|
|||
MAPREDUCE-2897. Javadoc for ClientRMProtocol protocol and related records.
|
||||
(acmurthy)
|
||||
|
||||
MAPREDUCE-2916. Ivy build for MRv1 fails with bad organization for
|
||||
common daemon. (mahadev)
|
||||
|
||||
Release 0.22.0 - Unreleased
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -39,11 +39,11 @@
|
|||
<settings defaultResolver="${resolvers}"/>
|
||||
|
||||
<resolvers>
|
||||
<ibiblio name="maven2" root="${repo.maven.org}" pattern="${maven2.pattern.ext}" m2compatible="true"/>
|
||||
<ibiblio name="maven2" root="${repo.maven.org}" pattern="${maven2.pattern.ext}" m2compatible="true" checkconsistency="false"/>
|
||||
<ibiblio name="apache-snapshot" root="${snapshot.apache.org}" m2compatible="true"
|
||||
checkmodified="true" changingPattern=".*SNAPSHOT"/>
|
||||
checkmodified="true" changingPattern=".*SNAPSHOT" checkconsistency="false"/>
|
||||
|
||||
<filesystem name="fs" m2compatible="true" force="${force-resolve}">
|
||||
<filesystem name="fs" m2compatible="true" checkconsistency="false" force="${force-resolve}">
|
||||
<artifact pattern="${repo.dir}/${maven2.pattern.ext}"/>
|
||||
<ivy pattern="${repo.dir}/[organisation]/[module]/[revision]/[module]-[revision].pom"/>
|
||||
</filesystem>
|
||||
|
|
Loading…
Reference in New Issue