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

Nick White commented on PIG-3233:
---------------------------------

I just used the imports -

grep -hr '^import' contrib/piggybank/java/src/main | sort | uniq

for the compile-time dependencies, and:

grep -hr '^import' contrib/piggybank/java/src/test | sort | uniq

for anything else for the test scope. I'm not sure there's any better way of 
keeping the ivy and maven dependencies in sync (especially as the template poms 
don't use the ivy.properties file to pick up their versions).
                
> Deploy a Piggybank Jar
> ----------------------
>
>                 Key: PIG-3233
>                 URL: https://issues.apache.org/jira/browse/PIG-3233
>             Project: Pig
>          Issue Type: New Feature
>          Components: piggybank
>    Affects Versions: 0.10.0, 0.11
>            Reporter: Nick White
>            Assignee: Nick White
>             Fix For: 0.10.1, 0.11.1
>
>         Attachments: PIG-3233.0.patch
>
>
> The attached patch adds the piggybank contrib jar to the mvn-install and 
> mvn-deploy ant targets in the same way as the pigunit & pigsmoke artifacts.

--
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