[jbosstools-issues] [JBoss JIRA] (JBIDE-13266) Use pack200 to speed up download and install

Mickael Istria (JIRA) jira-events at lists.jboss.org
Thu Jan 31 04:30:51 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-13266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751535#comment-12751535 ] 

Mickael Istria commented on JBIDE-13266:
----------------------------------------

Just ran some metrics on "jbosstools-central-maven-examples", both after a "mvn clean"
$ mvn -o verify -Dmaven.test.skip=true   => 2m59s
$ mvn -o verify -Dmaven.test.skip=true -Ppack200   => 3m08s
So it seems to be a matter of second to enable pack200. If all integration works well (from component to installer), I'll recommend to make it default, out of a profile.
                
> Use pack200 to speed up download and install
> --------------------------------------------
>
>                 Key: JBIDE-13266
>                 URL: https://issues.jboss.org/browse/JBIDE-13266
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: Build/Releng
>    Affects Versions: 4.0.0.CR1
>            Reporter: Mickael Istria
>            Assignee: Mickael Istria
>            Priority: Minor
>             Fix For: 4.0.1.Final, 4.1.0.Alpha1
>
>
> p2 provides the pack200 stuff, which offers a better compressions for jars, and then that makes downloads faster when installing.
> We should set up our repo to create the pack200'd 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


More information about the jbosstools-issues mailing list