Julien Le Dem created PIG-2787:
----------------------------------
Summary: change the module name in ivy to lowercase to match the
maven repo
Key: PIG-2787
URL: https://issues.apache.org/jira/browse/PIG-2787
Project: Pig
Issue Type: Bug
Reporter: Julien Le Dem
ivy.xml
{noformat}
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
- <info organisation="org.apache.pig" module="${ant.project.name}"
revision="${version}">
+ <info organisation="org.apache.pig" module="${name}" revision="${version}">
<license name="Apache 2.0"/>
<ivyauthor name="Apache Hadoop Team" url="http://hadoop.apache.org/pig"/>
<description>Pig</description>
{noformat}
--
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