[ https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269021#comment-13269021 ]
Harsh J commented on HADOOP-8268: --------------------------------- The change looks fine. Before we commit it in though, did you run a build on Windows+Cygwin as well, since those are what you're changing the commands for? Also, why do you see a failure only on hadoop-project-dist, when the same issue exists in so many other pom.xml files? {code} ./hadoop-common-project/hadoop-common/pom.xml: which cygpath 2> /dev/null ./hadoop-common-project/hadoop-common/pom.xml: mkdir -p $JAVA_DIR 2> /dev/null ./hadoop-common-project/hadoop-common/pom.xml: for PROTO_FILE in `ls $PROTO_DIR/*.proto 2> /dev/null` ./hadoop-common-project/hadoop-common/pom.xml: which cygpath 2> /dev/null ./hadoop-common-project/hadoop-common/pom.xml: mkdir -p $JAVA_DIR 2> /dev/null ./hadoop-common-project/hadoop-common/pom.xml: for PROTO_FILE in `ls $PROTO_DIR/*.proto 2> /dev/null` ./hadoop-hdfs-project/hadoop-hdfs/pom.xml: which cygpath 2> /dev/null ./hadoop-hdfs-project/hadoop-hdfs/pom.xml: mkdir -p $JAVA_DIR 2> /dev/null ./hadoop-hdfs-project/hadoop-hdfs/pom.xml: for PROTO_FILE in `ls $PROTO_DIR/*.proto 2> /dev/null` ./hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml: which cygpath 2> /dev/null ./hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml: which cygpath 2> /dev/null ./hadoop-mapreduce-project/pom.xml: which cygpath 2> /dev/null {code} Wouldn't you like them all fixed? bq. -1 javadoc. The javadoc tool appears to have generated 2 warning messages. This is cause of HADOOP-8359. > hadoop-project-dist/pom.xml fails XML validation > ------------------------------------------------ > > Key: HADOOP-8268 > URL: https://issues.apache.org/jira/browse/HADOOP-8268 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 0.23.0 > Environment: FreeBSD 8.2 / AMD64 > Reporter: Radim Kolar > Labels: maven, patch > Attachments: hadoop-pom.txt > > > In this pom file are embedded ant commands which contains '>' - redirection. > This makes XML file invalid and this POM file can not be deployed into > validating Maven repository managers such as Artifactory. -- 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