You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2012/06/20 23:57:44 UTC

[jira] [Created] (SQOOP-507) Update dist/pom.xml so that maven doesn't download tomcat every time

Cheolsoo Park created SQOOP-507:
-----------------------------------

             Summary: Update dist/pom.xml so that maven doesn't download tomcat every time
                 Key: SQOOP-507
                 URL: https://issues.apache.org/jira/browse/SQOOP-507
             Project: Sqoop
          Issue Type: Improvement
            Reporter: Cheolsoo Park
            Assignee: Cheolsoo Park
            Priority: Minor
             Fix For: 2.0.0


I found it less ideal to download tomcat every time whenever I run mvn package -Pdist. We should add some simple logic to the pom file, so we don't have to download it unless it doesn't already exist in local workspace.

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

        

[jira] [Updated] (SQOOP-507) Update dist/pom.xml so that maven doesn't download tomcat every time

Posted by "Cheolsoo Park (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SQOOP-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cheolsoo Park updated SQOOP-507:
--------------------------------

    Attachment: SQOOP-507.patch

In fact, I found that logic is already in place. But since we always delete the tomcat tarball after untar it, it has to get downloaded again.

Attached is the patch that removes the delete task from the dist profile.
                
> Update dist/pom.xml so that maven doesn't download tomcat every time
> --------------------------------------------------------------------
>
>                 Key: SQOOP-507
>                 URL: https://issues.apache.org/jira/browse/SQOOP-507
>             Project: Sqoop
>          Issue Type: Improvement
>            Reporter: Cheolsoo Park
>            Assignee: Cheolsoo Park
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: SQOOP-507.patch
>
>
> I found it less ideal to download tomcat every time whenever I run mvn package -Pdist. We should add some simple logic to the pom file, so we don't have to download it unless it doesn't already exist in local workspace.

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