[
https://issues.apache.org/jira/browse/HADOOP-8543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405111#comment-13405111
]
Robert Joseph Evans commented on HADOOP-8543:
---------------------------------------------
Oh I see now hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
{noformat}
$ diff --ignore-space-change hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
../branch-2/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
...
488c480
< which cygpath >> /dev/null
---
> which cygpath 2> /dev/null
531c523
< which cygpath >> /dev/null
---
> which cygpath 2> /dev/null
{noformat}
It looks like there was a mixup in the cygpath line "2>" got changed to ">>"
but still with invalid XML.
> Invalid pom.xml files on 0.23 branch
> ------------------------------------
>
> Key: HADOOP-8543
> URL: https://issues.apache.org/jira/browse/HADOOP-8543
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 0.23.3
> Environment: FreeBSD 8.2, 64bit, Artifactory
> Reporter: Radim Kolar
> Labels: build
> Fix For: 0.23.3
>
> Attachments: hadoop-invalid-pom-023.txt
>
>
> This is backport of HADOOP-8268 to 0.23 branch. It fixes invalid pom.xml
> which allows them to be uploaded into artifactory maven repository management
> and adds schema declarations which allows to use XML validating tools.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira