[ 
https://issues.apache.org/jira/browse/PIG-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13581539#comment-13581539
 ] 

Bill Graham commented on PIG-3189:
----------------------------------

There have been changes to {{ivy/pig.pom}} that are not reflected in 
{{ivy/pig-template.xml}}. Particularly antlr is not being included in the 
published pom because it's not in the template. Will submit a new patch.

{nofomat}
$ diff ivy/pig-template.xml ivy/pig.pom
24c24
<   <version>@version</version>
---
>   <version>0.9.0-SNAPSHOT</version>
85,86c85,86
<     </dependency>
<     <dependency>
---
>    </dependency>
>    <dependency>
122c122,132
<       <groupId>org.apache.avro</groupId>
---
>       <groupId>org.antlr</groupId>
>       <artifactId>antlr-runtime</artifactId>
>       <version>3.4</version>
>     </dependency>
>     <dependency>
>       <groupId>org.antlr</groupId>
>       <artifactId>ST4</artifactId>
>       <version>4.0.4</version>
>     </dependency>
>    <dependency>
>       <groupId>org.apache.hadoop</groupId>
124c134
<       <version>1.5.3</version>
---
>       <version>1.3.2</version>
{noformat}
                
> Remove ivy/pig.pom and improve build mvn targets
> ------------------------------------------------
>
>                 Key: PIG-3189
>                 URL: https://issues.apache.org/jira/browse/PIG-3189
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>             Fix For: 0.12
>
>         Attachments: PIG-3189.1.patch, PIG-3189.2.patch
>
>
> {{ivy/pig.pom}} in SVN seems to no longer be used.  At build time ({{ant 
> set-version}} via {{ant mvn-deploy}}) {{ivy/pig.pom}} is generated from 
> {{ivy/pig-template.xml}}. We should remove {{ivy/pig.pom}} from SVN.
> It would also be good to decouple building the maven artifacts from 
> publishing them, since those two tasks might be done on different hosts.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to