Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 598906 Details for
Bug 841278
QuickStart tweetstream: compilation error
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
deployment.log
tweetstream.txt (text/plain), 548.43 KB, created by
Attila Nagy
on 2012-07-18 14:52:13 UTC
(
hide
)
Description:
deployment.log
Filename:
MIME Type:
Creator:
Attila Nagy
Created:
2012-07-18 14:52:13 UTC
Size:
548.43 KB
patch
obsolete
>Running Command - rm -rf tweet && rhc-create-app -a tweet -t jbossas-7 -l anagy+2012071801@redhat.com -p redhat -d -r ./tweet >Submitting form: >rhlogin: anagy+2012071801@redhat.com >debug: true >Contacting https://ec2-107-20-101-21.compute-1.amazonaws.com >Creating application: tweet in xn15oi5hm7 >Contacting https://ec2-107-20-101-21.compute-1.amazonaws.com >Response from server:Warning: Permanently added 'tweet-xn15oi5hm7.dev.rhcloud.com' (RSA) to the list of known hosts. > >DEBUG: > > >Exit Code: 0 >broker_c: namespacerhloginsshapp_uuiddebugaltercartridgecart_typeactionapp_nameapi >api_c: placeholder >API version: 1.1.3 >DEBUG: 'tweet' creation returned success. >Now your new domain name is being propagated worldwide (this might take a minute)... >Pulling new repo down >git clone --quiet ssh://e97782f1abce47ccb39f4a1660633a89@tweet-xn15oi5hm7.dev.rhcloud.com/~/git/tweet.git/ ./tweet >Confirming application 'tweet' is available >Attempt # 1 >[0KConfirming application 'tweet' is available: Success! > >tweet published: http://tweet-xn15oi5hm7.dev.rhcloud.com/ >git url: ssh://e97782f1abce47ccb39f4a1660633a89@tweet-xn15oi5hm7.dev.rhcloud.com/~/git/tweet.git/ >To make changes to 'tweet', commit to ./tweet/. >Successfully created application: tweet >Command Return: 0 > >Running Command - ls ./tweet >deployments >pom.xml >README >src >warning: no common commits >From git://github.com/openshift/tweetstream-example >* branch master -> FETCH_HEAD >Auto-merging .gitignore >Auto-merging .openshift/markers/README >Auto-merging pom.xml >Merge made by recursive. >.gitignore | 7 + >.openshift/markers/README | 9 - >README.md | 59 ++ >environment-readme.txt | 127 +++ >jbw/META-INF/ejb-jar.xml | 7 + >jbw/pom.xml | 192 ++++ >jbw/src/main/.DS_Store | Bin 0 -> 6148 bytes >.../org/richfaces/examples/tweetstream/.DS_Store | Bin 0 -> 6148 bytes >.../examples/tweetstream/dataserver/.DS_Store | Bin 0 -> 6148 bytes >.../tweetstream/dataserver/listeners/.DS_Store | Bin 0 -> 6148 bytes >.../listeners/ServerContentListener.java | 9 + >.../listeners/ServerContentUpdateListener.java | 165 ++++ >.../service/TweetStreamPersistenceService.java | 48 + >.../service/TweetStreamPersistenceServiceBean.java | 192 ++++ >.../dataserver/source/TwitterSourceServer.java | 147 ++++ >.../dataserver/util/TweetAggregateConverter.java | 89 ++ >jbw/src/main/resources/.DS_Store | Bin 0 -> 6148 bytes >jbw/src/main/resources/META-INF/beans.xml | 8 + >pom.xml | 422 ++++++++- >shared/pom.xml | 227 +++++ >.../dataserver/jms/PublishController.java | 94 ++ >.../dataserver/source/TwitterLocal.java | 38 + >.../dataserver/source/TwitterServer.java | 37 + >.../dataserver/source/TwitterSource.java | 55 ++ >.../examples/tweetstream/domain/HashTag.java | 82 ++ >.../examples/tweetstream/domain/Tweet.java | 100 +++ >.../examples/tweetstream/domain/Tweeter.java | 103 +++ >.../tweetstream/domain/TwitterAggregate.java | 174 ++++ >.../tweetstream/util/TwitterAggregateUtil.java | 94 ++ >shared/src/main/resources/META-INF/beans.xml | 8 + >tweetstream/pom.xml | 264 ++++++ >.../tweetstream/dataserver/cache/CacheBuilder.java | 40 + >.../dataserver/cache/InfinispanCacheBuilder.java | 118 +++ >.../dataserver/cache/SimpleCacheBuilder.java | 59 ++ >.../dataserver/jms/TopicsInitializer.java | 98 ++ >.../dataserver/listeners/CacheUpdateListener.java | 60 ++ >.../dataserver/listeners/TweetStreamListener.java | 162 ++++ >.../dataserver/rest/HelloWorldJAXRS.java | 14 + >.../dataserver/rest/JaxRsActivator.java | 18 + >.../tweetstream/dataserver/source/TweetStream.java | 119 +++ >.../dataserver/source/TwitterSourceLocal.java | 251 ++++++ >.../tweetstream/ui/agent/TwitterAgent.java | 44 + >.../tweetstream/ui/agent/TwitterAgentImpl.java | 101 +++ >.../ui/agent/TwitterAgentImplJAXRS.java | 132 +++ >.../tweetstream/ui/useragent/UAgentInfo.java | 925 ++++++++++++++++++++ >.../ui/useragent/UserAgentProcessor.java | 67 ++ >tweetstream/src/main/resources/stoplist.properties | 34 + >.../src/main/resources/twitter4j.properties | 6 + >.../src/main/resources/twittertracks.properties | 6 + >tweetstream/src/main/webapp/WEB-INF/beans.xml | 12 + >.../src/main/webapp/WEB-INF/faces-config.xml | 18 + >tweetstream/src/main/webapp/WEB-INF/jboss-web.xml | 22 + >.../WEB-INF/tweetstream-hornetq-configuration.xml | 15 + >.../webapp/WEB-INF/tweetstream-hornetq-jms.xml | 10 + >tweetstream/src/main/webapp/WEB-INF/web.xml | 67 ++ >tweetstream/src/main/webapp/favicon.ico | Bin 0 -> 1150 bytes >tweetstream/src/main/webapp/index.jsp | 1 + >.../src/main/webapp/pages/desktopHome.xhtml | 44 + >tweetstream/src/main/webapp/pages/home.xhtml | 25 + >tweetstream/src/main/webapp/pages/phoneHome.xhtml | 709 +++++++++++++++ >tweetstream/src/main/webapp/pages/tabletHome.xhtml | 112 +++ >tweetstream/src/main/webapp/resources/css/ipad.css | 190 ++++ >.../src/main/webapp/resources/css/screen.css | 45 + >.../src/main/webapp/resources/images/SMrgbeps.png | Bin 0 -> 2687 bytes >.../src/main/webapp/resources/images/banner.png | Bin 0 -> 120779 bytes >.../src/main/webapp/resources/images/grey_tile.png | Bin 0 -> 375 bytes >.../webapp/resources/images/iphone/back_button.png | Bin 0 -> 4780 bytes >.../images/iphone/back_button_clicked.png | Bin 0 -> 1601 bytes >.../resources/images/iphone/backgroundStripes.png | Bin 0 -> 164 bytes >.../webapp/resources/images/iphone/chevron.png | Bin 0 -> 241 bytes >.../resources/images/iphone/chevron_white.png | Bin 0 -> 211 bytes >.../main/webapp/resources/images/iphone/header.png | Bin 0 -> 1304 bytes >.../resources/images/iphone/selectedRowiPhone.png | Bin 0 -> 185 bytes >.../main/webapp/resources/images/judcon-logo.gif | Bin 0 -> 4764 bytes >.../src/main/webapp/resources/images/weld.png | Bin 0 -> 6080 bytes >.../main/webapp/templates/androidTemplate.xhtml | 43 + >.../src/main/webapp/templates/commonTemplate.xhtml | 32 + >.../main/webapp/templates/desktopTemplate.xhtml | 38 + >.../src/main/webapp/templates/iPadTemplate.xhtml | 22 + >.../src/main/webapp/templates/iPhoneTemplate.xhtml | 55 ++ >80 files changed, 6419 insertions(+), 52 deletions(-) >create mode 100644 README.md >create mode 100644 environment-readme.txt >create mode 100644 jbw/META-INF/ejb-jar.xml >create mode 100644 jbw/pom.xml >create mode 100644 jbw/src/main/.DS_Store >create mode 100644 jbw/src/main/java/org/richfaces/examples/tweetstream/.DS_Store >create mode 100644 jbw/src/main/java/org/richfaces/examples/tweetstream/dataserver/.DS_Store >create mode 100644 jbw/src/main/java/org/richfaces/examples/tweetstream/dataserver/listeners/.DS_Store >create mode 100644 jbw/src/main/java/org/richfaces/examples/tweetstream/dataserver/listeners/ServerContentListener.java >create mode 100644 jbw/src/main/java/org/richfaces/examples/tweetstream/dataserver/listeners/ServerContentUpdateListener.java >create mode 100644 jbw/src/main/java/org/richfaces/examples/tweetstream/dataserver/service/TweetStreamPersistenceService.java >create mode 100644 jbw/src/main/java/org/richfaces/examples/tweetstream/dataserver/service/TweetStreamPersistenceServiceBean.java >create mode 100644 jbw/src/main/java/org/richfaces/examples/tweetstream/dataserver/source/TwitterSourceServer.java >create mode 100644 jbw/src/main/java/org/richfaces/examples/tweetstream/dataserver/util/TweetAggregateConverter.java >create mode 100644 jbw/src/main/resources/.DS_Store >create mode 100644 jbw/src/main/resources/META-INF/beans.xml >create mode 100644 shared/pom.xml >create mode 100644 shared/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/PublishController.java >create mode 100644 shared/src/main/java/org/richfaces/examples/tweetstream/dataserver/source/TwitterLocal.java >create mode 100644 shared/src/main/java/org/richfaces/examples/tweetstream/dataserver/source/TwitterServer.java >create mode 100644 shared/src/main/java/org/richfaces/examples/tweetstream/dataserver/source/TwitterSource.java >create mode 100644 shared/src/main/java/org/richfaces/examples/tweetstream/domain/HashTag.java >create mode 100644 shared/src/main/java/org/richfaces/examples/tweetstream/domain/Tweet.java >create mode 100644 shared/src/main/java/org/richfaces/examples/tweetstream/domain/Tweeter.java >create mode 100644 shared/src/main/java/org/richfaces/examples/tweetstream/domain/TwitterAggregate.java >create mode 100644 shared/src/main/java/org/richfaces/examples/tweetstream/util/TwitterAggregateUtil.java >create mode 100644 shared/src/main/resources/META-INF/beans.xml >create mode 100644 tweetstream/pom.xml >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/cache/CacheBuilder.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/cache/InfinispanCacheBuilder.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/cache/SimpleCacheBuilder.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/listeners/CacheUpdateListener.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/listeners/TweetStreamListener.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/rest/HelloWorldJAXRS.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/rest/JaxRsActivator.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/source/TweetStream.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/source/TwitterSourceLocal.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/ui/agent/TwitterAgent.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/ui/agent/TwitterAgentImpl.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/ui/agent/TwitterAgentImplJAXRS.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/ui/useragent/UAgentInfo.java >create mode 100644 tweetstream/src/main/java/org/richfaces/examples/tweetstream/ui/useragent/UserAgentProcessor.java >create mode 100644 tweetstream/src/main/resources/stoplist.properties >create mode 100644 tweetstream/src/main/resources/twitter4j.properties >create mode 100644 tweetstream/src/main/resources/twittertracks.properties >create mode 100644 tweetstream/src/main/webapp/WEB-INF/beans.xml >create mode 100644 tweetstream/src/main/webapp/WEB-INF/faces-config.xml >create mode 100644 tweetstream/src/main/webapp/WEB-INF/jboss-web.xml >create mode 100644 tweetstream/src/main/webapp/WEB-INF/tweetstream-hornetq-configuration.xml >create mode 100644 tweetstream/src/main/webapp/WEB-INF/tweetstream-hornetq-jms.xml >create mode 100644 tweetstream/src/main/webapp/WEB-INF/web.xml >create mode 100644 tweetstream/src/main/webapp/favicon.ico >create mode 100644 tweetstream/src/main/webapp/index.jsp >create mode 100644 tweetstream/src/main/webapp/pages/desktopHome.xhtml >create mode 100644 tweetstream/src/main/webapp/pages/home.xhtml >create mode 100644 tweetstream/src/main/webapp/pages/phoneHome.xhtml >create mode 100644 tweetstream/src/main/webapp/pages/tabletHome.xhtml >create mode 100644 tweetstream/src/main/webapp/resources/css/ipad.css >create mode 100644 tweetstream/src/main/webapp/resources/css/iphone.css >create mode 100644 tweetstream/src/main/webapp/resources/css/screen.css >create mode 100644 tweetstream/src/main/webapp/resources/images/SMrgbeps.png >create mode 100644 tweetstream/src/main/webapp/resources/images/banner.png >create mode 100644 tweetstream/src/main/webapp/resources/images/grey_tile.png >create mode 100644 tweetstream/src/main/webapp/resources/images/iphone/back_button.png >create mode 100644 tweetstream/src/main/webapp/resources/images/iphone/back_button_clicked.png >create mode 100644 tweetstream/src/main/webapp/resources/images/iphone/backgroundStripes.png >create mode 100644 tweetstream/src/main/webapp/resources/images/iphone/chevron.png >create mode 100644 tweetstream/src/main/webapp/resources/images/iphone/chevron_white.png >create mode 100644 tweetstream/src/main/webapp/resources/images/iphone/header.png >create mode 100644 tweetstream/src/main/webapp/resources/images/iphone/selectedRowiPhone.png >create mode 100644 tweetstream/src/main/webapp/resources/images/judcon-logo.gif >create mode 100644 tweetstream/src/main/webapp/resources/images/weld.png >create mode 100644 tweetstream/src/main/webapp/templates/androidTemplate.xhtml >create mode 100644 tweetstream/src/main/webapp/templates/commonTemplate.xhtml >create mode 100644 tweetstream/src/main/webapp/templates/desktopTemplate.xhtml >create mode 100644 tweetstream/src/main/webapp/templates/iPadTemplate.xhtml >create mode 100644 tweetstream/src/main/webapp/templates/iPhoneTemplate.xhtml >[master 66a3b1b] configuration >1 files changed, 4 insertions(+), 6 deletions(-) >remote: Stopping application...[K >remote: Done[K >remote: ~/git/tweet.git ~/git/tweet.git[K >remote: ~/git/tweet.git[K >remote: Running .openshift/action_hooks/pre_build[K >remote: Found pom.xml... attempting to build with 'mvn -e clean package -Popenshift -DskipTests'[K >remote: Apache Maven 3.0.3 (r1075437; 2011-06-20 13:22:37-0400)[K >remote: Maven home: /etc/alternatives/maven-3.0[K >remote: Java version: 1.6.0_24, vendor: Sun Microsystems Inc.[K >remote: Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre[K >remote: Default locale: en_US, platform encoding: UTF-8[K >remote: OS name: "linux", version: "2.6.32-279.1.1.el6.x86_64", arch: "i386", family: "unix"[K >remote: [INFO] Scanning for projects...[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/jboss-parent/6/jboss-parent-6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 23 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/jboss-parent/6/jboss-parent-6.pom (23 KB at 69.7 KB/sec)[K >remote: [WARNING] [K >remote: [WARNING] Some problems were encountered while building the effective model for org.richfaces.examples.tweetstream:shared:jar:1.0.0-SNAPSHOT[K >remote: [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ org.richfaces.examples.tweetstream:parent:1.0.0-SNAPSHOT, /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/pom.xml, line 330, column 12[K >remote: [WARNING] [K >remote: [WARNING] Some problems were encountered while building the effective model for org.richfaces.examples.tweetstream:parent:pom:1.0.0-SNAPSHOT[K >remote: [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 330, column 12[K >remote: [WARNING] [K >remote: [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.[K >remote: [WARNING] [K >remote: [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.[K >remote: [WARNING] [K >remote: [INFO] ------------------------------------------------------------------------[K >remote: [INFO] Reactor Build Order:[K >remote: [INFO] [K >remote: [INFO] tweetstream-demo[K >remote: [INFO] tweetstream-shared[K >remote: [INFO] tweetstream[K >remote: [INFO] [K >remote: [INFO] ------------------------------------------------------------------------[K >remote: [INFO] Building tweetstream-demo 1.0.0-SNAPSHOT[K >remote: [INFO] ------------------------------------------------------------------------[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (7 KB at 17.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 KB at 42.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/17/maven-parent-17.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/17/maven-parent-17.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 25 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 KB at 125.4 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/7/apache-7.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/7/apache-7.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 15 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/7/apache-7.pom (15 KB at 187.9 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 22 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 KB at 76.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.1.2/maven-source-plugin-2.1.2.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.1.2/maven-source-plugin-2.1.2.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.1.2/maven-source-plugin-2.1.2.pom (6 KB at 15.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 13 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 178.8 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 23 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 307.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.1.2/maven-source-plugin-2.1.2.jar[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.1.2/maven-source-plugin-2.1.2.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.1.2/maven-source-plugin-2.1.2.jar (24 KB at 137.4 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (5 KB at 57.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 23 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (23 KB at 306.6 KB/sec)[K >remote: [INFO] [K >remote: [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ parent ---[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 16.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 9 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 128.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 15 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 183.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/3/apache-3.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/3/apache-3.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/3/apache-3.pom (4 KB at 46.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 41.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 17 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 240.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 40 KB [K remote: 44 KB [K remote: 48 KB [K remote: 52 KB [K remote: 56 KB [K remote: 60 KB [K remote: 64 KB [K remote: 68 KB [K remote: 72 KB [K remote: 76 KB [K remote: 80 KB [K remote: 84 KB [K remote: 88 KB [K remote: 92 KB [K remote: 96 KB [K remote: 100 KB [K remote: 104 KB [K remote: 108 KB [K remote: 112 KB [K remote: 116 KB [K remote: 120 KB [K remote: 124 KB [K remote: 128 KB [K remote: 132 KB [K remote: 136 KB [K remote: 140 KB [K remote: 144 KB [K remote: 148 KB [K remote: 152 KB [K remote: 156 KB [K remote: 160 KB [K remote: 164 KB [K remote: 168 KB [K remote: 172 KB [K remote: 176 KB [K remote: 180 KB [K remote: 184 KB [K remote: 188 KB [K remote: 192 KB [K remote: 196 KB [K remote: 200 KB [K remote: 204 KB [K remote: 208 KB [K remote: 212 KB [K remote: 216 KB [K remote: 218 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 1534.8 KB/sec)[K >remote: [INFO] [K >remote: [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ parent ---[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 18.4 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 207.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 212.3 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/4/apache-4.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/4/apache-4.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/4/apache-4.pom (5 KB at 62.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 88.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 162.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 19.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 41.4 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 25.4 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 48.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 46.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom[K >remote: 492 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 5.4 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 64.4 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom[K >remote: 747 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 0.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 38.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 6.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 21.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 29.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 18.9 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 75.3 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 9.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 21.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 16.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (2 KB at 7.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 9 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9 KB at 51.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 KB at 90.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 13.8 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 26.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 24.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 81.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 18.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 43.3 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 11 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 KB at 54.3 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.pom (4 KB at 5.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (2 KB at 15.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.pom (5 KB at 13.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.pom (5 KB at 21.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 9 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (9 KB at 38.6 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 156.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/5/apache-5.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/5/apache-5.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/5/apache-5.pom (5 KB at 19.9 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (4 KB at 9.9 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 KB at 38.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.pom (7 KB at 15.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (3 KB at 12.6 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom (2 KB at 6.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom (2 KB at 11.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 52.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 47.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (2 KB at 3.3 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (2 KB at 7.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom (4 KB at 17.6 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (4 KB at 23.4 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom[K >remote: 771 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 3.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (3 KB at 8.6 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.jar[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.jar[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.jar[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar[K >remote: [K remote: [K remote: [K remote: [K remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 10 KB [K remote: 10 KB 4 KB [K remote: 10 KB 8 KB [K remote: 10 KB 12 KB [K remote: 10 KB 14 KB [K remote: 4 KB 10 KB 14 KB [K remote: 8 KB 10 KB 14 KB [K remote: 12 KB 10 KB 14 KB [K remote: 16 KB 10 KB 14 KB [K remote: 20 KB 10 KB 14 KB [K remote: 24 KB 10 KB 14 KB [K remote: 28 KB 10 KB 14 KB [K remote: 30 KB 10 KB 14 KB [K remote: 4 KB 30 KB 10 KB 14 KB [K remote: 8 KB 30 KB 10 KB 14 KB [K remote: 10 KB 30 KB 10 KB 14 KB [K remote: 10 KB 30 KB 10 KB 14 KB 4 KB [K remote: 10 KB 30 KB 10 KB 14 KB 8 KB [K remote: 10 KB 30 KB 10 KB 14 KB 12 KB [K remote: 10 KB 30 KB 10 KB 14 KB 16 KB [K remote: 10 KB 30 KB 10 KB 14 KB 20 KB [K remote: 10 KB 30 KB 10 KB 14 KB 24 KB [K remote: 10 KB 30 KB 10 KB 14 KB 28 KB [K remote: 10 KB 30 KB 10 KB 14 KB 32 KB [K remote: 10 KB 30 KB 10 KB 14 KB 36 KB [K remote: 10 KB 30 KB 10 KB 14 KB 40 KB [K remote: 10 KB 30 KB 10 KB 14 KB 44 KB [K remote: 10 KB 30 KB 10 KB 14 KB 48 KB [K remote: 10 KB 30 KB 10 KB 14 KB 52 KB [K remote: 10 KB 30 KB 10 KB 14 KB 56 KB [K remote: 10 KB 30 KB 10 KB 14 KB 60 KB [K remote: 10 KB 30 KB 10 KB 14 KB 64 KB [K remote: 10 KB 30 KB 10 KB 14 KB 68 KB [K remote: 10 KB 30 KB 10 KB 14 KB 72 KB [K remote: 10 KB 30 KB 10 KB 14 KB 76 KB [K remote: 10 KB 30 KB 10 KB 14 KB 80 KB [K remote: 10 KB 30 KB 10 KB 14 KB 84 KB [K remote: 10 KB 30 KB 10 KB 14 KB 88 KB [K remote: 10 KB 30 KB 10 KB 14 KB 92 KB [K remote: 10 KB 30 KB 10 KB 14 KB 96 KB [K remote: 10 KB 30 KB 10 KB 14 KB 100 KB [K remote: 10 KB 30 KB 10 KB 14 KB 104 KB [K remote: 10 KB 30 KB 10 KB 14 KB 108 KB [K remote: 10 KB 30 KB 10 KB 14 KB 112 KB [K remote: 10 KB 30 KB 10 KB 14 KB 116 KB [K remote: 10 KB 30 KB 10 KB 14 KB 120 KB [K remote: 10 KB 30 KB 10 KB 14 KB 124 KB [K remote: 10 KB 30 KB 10 KB 14 KB 128 KB [K remote: 10 KB 30 KB 10 KB 14 KB 132 KB [K remote: 10 KB 30 KB 10 KB 14 KB 136 KB [K remote: 10 KB 30 KB 10 KB 14 KB 140 KB [K remote: 10 KB 30 KB 10 KB 14 KB 144 KB [K remote: 10 KB 30 KB 10 KB 14 KB 148 KB [K remote: 10 KB 30 KB 10 KB 14 KB 152 KB [K remote: 10 KB 30 KB 10 KB 14 KB 156 KB [K remote: 10 KB 30 KB 10 KB 14 KB 160 KB [K remote: 10 KB 30 KB 10 KB 14 KB 164 KB [K remote: 10 KB 30 KB 10 KB 14 KB 168 KB [K remote: 10 KB 30 KB 10 KB 14 KB 172 KB [K remote: 10 KB 30 KB 10 KB 14 KB 176 KB [K remote: 10 KB 30 KB 10 KB 14 KB 180 KB [K remote: 10 KB 30 KB 10 KB 14 KB 184 KB [K remote: 10 KB 30 KB 10 KB 14 KB 188 KB [K remote: 10 KB 30 KB 10 KB 14 KB 192 KB [K remote: 10 KB 30 KB 10 KB 14 KB 196 KB [K remote: 10 KB 30 KB 10 KB 14 KB 200 KB [K remote: 10 KB 30 KB 10 KB 14 KB 204 KB [K remote: 10 KB 30 KB 10 KB 14 KB 208 KB [K remote: 10 KB 30 KB 10 KB 14 KB 212 KB [K remote: 10 KB 30 KB 10 KB 14 KB 216 KB [K remote: [K remote: 10 KB 30 KB 10 KB 220 KB [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 66.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar[K >remote: 10 KB 30 KB 10 KB 224 KB [K remote: 10 KB 30 KB 10 KB 228 KB [K remote: 10 KB 30 KB 10 KB 232 KB [K remote: 10 KB 30 KB 10 KB 236 KB [K remote: 10 KB 30 KB 10 KB 240 KB [K remote: 10 KB 30 KB 10 KB 244 KB [K remote: 10 KB 30 KB 10 KB 248 KB [K remote: 10 KB 30 KB 10 KB 252 KB [K remote: 10 KB 30 KB 10 KB 256 KB [K remote: 10 KB 30 KB 10 KB 260 KB [K remote: 10 KB 30 KB 10 KB 262 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 136.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 KB at 43.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.jar[K >remote: [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (262 KB at 726.6 KB/sec)[K >remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar (10 KB at 26.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 40 KB [K remote: 44 KB [K remote: 48 KB [K remote: 52 KB [K remote: 56 KB [K remote: 60 KB [K remote: 60 KB 4 KB [K remote: 60 KB 8 KB [K remote: 60 KB 10 KB [K remote: 60 KB 4 KB 10 KB [K remote: 60 KB 8 KB 10 KB [K remote: 60 KB 12 KB 10 KB [K remote: 60 KB 16 KB 10 KB [K remote: 60 KB 20 KB 10 KB [K remote: 60 KB 24 KB 10 KB [K remote: 60 KB 28 KB 10 KB [K remote: 60 KB 32 KB 10 KB [K remote: 60 KB 36 KB 10 KB [K remote: 60 KB 40 KB 10 KB [K remote: 60 KB 44 KB 10 KB [K remote: 60 KB 48 KB 10 KB [K remote: 60 KB 52 KB 10 KB [K remote: 60 KB 56 KB 10 KB [K remote: 60 KB 60 KB 10 KB [K remote: 60 KB 64 KB 10 KB [K remote: 60 KB 68 KB 10 KB [K remote: 60 KB 72 KB 10 KB [K remote: 60 KB 76 KB 10 KB [K remote: 60 KB 80 KB 10 KB [K remote: 60 KB 84 KB 10 KB [K remote: 60 KB 88 KB 10 KB [K remote: 60 KB 92 KB 10 KB [K remote: 60 KB 96 KB 10 KB [K remote: 60 KB 100 KB 10 KB [K remote: 60 KB 104 KB 10 KB [K remote: 60 KB 108 KB 10 KB [K remote: 60 KB 112 KB 10 KB [K remote: 60 KB 116 KB 10 KB [K remote: 60 KB 120 KB 10 KB [K remote: 60 KB 124 KB 10 KB [K remote: 60 KB 128 KB 10 KB [K remote: 60 KB 132 KB 10 KB [K remote: 60 KB 136 KB 10 KB [K remote: 60 KB 140 KB 10 KB [K remote: 60 KB 144 KB 10 KB [K remote: 60 KB 148 KB 10 KB [K remote: 60 KB 152 KB 10 KB [K remote: 60 KB 156 KB 10 KB [K remote: 60 KB 160 KB 10 KB [K remote: 60 KB 164 KB 10 KB [K remote: 60 KB 168 KB 10 KB [K remote: 60 KB 172 KB 10 KB [K remote: 60 KB 176 KB 10 KB [K remote: 60 KB 180 KB 10 KB [K remote: 60 KB 184 KB 10 KB [K remote: 60 KB 188 KB 10 KB [K remote: 60 KB 192 KB 10 KB [K remote: 60 KB 196 KB 10 KB [K remote: 60 KB 200 KB 10 KB [K remote: 60 KB 204 KB 10 KB [K remote: 60 KB 208 KB 10 KB [K remote: 60 KB 212 KB 10 KB [K remote: 60 KB 216 KB 10 KB [K remote: 60 KB 220 KB 10 KB [K remote: 60 KB 224 KB 10 KB [K remote: 60 KB 228 KB 10 KB [K remote: 60 KB 232 KB 10 KB [K remote: 60 KB 236 KB 10 KB [K remote: 60 KB 240 KB 10 KB [K remote: 60 KB 4 KB 240 KB 10 KB [K remote: 60 KB 8 KB 240 KB 10 KB [K remote: 60 KB 12 KB 240 KB 10 KB [K remote: 60 KB 16 KB 240 KB 10 KB [K remote: 60 KB 20 KB 240 KB 10 KB [K remote: 60 KB 24 KB 240 KB 10 KB [K remote: 60 KB 28 KB 240 KB 10 KB [K remote: 60 KB 32 KB 240 KB 10 KB [K remote: 60 KB 36 KB 240 KB 10 KB [K remote: 60 KB 40 KB 240 KB 10 KB [K remote: 60 KB 44 KB 240 KB 10 KB [K remote: 60 KB 48 KB 240 KB 10 KB [K remote: 60 KB 52 KB 240 KB 10 KB [K remote: 60 KB 56 KB 240 KB 10 KB [K remote: 60 KB 60 KB 240 KB 10 KB [K remote: 60 KB 64 KB 240 KB 10 KB [K remote: 60 KB 68 KB 240 KB 10 KB [K remote: 60 KB 72 KB 240 KB 10 KB [K remote: 60 KB 76 KB 240 KB 10 KB [K remote: 60 KB 80 KB 240 KB 10 KB [K remote: 60 KB 81 KB 240 KB 10 KB [K remote: 60 KB 85 KB 240 KB 10 KB [K remote: 60 KB 89 KB 240 KB 10 KB [K remote: 60 KB 93 KB 240 KB 10 KB [K remote: 60 KB 97 KB 240 KB 10 KB [K remote: 60 KB 101 KB 240 KB 10 KB [K remote: 60 KB 105 KB 240 KB 10 KB [K remote: 60 KB 109 KB 240 KB 10 KB [K remote: 60 KB 113 KB 240 KB 10 KB [K remote: 60 KB 117 KB 240 KB 10 KB [K remote: 60 KB 121 KB 240 KB 10 KB [K remote: 60 KB 125 KB 240 KB 10 KB [K remote: 60 KB 129 KB 240 KB 10 KB [K remote: 60 KB 133 KB 240 KB 10 KB [K remote: 60 KB 137 KB 240 KB 10 KB [K remote: 60 KB 141 KB 240 KB 10 KB [K remote: 60 KB 145 KB 240 KB 10 KB [K remote: 60 KB 149 KB 240 KB 10 KB [K remote: 60 KB 153 KB 240 KB 10 KB [K remote: 60 KB 157 KB 240 KB 10 KB [K remote: 60 KB 161 KB 240 KB 10 KB [K remote: 60 KB 165 KB 240 KB 10 KB [K remote: 60 KB 169 KB 240 KB 10 KB [K remote: 60 KB 173 KB 240 KB 10 KB [K remote: 60 KB 177 KB 240 KB 10 KB [K remote: 60 KB 181 KB 240 KB 10 KB [K remote: 60 KB 185 KB 240 KB 10 KB [K remote: 60 KB 189 KB 240 KB 10 KB [K remote: 60 KB 193 KB 240 KB 10 KB [K remote: 60 KB 197 KB 240 KB 10 KB [K remote: 60 KB 201 KB 240 KB 10 KB [K remote: 60 KB 205 KB 240 KB 10 KB [K remote: 60 KB 209 KB 240 KB 10 KB [K remote: 60 KB 213 KB 240 KB 10 KB [K remote: 60 KB 217 KB 240 KB 10 KB [K remote: 60 KB 221 KB 240 KB 10 KB [K remote: 60 KB 225 KB 240 KB 10 KB [K remote: 60 KB 229 KB 240 KB 10 KB [K remote: 60 KB 233 KB 240 KB 10 KB [K remote: [K remote: 237 KB 240 KB 10 KB [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.jar (60 KB at 190.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar[K >remote: 241 KB 240 KB 10 KB [K remote: 245 KB 240 KB 10 KB [K remote: 249 KB 240 KB 10 KB [K remote: 253 KB 240 KB 10 KB [K remote: 257 KB 240 KB 10 KB [K remote: 261 KB 240 KB 10 KB [K remote: 265 KB 240 KB 10 KB [K remote: 269 KB 240 KB 10 KB [K remote: 273 KB 240 KB 10 KB [K remote: 276 KB 240 KB 10 KB [K remote: 276 KB 240 KB 4 KB 10 KB [K remote: 276 KB 240 KB 8 KB 10 KB [K remote: 276 KB 240 KB 12 KB 10 KB [K remote: 276 KB 240 KB 16 KB 10 KB [K remote: 276 KB 240 KB 20 KB 10 KB [K remote: 276 KB 240 KB 24 KB 10 KB [K remote: 276 KB 240 KB 28 KB 10 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (240 KB at 603.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.jar (10 KB at 25.0 KB/sec)[K >remote: 276 KB 240 KB 31 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (276 KB at 1104.8 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.jar (31 KB at 92.1 KB/sec)[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 12 KB 4 KB [K remote: 12 KB 8 KB [K remote: 12 KB 12 KB [K remote: 12 KB 16 KB [K remote: 12 KB 20 KB [K remote: 12 KB 24 KB [K remote: 12 KB 28 KB [K remote: 12 KB 32 KB [K remote: 12 KB 34 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 KB at 58.6 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar (34 KB at 117.2 KB/sec)[K >remote: [INFO] [K >remote: [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ parent ---[K >remote: [INFO] [K >remote: [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ parent ---[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 19.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 9 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 123.4 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom[K >remote: 998 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 0.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 71.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom (4 KB at 55.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 10 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 123.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 18.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 25.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 35.9 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom (2 KB at 21.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom (6 KB at 80.8 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 17 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 KB at 260.6 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom (2 KB at 15.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom[K >remote: 890 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 11.9 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 25.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 204.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.jar[K >remote: [K remote: [K remote: [K remote: 4 KB [K remote: 8 KB [K remote: [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 23 KB [K remote: 27 KB [K remote: 31 KB [K remote: 35 KB [K remote: 39 KB [K remote: 43 KB [K remote: 47 KB [K remote: 51 KB [K remote: 55 KB [K remote: 59 KB [K remote: 63 KB [K remote: 67 KB [K remote: 70 KB [K remote: 74 KB [K remote: 78 KB [K remote: 82 KB [K remote: 86 KB [K remote: 90 KB [K remote: 94 KB [K remote: 98 KB [K remote: 102 KB [K remote: 106 KB [K remote: 109 KB [K remote: 113 KB [K remote: 117 KB [K remote: 119 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 73.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 40 KB [K remote: 44 KB [K remote: 48 KB [K remote: 52 KB [K remote: 56 KB [K remote: 60 KB [K remote: 60 KB 4 KB [K remote: 60 KB 8 KB [K remote: 60 KB 12 KB [K remote: 60 KB 14 KB [K remote: 60 KB 16 KB [K remote: 60 KB 20 KB [K remote: 60 KB 20 KB 4 KB [K remote: 60 KB 20 KB 8 KB [K remote: 60 KB 20 KB 12 KB [K remote: 60 KB 20 KB 16 KB [K remote: 60 KB 20 KB 20 KB [K remote: 60 KB 20 KB 24 KB [K remote: 60 KB 20 KB 25 KB [K remote: 60 KB 20 KB 29 KB [K remote: 60 KB 20 KB 33 KB [K remote: 60 KB 20 KB 33 KB [K remote: 60 KB 20 KB 37 KB [K remote: 60 KB 20 KB 41 KB [K remote: 60 KB 20 KB 42 KB [K remote: 60 KB 20 KB 46 KB [K remote: 60 KB 20 KB 50 KB [K remote: 60 KB 20 KB 50 KB [K remote: 4 KB 60 KB 20 KB 50 KB [K remote: 8 KB 60 KB 20 KB 50 KB [K remote: 12 KB 60 KB 20 KB 50 KB [K remote: 14 KB 60 KB 20 KB 50 KB [K remote: 14 KB 60 KB 20 KB 54 KB [K remote: 14 KB 60 KB 20 KB 58 KB [K remote: 14 KB 60 KB 20 KB 62 KB [K remote: 14 KB 60 KB 20 KB 66 KB [K remote: 14 KB 60 KB 20 KB 69 KB [K remote: 14 KB 60 KB 20 KB 73 KB [K remote: 18 KB 60 KB 20 KB 73 KB [K remote: 18 KB 60 KB 20 KB 77 KB [K remote: 22 KB 60 KB 20 KB 77 KB [K remote: 22 KB 60 KB 20 KB 81 KB [K remote: 26 KB 60 KB 20 KB 81 KB [K remote: 26 KB 60 KB 20 KB 85 KB [K remote: 30 KB 60 KB 20 KB 85 KB [K remote: 30 KB 60 KB 20 KB 89 KB [K remote: 34 KB 60 KB 20 KB 89 KB [K remote: 34 KB 60 KB 20 KB 93 KB [K remote: 38 KB 60 KB 20 KB 93 KB [K remote: 38 KB 60 KB 20 KB 97 KB [K remote: 42 KB 60 KB 20 KB 97 KB [K remote: 42 KB 60 KB 20 KB 101 KB [K remote: 46 KB 60 KB 20 KB 101 KB [K remote: 46 KB 60 KB 20 KB 105 KB [K remote: 50 KB 60 KB 20 KB 105 KB [K remote: 50 KB 60 KB 20 KB 109 KB [K remote: 50 KB 60 KB 20 KB 109 KB [K remote: 50 KB 60 KB 20 KB 111 KB [K remote: 50 KB 60 KB 20 KB 115 KB [K remote: 50 KB 60 KB 20 KB 119 KB [K remote: 50 KB 60 KB 20 KB 123 KB [K remote: 50 KB 60 KB 20 KB 127 KB [K remote: 50 KB 60 KB 20 KB 131 KB [K remote: 50 KB 60 KB 20 KB 135 KB [K remote: 50 KB 60 KB 20 KB 138 KB [K remote: 50 KB 60 KB 20 KB 142 KB [K remote: 50 KB 60 KB 20 KB 146 KB [K remote: 50 KB 60 KB 20 KB 150 KB [K remote: 50 KB 60 KB 20 KB 154 KB [K remote: 50 KB 60 KB 20 KB 158 KB [K remote: 50 KB 60 KB 20 KB 162 KB [K remote: 50 KB 60 KB 20 KB 166 KB [K remote: 50 KB 60 KB 20 KB 170 KB [K remote: 50 KB 60 KB 20 KB 174 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 302.7 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar (20 KB at 99.1 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.jar (50 KB at 245.6 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.jar (174 KB at 689.3 KB/sec)[K >remote: [INFO] [K >remote: [INFO] ------------------------------------------------------------------------[K >remote: [INFO] Building tweetstream-shared 1.0.0-SNAPSHOT[K >remote: [INFO] ------------------------------------------------------------------------[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.pom (7 KB at 14.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/19/maven-plugins-19.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 11 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/19/maven-plugins-19.pom (11 KB at 37.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 25 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 KB at 129.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/9/apache-9.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 15 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/9/apache-9.pom (15 KB at 51.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 26 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.jar (26 KB at 65.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/2.3.1/maven-compiler-plugin-2.3.1.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/2.3.1/maven-compiler-plugin-2.3.1.pom (6 KB at 43.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/2.3.1/maven-compiler-plugin-2.3.1.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 30 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/2.3.1/maven-compiler-plugin-2.3.1.jar (30 KB at 462.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.pom (8 KB at 68.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom (7 KB at 47.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 KB at 94.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/6/apache-6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 13 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/apache/6/apache-6.pom (13 KB at 208.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 33 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar (33 KB at 262.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.pom (6 KB at 26.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.jar (32 KB at 219.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 4.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 6.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 47.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 21 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 108.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-api/1.1/jboss-interceptor-api-1.1.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-api/1.1/jboss-interceptor-api-1.1.pom (4 KB at 13.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/jboss-parent/4/jboss-parent-4.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 11 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/jboss-parent/4/jboss-parent-4.pom (11 KB at 95.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom[K >remote: 1023 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 1.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom[K >remote: 612 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 6.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/ejb3/jboss-ejb3-api/3.1.0/jboss-ejb3-api-3.1.0.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/ejb3/jboss-ejb3-api/3.1.0/jboss-ejb3-api-3.1.0.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/ejb3/jboss-ejb3-api/3.1.0/jboss-ejb3-api-3.1.0.pom (5 KB at 11.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/ejb3/jboss-ejb3-build/1.0.0-Beta9/jboss-ejb3-build-1.0.0-Beta9.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/ejb3/jboss-ejb3-build/1.0.0-Beta9/jboss-ejb3-build-1.0.0-Beta9.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 16 KB [K remote: 17 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/ejb3/jboss-ejb3-build/1.0.0-Beta9/jboss-ejb3-build-1.0.0-Beta9.pom (17 KB at 52.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/jboss-parent/3/jboss-parent-3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 11 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/jboss-parent/3/jboss-parent-3.pom (11 KB at 83.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/jboss/jbossws/jboss-jaxrpc/2.0.3.GA/jboss-jaxrpc-2.0.3.GA.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/jboss/jbossws/jboss-jaxrpc/2.0.3.GA/jboss-jaxrpc-2.0.3.GA.pom[K >remote: 200 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/jboss/jbossws/jboss-jaxrpc/2.0.3.GA/jboss-jaxrpc-2.0.3.GA.pom (200 B at 1.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2.pom[K >remote: 736 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2.pom (736 B at 0.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/javaee/jboss-javaee-parent/5.0.0.CR2/jboss-javaee-parent-5.0.0.CR2.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/javaee/jboss-javaee-parent/5.0.0.CR2/jboss-javaee-parent-5.0.0.CR2.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/javaee/jboss-javaee-parent/5.0.0.CR2/jboss-javaee-parent-5.0.0.CR2.pom (5 KB at 17.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom (5 KB at 47.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-validator/4.2.0.Beta2/hibernate-validator-4.2.0.Beta2.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 14 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-validator/4.2.0.Beta2/hibernate-validator-4.2.0.Beta2.pom (14 KB at 73.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-validator-parent/4.2.0.Beta2/hibernate-validator-parent-4.2.0.Beta2.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 18 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-validator-parent/4.2.0.Beta2/hibernate-validator-parent-4.2.0.Beta2.pom (18 KB at 101.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom (3 KB at 15.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 10 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom (10 KB at 45.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/faces/jsf-api/2.0.2-FCS/jsf-api-2.0.2-FCS.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/javax/faces/jsf-api/2.0.2-FCS/jsf-api-2.0.2-FCS.pom[K >remote: 395 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/javax/faces/jsf-api/2.0.2-FCS/jsf-api-2.0.2-FCS.pom (395 B at 1.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/faces/jsf-impl/2.0.2-FCS/jsf-impl-2.0.2-FCS.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/javax/faces/jsf-impl/2.0.2-FCS/jsf-impl-2.0.2-FCS.pom[K >remote: 396 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/javax/faces/jsf-impl/2.0.2-FCS/jsf-impl-2.0.2-FCS.pom (396 B at 0.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.pom (7 KB at 76.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/testng/testng/5.10/testng-5.10.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/testng/testng/5.10/testng-5.10.pom (3 KB at 7.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/glassfish/web/el-impl/2.1.2-b04/el-impl-2.1.2-b04.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/glassfish/web/el-impl/2.1.2-b04/el-impl-2.1.2-b04.pom (6 KB at 21.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/glassfish/web/el/2.1.2-b04/el-2.1.2-b04.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/glassfish/web/el/2.1.2-b04/el-2.1.2-b04.pom (2 KB at 12.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-core/1.1.0.CR3/weld-core-1.1.0.CR3.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-core/1.1.0.CR3/weld-core-1.1.0.CR3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 10 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-core/1.1.0.CR3/weld-core-1.1.0.CR3.pom (10 KB at 12.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-core-parent/1.1.0.CR3/weld-core-parent-1.1.0.CR3.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-core-parent/1.1.0.CR3/weld-core-parent-1.1.0.CR3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 11 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-core-parent/1.1.0.CR3/weld-core-parent-1.1.0.CR3.pom (11 KB at 13.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-core-bom/1.1.0.CR3/weld-core-bom-1.1.0.CR3.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-core-bom/1.1.0.CR3/weld-core-bom-1.1.0.CR3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 9 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-core-bom/1.1.0.CR3/weld-core-bom-1.1.0.CR3.pom (9 KB at 13.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-parent/17/weld-parent-17.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 31 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-parent/17/weld-parent-17.pom (31 KB at 325.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api-bom/1.1.Beta2/weld-api-bom-1.1.Beta2.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api-bom/1.1.Beta2/weld-api-bom-1.1.Beta2.pom (8 KB at 42.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api/1.1.Beta2/weld-api-1.1.Beta2.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api/1.1.Beta2/weld-api-1.1.Beta2.pom (2 KB at 7.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api-parent/1.1.Beta2/weld-api-parent-1.1.Beta2.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api-parent/1.1.Beta2/weld-api-parent-1.1.Beta2.pom (3 KB at 10.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-spi/1.1.Beta2/weld-spi-1.1.Beta2.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-spi/1.1.Beta2/weld-spi-1.1.Beta2.pom (3 KB at 16.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA.pom (8 KB at 42.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/com/google/guava/guava/r06/guava-r06.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/com/google/guava/guava/r06/guava-r06.pom (4 KB at 7.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/com/google/google/5/google-5.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/com/google/google/5/google-5.pom (3 KB at 12.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.pom (2 KB at 8.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/jboss-specs-parent/1.0.0.Beta1/jboss-specs-parent-1.0.0.Beta1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/jboss-specs-parent/1.0.0.Beta1/jboss-specs-parent-1.0.0.Beta1.pom (3 KB at 23.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/jboss-parent/5-beta-5/jboss-parent-5-beta-5.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/jboss-parent/5-beta-5/jboss-parent-5-beta-5.pom (19 KB at 180.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-spi/2.0.0.CR1/jboss-interceptor-spi-2.0.0.CR1.pom[K >remote: 795 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-spi/2.0.0.CR1/jboss-interceptor-spi-2.0.0.CR1.pom (795 B at 3.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-parent/2.0.0.CR1/jboss-interceptor-parent-2.0.0.CR1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 9 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-parent/2.0.0.CR1/jboss-interceptor-parent-2.0.0.CR1.pom (9 KB at 50.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/jboss-parent/5/jboss-parent-5.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/jboss-parent/5/jboss-parent-5.pom (19 KB at 286.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-core/2.0.0.CR1/jboss-interceptor-core-2.0.0.CR1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-core/2.0.0.CR1/jboss-interceptor-core-2.0.0.CR1.pom (3 KB at 18.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 46.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 120.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-ext/1.5.10/slf4j-ext-1.5.10.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-ext/1.5.10/slf4j-ext-1.5.10.pom (4 KB at 17.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.10/slf4j-parent-1.5.10.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 9 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.10/slf4j-parent-1.5.10.pom (9 KB at 40.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.pom (3 KB at 11.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/ch/qos/cal10n/cal10n-api/0.7.2/cal10n-api-0.7.2.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/ch/qos/cal10n/cal10n-api/0.7.2/cal10n-api-0.7.2.pom (2 KB at 6.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/ch/qos/cal10n/cal10n-parent/0.7.2/cal10n-parent-0.7.2.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/ch/qos/cal10n/cal10n-parent/0.7.2/cal10n-parent-0.7.2.pom (6 KB at 21.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/logging/jboss-logging/3.0.0.Beta4/jboss-logging-3.0.0.Beta4.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/logging/jboss-logging/3.0.0.Beta4/jboss-logging-3.0.0.Beta4.pom (5 KB at 21.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/seam/solder/seam-solder/3.0.0.Beta1/seam-solder-3.0.0.Beta1.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/seam/solder/seam-solder/3.0.0.Beta1/seam-solder-3.0.0.Beta1.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/seam/solder/seam-solder/3.0.0.Beta1/seam-solder-3.0.0.Beta1.pom (2 KB at 1.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/seam/solder/seam-solder-parent/3.0.0.Beta1/seam-solder-parent-3.0.0.Beta1.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/seam/solder/seam-solder-parent/3.0.0.Beta1/seam-solder-parent-3.0.0.Beta1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 11 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/seam/solder/seam-solder-parent/3.0.0.Beta1/seam-solder-parent-3.0.0.Beta1.pom (11 KB at 20.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/seam/seam-parent/4/seam-parent-4.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 11 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/seam/seam-parent/4/seam-parent-4.pom (11 KB at 51.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/seam/seam-bom/3.0.0.b03/seam-bom-3.0.0.b03.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/seam/seam-bom/3.0.0.b03/seam-bom-3.0.0.b03.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 11 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/seam/seam-bom/3.0.0.b03/seam-bom-3.0.0.b03.pom (11 KB at 20.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/jboss-javaee-6.0/1.0.0.Beta4/jboss-javaee-6.0-1.0.0.Beta4.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/jboss-javaee-6.0/1.0.0.Beta4/jboss-javaee-6.0-1.0.0.Beta4.pom (6 KB at 19.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/jboss-specs-parent/1.0.0.Beta2/jboss-specs-parent-1.0.0.Beta2.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/jboss-specs-parent/1.0.0.Beta2/jboss-specs-parent-1.0.0.Beta2.pom (4 KB at 40.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/jboss-javaee6-specs-bom/1.0.0.Beta1/jboss-javaee6-specs-bom-1.0.0.Beta1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 10 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/jboss-javaee6-specs-bom/1.0.0.Beta1/jboss-javaee6-specs-bom-1.0.0.Beta1.pom (10 KB at 38.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-core/3.6.3.Final/hibernate-core-3.6.3.Final.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 11 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-core/3.6.3.Final/hibernate-core-3.6.3.Final.pom (11 KB at 35.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-parent/3.6.3.Final/hibernate-parent-3.6.3.Final.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 40 KB [K remote: 44 KB [K remote: 45 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-parent/3.6.3.Final/hibernate-parent-3.6.3.Final.pom (45 KB at 172.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/antlr/antlr/2.7.6/antlr-2.7.6.pom[K >remote: 230 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/antlr/antlr/2.7.6/antlr-2.7.6.pom (230 B at 0.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6 KB at 38.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (7 KB at 108.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.pom (7 KB at 29.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.pom (3 KB at 21.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.8/slf4j-parent-1.5.8.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.8/slf4j-parent-1.5.8.pom (8 KB at 81.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/transaction/jta/1.1/jta-1.1.pom[K >remote: 598 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/transaction/jta/1.1/jta-1.1.pom (598 B at 2.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-entitymanager/3.6.3.Final/hibernate-entitymanager-3.6.3.Final.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 10 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-entitymanager/3.6.3.Final/hibernate-entitymanager-3.6.3.Final.pom (10 KB at 44.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/cglib/cglib/2.2/cglib-2.2.pom[K >remote: 1013 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/cglib/cglib/2.2/cglib-2.2.pom (1013 B at 15.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/asm/asm/3.1/asm-3.1.pom[K >remote: 278 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/asm/asm/3.1/asm-3.1.pom (278 B at 4.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/asm/asm-parent/3.1/asm-parent-3.1.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/asm/asm-parent/3.1/asm-parent-3.1.pom (5 KB at 63.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javassist/javassist/3.12.0.GA/javassist-3.12.0.GA.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javassist/javassist/3.12.0.GA/javassist-3.12.0.GA.pom (6 KB at 13.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: [K remote: 2 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 0.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/hibernate-ogm-core-3.0.0-20120123.050241-41.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/hibernate-ogm-core-3.0.0-20120123.050241-41.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/hibernate-ogm-core-3.0.0-20120123.050241-41.pom (8 KB at 11.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-parent/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/hibernate/ogm/hibernate-ogm-parent/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-parent/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/hibernate/ogm/hibernate-ogm-parent/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/hibernate/ogm/hibernate-ogm-parent/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: [K remote: 829 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-parent/3.0.0-SNAPSHOT/maven-metadata.xml (829 B at 0.6 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-parent/3.0.0-SNAPSHOT/hibernate-ogm-parent-3.0.0-20120123.050121-31.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 36 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-parent/3.0.0-SNAPSHOT/hibernate-ogm-parent-3.0.0-20120123.050121-31.pom (36 KB at 71.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-core/4.0.1.Final/hibernate-core-4.0.1.Final.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-core/4.0.1.Final/hibernate-core-4.0.1.Final.pom (6 KB at 41.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 13 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 182.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 22 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 301.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom[K >remote: 632 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 4.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.pom (2 KB at 5.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (3 KB at 16.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.pom (8 KB at 49.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 15 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.pom (15 KB at 73.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-entitymanager/4.0.1.Final/hibernate-entitymanager-4.0.1.Final.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-entitymanager/4.0.1.Final/hibernate-entitymanager-4.0.1.Final.pom (6 KB at 25.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/infinispan/infinispan-core/5.0.0.BETA2/infinispan-core-5.0.0.BETA2.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/infinispan/infinispan-core/5.0.0.BETA2/infinispan-core-5.0.0.BETA2.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/infinispan/infinispan-core/5.0.0.BETA2/infinispan-core-5.0.0.BETA2.pom (5 KB at 7.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/infinispan/infinispan-parent/5.0.0.BETA2/infinispan-parent-5.0.0.BETA2.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/infinispan/infinispan-parent/5.0.0.BETA2/infinispan-parent-5.0.0.BETA2.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/infinispan/infinispan-parent/5.0.0.BETA2/infinispan-parent-5.0.0.BETA2.pom (19 KB at 49.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jgroups/jgroups/2.12.0.Final/jgroups-2.12.0.Final.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 10 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jgroups/jgroups/2.12.0.Final/jgroups-2.12.0.Final.pom (10 KB at 37.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/javaee/jboss-transaction-api/1.0.1.GA/jboss-transaction-api-1.0.1.GA.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/javaee/jboss-transaction-api/1.0.1.GA/jboss-transaction-api-1.0.1.GA.pom[K >remote: 738 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/javaee/jboss-transaction-api/1.0.1.GA/jboss-transaction-api-1.0.1.GA.pom (738 B at 4.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/javaee/jboss-javaee-parent/5.2.0.Beta1/jboss-javaee-parent-5.2.0.Beta1.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/javaee/jboss-javaee-parent/5.2.0.Beta1/jboss-javaee-parent-5.2.0.Beta1.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/javaee/jboss-javaee-parent/5.2.0.Beta1/jboss-javaee-parent-5.2.0.Beta1.pom (5 KB at 24.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/marshalling/river/1.2.3.GA/river-1.2.3.GA.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/marshalling/river/1.2.3.GA/river-1.2.3.GA.pom (4 KB at 7.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/marshalling/marshalling-api/1.2.3.GA/marshalling-api-1.2.3.GA.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/marshalling/marshalling-api/1.2.3.GA/marshalling-api-1.2.3.GA.pom (5 KB at 21.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/rhq/helpers/rhq-pluginAnnotations/3.0.1/rhq-pluginAnnotations-3.0.1.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/rhq/helpers/rhq-pluginAnnotations/3.0.1/rhq-pluginAnnotations-3.0.1.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/rhq/helpers/rhq-pluginAnnotations/3.0.1/rhq-pluginAnnotations-3.0.1.pom (2 KB at 2.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/rhq/rhq-parent/3.0.0/rhq-parent-3.0.0.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/rhq/rhq-parent/3.0.0/rhq-parent-3.0.0.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 23 KB [K remote: 27 KB [K remote: 31 KB [K remote: 35 KB [K remote: 36 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/rhq/rhq-parent/3.0.0/rhq-parent-3.0.0.pom (36 KB at 68.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/i18nlog/i18nlog/1.0.10/i18nlog-1.0.10.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/i18nlog/i18nlog/1.0.10/i18nlog-1.0.10.pom[K >remote: 191 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/i18nlog/i18nlog/1.0.10/i18nlog-1.0.10.pom (191 B at 0.9 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-core/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-core/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-core/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/maven-metadata.xml[K >remote: [K remote: 2 KB [K remote: 2 KB [K remote: 2 KB 926 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/maven-metadata.xml (926 B at 1.5 KB/sec)[K >remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/maven-metadata.xml (2 KB at 2.9 KB/sec)[K >remote: 895 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-core/maven-metadata.xml (895 B at 1.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.0/twitter4j-core-2.2.0.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.0/twitter4j-core-2.2.0.pom (8 KB at 55.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j/2.2.0/twitter4j-2.2.0.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j/2.2.0/twitter4j-2.2.0.pom (4 KB at 13.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-core/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-core/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: 319 B [K remote: [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.1-SNAPSHOT/maven-metadata.xml (319 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.1-SNAPSHOT/twitter4j-core-2.2.1-SNAPSHOT.pom[K >remote: 4 KB [K remote: 6 KB [K remote: 8 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.1-SNAPSHOT/twitter4j-core-2.2.1-SNAPSHOT.pom (8 KB at 13.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 314 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j/2.2.1-SNAPSHOT/maven-metadata.xml (314 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j/2.2.1-SNAPSHOT/twitter4j-2.2.1-SNAPSHOT.pom[K >remote: 3 KB [K remote: 4 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j/2.2.1-SNAPSHOT/twitter4j-2.2.1-SNAPSHOT.pom (4 KB at 9.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.1/twitter4j-core-2.2.1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.1/twitter4j-core-2.2.1.pom (8 KB at 24.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j/2.2.1/twitter4j-2.2.1.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j/2.2.1/twitter4j-2.2.1.pom (4 KB at 22.8 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: 2 KB [K remote: [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/maven-metadata.xml (2 KB at 2.8 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/twitter4j-core-2.2.2-20110429.024532-6.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/twitter4j-core-2.2.2-20110429.024532-6.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/twitter4j-core-2.2.2-20110429.024532-6.pom[K >remote: [K remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/twitter4j-core-2.2.2-20110429.024532-6.pom[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/twitter4j-core-2.2.2-20110429.024532-6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.2-SNAPSHOT/twitter4j-core-2.2.2-20110429.024532-6.pom (8 KB at 19.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 599 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j/2.2.2-SNAPSHOT/maven-metadata.xml (599 B at 1.5 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j/2.2.2-SNAPSHOT/twitter4j-2.2.2-20110429.024518-6.pom[K >remote: 2 KB [K remote: 4 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j/2.2.2-SNAPSHOT/twitter4j-2.2.2-20110429.024518-6.pom (4 KB at 9.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.2/twitter4j-core-2.2.2.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.2/twitter4j-core-2.2.2.pom (8 KB at 38.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j/2.2.2/twitter4j-2.2.2.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j/2.2.2/twitter4j-2.2.2.pom (4 KB at 22.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.3-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.3-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-core/2.2.3-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-core/2.2.3-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.3-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: 319 B [K remote: [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.3-SNAPSHOT/maven-metadata.xml (319 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.3-SNAPSHOT/twitter4j-core-2.2.3-SNAPSHOT.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.3-SNAPSHOT/twitter4j-core-2.2.3-SNAPSHOT.pom (8 KB at 19.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.3/twitter4j-core-2.2.3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.3/twitter4j-core-2.2.3.pom (8 KB at 32.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.4-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.4-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-core/2.2.4-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-core/2.2.4-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.4-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 319 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.4-SNAPSHOT/maven-metadata.xml (319 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.4-SNAPSHOT/twitter4j-core-2.2.4-SNAPSHOT.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.4-SNAPSHOT/twitter4j-core-2.2.4-SNAPSHOT.pom (8 KB at 19.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.4/twitter4j-core-2.2.4.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.4/twitter4j-core-2.2.4.pom (8 KB at 16.2 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-core/2.2.5-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.5-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.5-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-core/2.2.5-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.5-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 318 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.5-SNAPSHOT/maven-metadata.xml (318 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.5-SNAPSHOT/twitter4j-core-2.2.5-SNAPSHOT.pom[K >remote: 3 KB [K remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.5-SNAPSHOT/twitter4j-core-2.2.5-SNAPSHOT.pom (8 KB at 19.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.5/twitter4j-core-2.2.5.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.5/twitter4j-core-2.2.5.pom (8 KB at 55.1 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-core/2.2.6-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.6-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.6-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-core/2.2.6-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.6-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 319 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.6-SNAPSHOT/maven-metadata.xml (319 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.6-SNAPSHOT/twitter4j-core-2.2.6-SNAPSHOT.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/2.2.6-SNAPSHOT/twitter4j-core-2.2.6-SNAPSHOT.pom (8 KB at 20.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.6/twitter4j-core-2.2.6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/2.2.6/twitter4j-core-2.2.6.pom (8 KB at 42.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-core/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-core/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-core/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-core/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 319 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/3.0.0-SNAPSHOT/maven-metadata.xml (319 B at 0.4 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/3.0.0-SNAPSHOT/twitter4j-core-3.0.0-SNAPSHOT.pom[K >remote: 3 KB [K remote: 7 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/3.0.0-SNAPSHOT/twitter4j-core-3.0.0-SNAPSHOT.pom (8 KB at 20.2 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-stream/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-stream/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-stream/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/maven-metadata.xml[K >remote: [K remote: 522 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/maven-metadata.xml (522 B at 1.0 KB/sec)[K >remote: 786 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/maven-metadata.xml (786 B at 1.0 KB/sec)[K >remote: 491 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-stream/maven-metadata.xml (491 B at 0.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.0/twitter4j-stream-2.2.0.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.0/twitter4j-stream-2.2.0.pom (8 KB at 31.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-async/2.2.0/twitter4j-async-2.2.0.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-async/2.2.0/twitter4j-async-2.2.0.pom (8 KB at 26.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-stream/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-stream/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.1-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: 321 B [K remote: [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.1-SNAPSHOT/maven-metadata.xml (321 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.1-SNAPSHOT/twitter4j-stream-2.2.1-SNAPSHOT.pom[K >remote: 2 KB [K remote: 6 KB [K remote: 6 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.1-SNAPSHOT/twitter4j-stream-2.2.1-SNAPSHOT.pom (8 KB at 18.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.1/twitter4j-stream-2.2.1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.1/twitter4j-stream-2.2.1.pom (8 KB at 66.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 2 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/maven-metadata.xml (2 KB at 3.0 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/twitter4j-stream-2.2.2-20110429.024541-6.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/twitter4j-stream-2.2.2-20110429.024541-6.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/twitter4j-stream-2.2.2-20110429.024541-6.pom[K >remote: [K remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/twitter4j-stream-2.2.2-20110429.024541-6.pom[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/twitter4j-stream-2.2.2-20110429.024541-6.pom[K >remote: 4 KB [K remote: 7 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.2-SNAPSHOT/twitter4j-stream-2.2.2-20110429.024541-6.pom (8 KB at 18.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.2/twitter4j-stream-2.2.2.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.2/twitter4j-stream-2.2.2.pom (8 KB at 68.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.3-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.3-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-stream/2.2.3-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-stream/2.2.3-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.3-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 321 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.3-SNAPSHOT/maven-metadata.xml (321 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.3-SNAPSHOT/twitter4j-stream-2.2.3-SNAPSHOT.pom[K >remote: 2 KB [K remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.3-SNAPSHOT/twitter4j-stream-2.2.3-SNAPSHOT.pom (8 KB at 19.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.3/twitter4j-stream-2.2.3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.3/twitter4j-stream-2.2.3.pom (8 KB at 42.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.4-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-stream/2.2.4-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.4-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-stream/2.2.4-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.4-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 321 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.4-SNAPSHOT/maven-metadata.xml (321 B at 0.7 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.4-SNAPSHOT/twitter4j-stream-2.2.4-SNAPSHOT.pom[K >remote: 3 KB [K remote: 7 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.4-SNAPSHOT/twitter4j-stream-2.2.4-SNAPSHOT.pom (8 KB at 18.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.4/twitter4j-stream-2.2.4.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.4/twitter4j-stream-2.2.4.pom (8 KB at 32.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.5-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-stream/2.2.5-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.5-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-stream/2.2.5-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.5-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 321 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.5-SNAPSHOT/maven-metadata.xml (321 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.5-SNAPSHOT/twitter4j-stream-2.2.5-SNAPSHOT.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.5-SNAPSHOT/twitter4j-stream-2.2.5-SNAPSHOT.pom (8 KB at 18.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.5/twitter4j-stream-2.2.5.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.5/twitter4j-stream-2.2.5.pom (8 KB at 16.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.6-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-stream/2.2.6-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.6-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-stream/2.2.6-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.6-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 320 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.6-SNAPSHOT/maven-metadata.xml (320 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.6-SNAPSHOT/twitter4j-stream-2.2.6-SNAPSHOT.pom[K >remote: 3 KB [K remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/2.2.6-SNAPSHOT/twitter4j-stream-2.2.6-SNAPSHOT.pom (8 KB at 19.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.6/twitter4j-stream-2.2.6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/2.2.6/twitter4j-stream-2.2.6.pom (8 KB at 33.4 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/twitter4j/twitter4j-stream/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/twitter4j/twitter4j-stream/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/twitter4j/twitter4j-stream/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/twitter4j/twitter4j-stream/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/3.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 321 B [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/3.0.0-SNAPSHOT/maven-metadata.xml (321 B at 0.8 KB/sec)[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/3.0.0-SNAPSHOT/twitter4j-stream-3.0.0-SNAPSHOT.pom[K >remote: 3 KB [K remote: 7 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/3.0.0-SNAPSHOT/twitter4j-stream-3.0.0-SNAPSHOT.pom (8 KB at 16.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: [K remote: 1011 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/maven-metadata.xml (1011 B at 0.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/richfaces-components-ui-4.1.0-20111213.001234-238.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/richfaces-components-ui-4.1.0-20111213.001234-238.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 14 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/richfaces-components-ui-4.1.0-20111213.001234-238.pom (14 KB at 29.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/ui/richfaces-ui-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-ui-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/richfaces/ui/richfaces-ui-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/richfaces/ui/richfaces-ui-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/richfaces/ui/richfaces-ui-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: [K remote: 616 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-ui-parent/4.1.0-SNAPSHOT/maven-metadata.xml (616 B at 0.1 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-ui-parent/4.1.0-SNAPSHOT/richfaces-ui-parent-4.1.0-20111212.235228-260.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-ui-parent/4.1.0-SNAPSHOT/richfaces-ui-parent-4.1.0-20111212.235228-260.pom (7 KB at 5.6 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/richfaces-root-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/richfaces-root-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/richfaces/richfaces-root-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/richfaces/richfaces-root-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/richfaces/richfaces-root-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: [K remote: 615 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/richfaces-root-parent/4.1.0-SNAPSHOT/maven-metadata.xml (615 B at 0.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/richfaces-root-parent/4.1.0-SNAPSHOT/richfaces-root-parent-4.1.0-20111208.230112-100.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 23 KB [K remote: 24 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/richfaces-root-parent/4.1.0-SNAPSHOT/richfaces-root-parent-4.1.0-20111208.230112-100.pom (24 KB at 23.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/richfaces-bom/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/richfaces/richfaces-bom/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/richfaces-bom/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/richfaces/richfaces-bom/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/richfaces/richfaces-bom/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 607 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/richfaces-bom/4.1.0-SNAPSHOT/maven-metadata.xml (607 B at 0.5 KB/sec)[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/richfaces-bom/4.1.0-SNAPSHOT/richfaces-bom-4.1.0-20111208.230106-100.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/richfaces-bom/4.1.0-SNAPSHOT/richfaces-bom-4.1.0-20111208.230106-100.pom (12 KB at 32.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/richfaces-parent/11/richfaces-parent-11.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/richfaces-parent/11/richfaces-parent-11.pom (7 KB at 16.3 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: [K remote: 1012 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/maven-metadata.xml (1012 B at 0.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/richfaces-components-api-4.1.0-20111213.000953-241.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/richfaces-components-api-4.1.0-20111213.000953-241.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/richfaces-components-api-4.1.0-20111213.000953-241.pom (8 KB at 17.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: [K remote: 1008 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/maven-metadata.xml (1008 B at 0.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/richfaces-core-api-4.1.0-20111212.234602-173.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/richfaces-core-api-4.1.0-20111212.234602-173.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/richfaces-core-api-4.1.0-20111212.234602-173.pom (4 KB at 5.9 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/richfaces/core/richfaces-core-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/richfaces/core/richfaces-core-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/core/richfaces-core-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/richfaces/core/richfaces-core-parent/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: [K remote: 620 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-parent/4.1.0-SNAPSHOT/maven-metadata.xml (620 B at 0.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-parent/4.1.0-SNAPSHOT/richfaces-core-parent-4.1.0-20111212.234535-180.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-parent/4.1.0-SNAPSHOT/richfaces-core-parent-4.1.0-20111212.234535-180.pom (3 KB at 1.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/com/google/guava/guava/r08/guava-r08.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/com/google/guava/guava/r08/guava-r08.pom (4 KB at 18.5 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: [K remote: 1009 B [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/maven-metadata.xml (1009 B at 0.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/richfaces-core-impl-4.1.0-20111212.234802-169.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/richfaces-core-impl-4.1.0-20111212.234802-169.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 10 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/richfaces-core-impl-4.1.0-20111212.234802-169.pom (10 KB at 7.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.pom (4 KB at 13.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/w3c/css/sac/1.3/sac-1.3.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/w3c/css/sac/1.3/sac-1.3.pom (2 KB at 4.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/resteasy/resteasy-jaxrs/2.2.1.GA/resteasy-jaxrs-2.2.1.GA.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/resteasy/resteasy-jaxrs/2.2.1.GA/resteasy-jaxrs-2.2.1.GA.pom (4 KB at 15.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/resteasy/resteasy-jaxrs-all/2.2.1.GA/resteasy-jaxrs-all-2.2.1.GA.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 21 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/resteasy/resteasy-jaxrs-all/2.2.1.GA/resteasy-jaxrs-all-2.2.1.GA.pom (21 KB at 139.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/resteasy/jaxrs-api/2.2.1.GA/jaxrs-api-2.2.1.GA.pom[K >remote: 963 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/resteasy/jaxrs-api/2.2.1.GA/jaxrs-api-2.2.1.GA.pom (963 B at 6.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.pom (3 KB at 16.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.pom (6 KB at 36.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/activation/activation/1.1/activation-1.1.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/activation/activation/1.1/activation-1.1.pom (2 KB at 14.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0.3/httpclient-4.0.3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0.3/httpclient-4.0.3.pom (8 KB at 36.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.3/httpcomponents-client-4.0.3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 9 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.3/httpcomponents-client-4.0.3.pom (9 KB at 52.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 KB at 75.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (5 KB at 18.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 10 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (10 KB at 55.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 13 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 KB at 93.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 18 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 KB at 242.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 KB at 214.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6 KB at 35.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom[K >remote: 491 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 1.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-api/1.1/jboss-interceptor-api-1.1.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 40 KB [K remote: 44 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/ejb3/jboss-ejb3-api/3.1.0/jboss-ejb3-api-3.1.0.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/jboss/jbossws/jboss-jaxrpc/2.0.3.GA/jboss-jaxrpc-2.0.3.GA.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 286.6 KB/sec)[K >remote: 3 KB [K remote: 3 KB 4 KB [K remote: 3 KB 6 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 17.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-api/1.1/jboss-interceptor-api-1.1.jar (6 KB at 23.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-validator/4.2.0.Beta2/hibernate-validator-4.2.0.Beta2.jar[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 40 KB [K remote: 44 KB [K remote: 47 KB [K remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/faces/jsf-api/2.0.2-FCS/jsf-api-2.0.2-FCS.jar[K >remote: 4 KB 47 KB [K remote: 6 KB 47 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar (47 KB at 277.4 KB/sec)[K >remote: 6 KB 4 KB [K remote: 6 KB 8 KB [K remote: 6 KB 12 KB [K remote: 6 KB 16 KB [K remote: 6 KB 20 KB [K remote: 6 KB 24 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/faces/jsf-impl/2.0.2-FCS/jsf-impl-2.0.2-FCS.jar[K >remote: 6 KB 25 KB [K remote: 6 KB 4 KB 25 KB [K remote: 6 KB 8 KB 25 KB [K remote: 6 KB 12 KB 25 KB [K remote: 6 KB 16 KB 25 KB [K remote: 6 KB 20 KB 25 KB [K remote: 6 KB 24 KB 25 KB [K remote: 6 KB 28 KB 25 KB [K remote: 6 KB 32 KB 25 KB [K remote: 6 KB 33 KB 25 KB [K remote: 6 KB 37 KB 25 KB [K remote: 6 KB 41 KB 25 KB [K remote: 6 KB 41 KB 25 KB [K remote: 6 KB 45 KB 25 KB [K remote: 6 KB 49 KB 25 KB [K remote: 6 KB 53 KB 25 KB [K remote: 6 KB 57 KB 25 KB [K remote: 6 KB 61 KB 25 KB [K remote: 6 KB 65 KB 25 KB [K remote: 6 KB 65 KB 25 KB [K remote: 6 KB 69 KB 25 KB [K remote: 6 KB 73 KB 25 KB [K remote: 6 KB 77 KB 25 KB [K remote: 6 KB 81 KB 25 KB [K remote: 6 KB 84 KB 25 KB [K remote: 6 KB 88 KB 25 KB [K remote: 6 KB 88 KB 25 KB [K remote: 6 KB 92 KB 25 KB [K remote: 6 KB 96 KB 25 KB [K remote: 6 KB 98 KB 25 KB [K remote: 6 KB 102 KB 25 KB [K remote: 6 KB 106 KB 25 KB [K remote: 6 KB 109 KB 25 KB [K remote: 6 KB 113 KB 25 KB [K remote: 6 KB 117 KB 25 KB [K remote: 6 KB 119 KB 25 KB [K remote: 6 KB 123 KB 25 KB [K remote: 6 KB 127 KB 25 KB [K remote: 6 KB 131 KB 25 KB [K remote: 6 KB 135 KB 25 KB [K remote: 6 KB 137 KB 25 KB [K remote: 6 KB 141 KB 25 KB [K remote: 6 KB 145 KB 25 KB [K remote: 6 KB 149 KB 25 KB [K remote: 6 KB 153 KB 25 KB [K remote: 6 KB 157 KB 25 KB [K remote: 6 KB 161 KB 25 KB [K remote: 6 KB 165 KB 25 KB [K remote: 6 KB 169 KB 25 KB [K remote: 6 KB 173 KB 25 KB [K remote: 6 KB 177 KB 25 KB [K remote: 6 KB 181 KB 25 KB [K remote: 6 KB 185 KB 25 KB [K remote: 6 KB 189 KB 25 KB [K remote: 6 KB 193 KB 25 KB [K remote: 6 KB 197 KB 25 KB [K remote: 6 KB 201 KB 25 KB [K remote: 6 KB 205 KB 25 KB [K remote: 6 KB 209 KB 25 KB [K remote: 6 KB 213 KB 25 KB [K remote: 6 KB 217 KB 25 KB [K remote: 6 KB 221 KB 25 KB [K remote: 6 KB 225 KB 25 KB [K remote: 6 KB 229 KB 25 KB [K remote: 6 KB 233 KB 25 KB [K remote: 6 KB 237 KB 25 KB [K remote: 6 KB 241 KB 25 KB [K remote: 6 KB 245 KB 25 KB [K remote: 6 KB 249 KB 25 KB [K remote: 6 KB 253 KB 25 KB [K remote: 6 KB 257 KB 25 KB [K remote: 6 KB 261 KB 25 KB [K remote: 6 KB 265 KB 25 KB [K remote: 6 KB 269 KB 25 KB [K remote: 6 KB 273 KB 25 KB [K remote: 6 KB 277 KB 25 KB [K remote: 6 KB 281 KB 25 KB [K remote: 6 KB 285 KB 25 KB [K remote: 6 KB 289 KB 25 KB [K remote: 6 KB 293 KB 25 KB [K remote: 6 KB 297 KB 25 KB [K remote: 6 KB 301 KB 25 KB [K remote: 6 KB 305 KB 25 KB [K remote: 6 KB 309 KB 25 KB [K remote: 6 KB 313 KB 25 KB [K remote: 6 KB 317 KB 25 KB [K remote: 6 KB 321 KB 25 KB [K remote: 6 KB 325 KB 25 KB [K remote: 6 KB 329 KB 25 KB [K remote: [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 22.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/testng/testng/5.10/testng-5.10-jdk15.jar[K >remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar (25 KB at 124.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar[K >remote: 333 KB [K remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/glassfish/web/el-impl/2.1.2-b04/el-impl-2.1.2-b04.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (0 B at 0.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-core/1.1.0.CR3/weld-core-1.1.0.CR3.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-validator/4.2.0.Beta2/hibernate-validator-4.2.0.Beta2.jar (333 KB at 486.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api/1.1.Beta2/weld-api-1.1.Beta2.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 40 KB [K remote: 44 KB [K remote: 48 KB [K remote: 52 KB [K remote: 56 KB [K remote: 60 KB [K remote: 64 KB [K remote: 68 KB [K remote: 72 KB [K remote: 76 KB [K remote: 80 KB [K remote: 84 KB [K remote: 88 KB [K remote: 92 KB [K remote: 96 KB [K remote: 100 KB [K remote: 101 KB [K remote: 4 KB 101 KB [K remote: 8 KB 101 KB [K remote: 12 KB 101 KB [K remote: 16 KB 101 KB [K remote: 20 KB 101 KB [K remote: 24 KB 101 KB [K remote: 28 KB 101 KB [K remote: 32 KB 101 KB [K remote: 36 KB 101 KB [K remote: 40 KB 101 KB [K remote: 44 KB 101 KB [K remote: 48 KB 101 KB [K remote: 52 KB 101 KB [K remote: 56 KB 101 KB [K remote: 60 KB 101 KB [K remote: 64 KB 101 KB [K remote: 68 KB 101 KB [K remote: 72 KB 101 KB [K remote: 76 KB 101 KB [K remote: 80 KB 101 KB [K remote: 84 KB 101 KB [K remote: 88 KB 101 KB [K remote: 92 KB 101 KB [K remote: 96 KB 101 KB [K remote: 100 KB 101 KB [K remote: 104 KB 101 KB [K remote: 108 KB 101 KB [K remote: 112 KB 101 KB [K remote: 116 KB 101 KB [K remote: 120 KB 101 KB [K remote: 124 KB 101 KB [K remote: 128 KB 101 KB [K remote: 132 KB 101 KB [K remote: 136 KB 101 KB [K remote: 140 KB 101 KB [K remote: 144 KB 101 KB [K remote: 148 KB 101 KB [K remote: 152 KB 101 KB [K remote: 156 KB 101 KB [K remote: 160 KB 101 KB [K remote: 164 KB 101 KB [K remote: 168 KB 101 KB [K remote: 172 KB 101 KB [K remote: 176 KB 101 KB [K remote: 180 KB 101 KB [K remote: 184 KB 101 KB [K remote: 188 KB 101 KB [K remote: 192 KB 101 KB [K remote: 196 KB 101 KB [K remote: 200 KB 101 KB [K remote: 204 KB 101 KB [K remote: 208 KB 101 KB [K remote: 212 KB 101 KB [K remote: 216 KB 101 KB [K remote: 220 KB 101 KB [K remote: 224 KB 101 KB [K remote: 228 KB 101 KB [K remote: 232 KB 101 KB [K remote: 236 KB 101 KB [K remote: 240 KB 101 KB [K remote: 244 KB 101 KB [K remote: 248 KB 101 KB [K remote: 252 KB 101 KB [K remote: 256 KB 101 KB [K remote: 260 KB 101 KB [K remote: 264 KB 101 KB [K remote: 268 KB 101 KB [K remote: 272 KB 101 KB [K remote: 276 KB 101 KB [K remote: 280 KB 101 KB [K remote: 284 KB 101 KB [K remote: 288 KB 101 KB [K remote: 292 KB 101 KB [K remote: 296 KB 101 KB [K remote: 300 KB 101 KB [K remote: 304 KB 101 KB [K remote: 308 KB 101 KB [K remote: 312 KB 101 KB [K remote: 316 KB 101 KB [K remote: 320 KB 101 KB [K remote: 324 KB 101 KB [K remote: 328 KB 101 KB [K remote: 332 KB 101 KB [K remote: 336 KB 101 KB [K remote: 340 KB 101 KB [K remote: 344 KB 101 KB [K remote: 348 KB 101 KB [K remote: 352 KB 101 KB [K remote: 356 KB 101 KB [K remote: 360 KB 101 KB [K remote: 364 KB 101 KB [K remote: 368 KB 101 KB [K remote: 372 KB 101 KB [K remote: 376 KB 101 KB [K remote: 380 KB 101 KB [K remote: 384 KB 101 KB [K remote: 388 KB 101 KB [K remote: 392 KB 101 KB [K remote: 396 KB 101 KB [K remote: 400 KB 101 KB [K remote: 404 KB 101 KB [K remote: 408 KB 101 KB [K remote: 412 KB 101 KB [K remote: 416 KB 101 KB [K remote: 420 KB 101 KB [K remote: 424 KB 101 KB [K remote: 428 KB 101 KB [K remote: 432 KB 101 KB [K remote: 436 KB 101 KB [K remote: 440 KB 101 KB [K remote: 444 KB 101 KB [K remote: 448 KB 101 KB [K remote: 452 KB 101 KB [K remote: 456 KB 101 KB [K remote: 460 KB 101 KB [K remote: 464 KB 101 KB [K remote: 468 KB 101 KB [K remote: 472 KB 101 KB [K remote: 476 KB 101 KB [K remote: 480 KB 101 KB [K remote: 484 KB 101 KB [K remote: 488 KB 101 KB [K remote: 492 KB 101 KB [K remote: 496 KB 101 KB [K remote: 500 KB 101 KB [K remote: 504 KB 101 KB [K remote: 508 KB 101 KB [K remote: 512 KB 101 KB [K remote: 516 KB 101 KB [K remote: 520 KB 101 KB [K remote: 524 KB 101 KB [K remote: 528 KB 101 KB [K remote: 532 KB 101 KB [K remote: 536 KB 101 KB [K remote: 540 KB 101 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar (101 KB at 164.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-spi/1.1.Beta2/weld-spi-1.1.Beta2.jar[K >remote: 544 KB [K remote: 548 KB [K remote: 552 KB [K remote: 556 KB [K remote: 560 KB [K remote: 564 KB [K remote: 568 KB [K remote: 572 KB [K remote: 576 KB [K remote: 580 KB [K remote: 584 KB [K remote: 588 KB [K remote: 592 KB [K remote: 596 KB [K remote: 600 KB [K remote: 604 KB [K remote: 608 KB [K remote: 612 KB [K remote: 616 KB [K remote: 620 KB [K remote: 624 KB [K remote: 4 KB 624 KB [K remote: 8 KB 624 KB [K remote: 12 KB 624 KB [K remote: 16 KB 624 KB [K remote: 20 KB 624 KB [K remote: 24 KB 624 KB [K remote: 28 KB 624 KB [K remote: 32 KB 624 KB [K remote: 36 KB 624 KB [K remote: 40 KB 624 KB [K remote: 44 KB 624 KB [K remote: 48 KB 624 KB [K remote: 52 KB 624 KB [K remote: 56 KB 624 KB [K remote: 60 KB 624 KB [K remote: 64 KB 624 KB [K remote: 68 KB 624 KB [K remote: 72 KB 624 KB [K remote: 76 KB 624 KB [K remote: 80 KB 624 KB [K remote: 84 KB 624 KB [K remote: 88 KB 624 KB [K remote: 92 KB 624 KB [K remote: 96 KB 624 KB [K remote: 100 KB 624 KB [K remote: 104 KB 624 KB [K remote: 107 KB 624 KB [K remote: 107 KB 628 KB [K remote: 107 KB 632 KB [K remote: 107 KB 636 KB [K remote: 107 KB 639 KB [K remote: 107 KB 643 KB [K remote: 107 KB 647 KB [K remote: 107 KB 647 KB [K remote: 107 KB 651 KB [K remote: 107 KB 655 KB [K remote: 107 KB 656 KB [K remote: 107 KB 660 KB [K remote: 107 KB 664 KB [K remote: 107 KB 667 KB [K remote: 107 KB 670 KB [K remote: 107 KB 673 KB [K remote: 107 KB 675 KB [K remote: 107 KB 678 KB [K remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA.jar[K >remote: 4 KB 107 KB 682 KB [K remote: 4 KB 107 KB 685 KB [K remote: 4 KB 107 KB 678 KB [K remote: 4 KB 107 KB 689 KB [K remote: 4 KB 107 KB 692 KB [K remote: 8 KB 107 KB 692 KB [K remote: 12 KB 107 KB 692 KB [K remote: 16 KB 107 KB 692 KB [K remote: 20 KB 107 KB 692 KB [K remote: 20 KB 107 KB 696 KB [K remote: 21 KB 107 KB 696 KB [K remote: 21 KB 107 KB 700 KB [K remote: 21 KB 107 KB 701 KB [K remote: 21 KB 107 KB 704 KB [K remote: 21 KB 107 KB 707 KB [K remote: 21 KB 107 KB 709 KB [K remote: 21 KB 107 KB 713 KB [K remote: 21 KB 107 KB 717 KB [K remote: 21 KB 107 KB 721 KB [K remote: 21 KB 107 KB 725 KB [K remote: 21 KB 107 KB 729 KB [K remote: 21 KB 107 KB 733 KB [K remote: 21 KB 107 KB 737 KB [K remote: 21 KB 107 KB 740 KB [K remote: 21 KB 107 KB 744 KB [K remote: 21 KB 107 KB 746 KB [K remote: 21 KB 107 KB 750 KB [K remote: 21 KB 107 KB 753 KB [K remote: 21 KB 107 KB 756 KB [K remote: 21 KB 107 KB 759 KB [K remote: 21 KB 107 KB 762 KB [K remote: 21 KB 107 KB 764 KB [K remote: 21 KB 107 KB 767 KB [K remote: 21 KB 107 KB 770 KB [K remote: 21 KB 107 KB 773 KB [K remote: 21 KB 107 KB 774 KB [K remote: 21 KB 107 KB 778 KB [K remote: 21 KB 107 KB 781 KB [K remote: 21 KB 107 KB 784 KB [K remote: 21 KB 107 KB 787 KB [K remote: 21 KB 107 KB 790 KB [K remote: 21 KB 107 KB 793 KB [K remote: 21 KB 107 KB 796 KB [K remote: 21 KB 107 KB 798 KB [K remote: 21 KB 107 KB 801 KB [K remote: 21 KB 107 KB 804 KB [K remote: 21 KB 107 KB 805 KB [K remote: 21 KB 107 KB 809 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/glassfish/web/el-impl/2.1.2-b04/el-impl-2.1.2-b04.jar (107 KB at 364.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/com/google/guava/guava/r06/guava-r06.jar[K >remote: 21 KB 813 KB [K remote: 21 KB 817 KB [K remote: 21 KB 821 KB [K remote: 21 KB 825 KB [K remote: 21 KB 825 KB [K remote: 21 KB 829 KB [K remote: 21 KB 832 KB [K remote: 21 KB 836 KB [K remote: 21 KB 840 KB [K remote: 21 KB 844 KB [K remote: 21 KB 847 KB [K remote: 21 KB 849 KB [K remote: 21 KB 851 KB [K remote: 21 KB 4 KB 851 KB [K remote: 21 KB 8 KB 851 KB [K remote: 21 KB 12 KB 851 KB [K remote: 21 KB 16 KB 851 KB [K remote: 21 KB 20 KB 851 KB [K remote: 21 KB 24 KB 851 KB [K remote: 21 KB 28 KB 851 KB [K remote: 21 KB 32 KB 851 KB [K remote: 21 KB 36 KB 851 KB [K remote: 21 KB 40 KB 851 KB [K remote: 21 KB 44 KB 851 KB [K remote: 21 KB 48 KB 851 KB [K remote: 21 KB 50 KB 851 KB [K remote: 21 KB 51 KB 851 KB [K remote: 21 KB 54 KB 851 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-api/1.1.Beta2/weld-api-1.1.Beta2.jar (21 KB at 63.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/testng/testng/5.10/testng-5.10-jdk15.jar (851 KB at 1025.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-spi/2.0.0.CR1/jboss-interceptor-spi-2.0.0.CR1.jar[K >remote: 4 KB 54 KB [K remote: 8 KB 54 KB [K remote: 12 KB 54 KB [K remote: 16 KB 54 KB [K remote: 20 KB 54 KB [K remote: 24 KB 54 KB [K remote: 28 KB 54 KB [K remote: 32 KB 54 KB [K remote: 33 KB 54 KB [K remote: 37 KB 54 KB [K remote: 41 KB 54 KB [K remote: 42 KB 54 KB [K remote: 46 KB 54 KB [K remote: 50 KB 54 KB [K remote: 54 KB 54 KB [K remote: 58 KB 54 KB [K remote: 59 KB 54 KB [K remote: 63 KB 54 KB [K remote: 63 KB 54 KB [K remote: 67 KB 54 KB [K remote: 71 KB 54 KB [K remote: 71 KB 54 KB [K remote: 75 KB 54 KB [K remote: 79 KB 54 KB [K remote: 83 KB 54 KB [K remote: 87 KB 54 KB [K remote: 91 KB 54 KB [K remote: 94 KB 54 KB [K remote: 98 KB 54 KB [K remote: 102 KB 54 KB [K remote: 104 KB 54 KB [K remote: 108 KB 54 KB [K remote: 112 KB 54 KB [K remote: 114 KB 54 KB [K remote: 118 KB 54 KB [K remote: 122 KB 54 KB [K remote: 125 KB 54 KB [K remote: 129 KB 54 KB [K remote: 131 KB 54 KB [K remote: 135 KB 54 KB [K remote: 139 KB 54 KB [K remote: 141 KB 54 KB [K remote: 145 KB 54 KB [K remote: 149 KB 54 KB [K remote: 152 KB 54 KB [K remote: 156 KB 54 KB [K remote: 160 KB 54 KB [K remote: 164 KB 54 KB [K remote: 168 KB 54 KB [K remote: 172 KB 54 KB [K remote: 176 KB 54 KB [K remote: 179 KB 54 KB [K remote: 183 KB 54 KB [K remote: 187 KB 54 KB [K remote: 190 KB 54 KB [K remote: 194 KB 54 KB [K remote: 198 KB 54 KB [K remote: 202 KB 54 KB [K remote: 204 KB 54 KB [K remote: 208 KB 54 KB [K remote: 212 KB 54 KB [K remote: 216 KB 54 KB [K remote: 217 KB 54 KB [K remote: 221 KB 54 KB [K remote: 225 KB 54 KB [K remote: 229 KB 54 KB [K remote: 230 KB 54 KB [K remote: 234 KB 54 KB [K remote: 238 KB 54 KB [K remote: 241 KB 54 KB [K remote: 245 KB 54 KB [K remote: 249 KB 54 KB [K remote: 252 KB 54 KB [K remote: 256 KB 54 KB [K remote: 260 KB 54 KB [K remote: 264 KB 54 KB [K remote: 265 KB 54 KB [K remote: 269 KB 54 KB [K remote: 273 KB 54 KB [K remote: 277 KB 54 KB [K remote: 278 KB 54 KB [K remote: 282 KB 54 KB [K remote: 286 KB 54 KB [K remote: 290 KB 54 KB [K remote: 292 KB 54 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/weld/weld-spi/1.1.Beta2/weld-spi-1.1.Beta2.jar (54 KB at 179.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-core/2.0.0.CR1/jboss-interceptor-core-2.0.0.CR1.jar[K >remote: 296 KB [K remote: 300 KB [K remote: 304 KB [K remote: 304 KB 4 KB [K remote: 304 KB 8 KB [K remote: 304 KB 12 KB [K remote: 304 KB 14 KB [K remote: 308 KB 14 KB [K remote: 312 KB 14 KB [K remote: 316 KB 14 KB [K remote: 320 KB 14 KB [K remote: 324 KB 14 KB [K remote: 328 KB 14 KB [K remote: 332 KB 14 KB [K remote: 336 KB 14 KB [K remote: 336 KB 16 KB [K remote: 340 KB 16 KB [K remote: 340 KB 20 KB [K remote: 340 KB 24 KB [K remote: 340 KB 25 KB [K remote: 344 KB 25 KB [K remote: 348 KB 25 KB [K remote: 348 KB 29 KB [K remote: 348 KB 33 KB [K remote: 348 KB 33 KB [K remote: 351 KB 33 KB [K remote: 355 KB 33 KB [K remote: 357 KB 33 KB [K remote: 361 KB 33 KB [K remote: 365 KB 33 KB [K remote: 369 KB 33 KB [K remote: 373 KB 33 KB [K remote: 377 KB 33 KB [K remote: 377 KB 37 KB [K remote: 377 KB 39 KB [K remote: 381 KB 39 KB [K remote: 381 KB 42 KB [K remote: 385 KB 42 KB [K remote: 388 KB 42 KB [K remote: 388 KB 46 KB [K remote: 388 KB 50 KB [K remote: 388 KB 50 KB [K remote: 388 KB 53 KB [K remote: 388 KB 57 KB [K remote: 388 KB 59 KB [K remote: 392 KB 59 KB [K remote: 396 KB 59 KB [K remote: 400 KB 59 KB [K remote: 404 KB 59 KB [K remote: 408 KB 59 KB [K remote: 409 KB 59 KB [K remote: 413 KB 59 KB [K remote: 413 KB 63 KB [K remote: 413 KB 67 KB [K remote: 413 KB 71 KB [K remote: 413 KB 75 KB [K remote: 413 KB 76 KB [K remote: 417 KB 76 KB [K remote: 421 KB 76 KB [K remote: 425 KB 76 KB [K remote: 429 KB 76 KB [K remote: 429 KB 76 KB [K remote: 429 KB 80 KB [K remote: 429 KB 84 KB [K remote: 429 KB 86 KB [K remote: 433 KB 86 KB [K remote: 437 KB 86 KB [K remote: 437 KB 86 KB 4 KB [K remote: 437 KB 86 KB 6 KB [K remote: 437 KB 90 KB 6 KB [K remote: 437 KB 90 KB 6 KB [K remote: 437 KB 94 KB 6 KB [K remote: 437 KB 98 KB 6 KB [K remote: 437 KB 102 KB 6 KB [K remote: 437 KB 103 KB 6 KB [K remote: 437 KB 107 KB 6 KB [K remote: 437 KB 111 KB 6 KB [K remote: 437 KB 112 KB 6 KB [K remote: 441 KB 112 KB 6 KB [K remote: 445 KB 112 KB 6 KB [K remote: 445 KB 4 KB 112 KB 6 KB [K remote: 449 KB 4 KB 112 KB 6 KB [K remote: 453 KB 8 KB 112 KB 6 KB [K remote: 453 KB 8 KB 116 KB 6 KB [K remote: 457 KB 8 KB 116 KB 6 KB [K remote: 457 KB 8 KB 120 KB 6 KB [K remote: 461 KB 8 KB 120 KB 6 KB [K remote: 461 KB 8 KB 124 KB 6 KB [K remote: 465 KB 8 KB 124 KB 6 KB [K remote: 465 KB 8 KB 128 KB 6 KB [K remote: 469 KB 8 KB 128 KB 6 KB [K remote: 473 KB 8 KB 128 KB 6 KB [K remote: 449 KB 8 KB 112 KB 6 KB [K remote: 477 KB 8 KB 128 KB 6 KB [K remote: 481 KB 8 KB 128 KB 6 KB [K remote: 485 KB 8 KB 128 KB 6 KB [K remote: 489 KB 8 KB 128 KB 6 KB [K remote: 493 KB 8 KB 128 KB 6 KB [K remote: 493 KB 8 KB 132 KB 6 KB [K remote: 497 KB 8 KB 132 KB 6 KB [K remote: 497 KB 8 KB 136 KB 6 KB [K remote: 501 KB 8 KB 136 KB 6 KB [K remote: 501 KB 8 KB 140 KB 6 KB [K remote: 505 KB 8 KB 140 KB 6 KB [K remote: 505 KB 8 KB 144 KB 6 KB [K remote: 509 KB 8 KB 144 KB 6 KB [K remote: 509 KB 8 KB 148 KB 6 KB [K remote: 513 KB 8 KB 148 KB 6 KB [K remote: 513 KB 8 KB 152 KB 6 KB [K remote: 517 KB 8 KB 152 KB 6 KB [K remote: 521 KB 8 KB 156 KB 6 KB [K remote: 521 KB 8 KB 156 KB 6 KB [K remote: 525 KB 8 KB 156 KB 6 KB [K remote: 525 KB 8 KB 160 KB 6 KB [K remote: 529 KB 8 KB 160 KB 6 KB [K remote: 529 KB 8 KB 164 KB 6 KB [K remote: 533 KB 8 KB 164 KB 6 KB [K remote: 537 KB 8 KB 168 KB 6 KB [K remote: 537 KB 8 KB 168 KB 6 KB [K remote: 541 KB 8 KB 168 KB 6 KB [K remote: 541 KB 8 KB 172 KB 6 KB [K remote: 545 KB 8 KB 172 KB 6 KB [K remote: 545 KB 8 KB 176 KB 6 KB [K remote: 549 KB 8 KB 176 KB 6 KB [K remote: 549 KB 8 KB 180 KB 6 KB [K remote: 553 KB 8 KB 180 KB 6 KB [K remote: 553 KB 8 KB 184 KB 6 KB [K remote: 557 KB 8 KB 184 KB 6 KB [K remote: 557 KB 8 KB 188 KB 6 KB [K remote: 561 KB 8 KB 188 KB 6 KB [K remote: 561 KB 8 KB 192 KB 6 KB [K remote: 565 KB 8 KB 192 KB 6 KB [K remote: 565 KB 8 KB 196 KB 6 KB [K remote: 569 KB 8 KB 196 KB 6 KB [K remote: 569 KB 8 KB 200 KB 6 KB [K remote: 573 KB 8 KB 200 KB 6 KB [K remote: 573 KB 8 KB 204 KB 6 KB [K remote: 577 KB 8 KB 204 KB 6 KB [K remote: 577 KB 8 KB 208 KB 6 KB [K remote: 581 KB 8 KB 208 KB 6 KB [K remote: 581 KB 8 KB 212 KB 6 KB [K remote: 585 KB 8 KB 212 KB 6 KB [K remote: 585 KB 8 KB 216 KB 6 KB [K remote: 589 KB 8 KB 216 KB 6 KB [K remote: 589 KB 8 KB 220 KB 6 KB [K remote: 593 KB 8 KB 220 KB 6 KB [K remote: 593 KB 8 KB 224 KB 6 KB [K remote: 597 KB 8 KB 224 KB 6 KB [K remote: 601 KB 8 KB 224 KB 6 KB [K remote: 601 KB 8 KB 228 KB 6 KB [K remote: 605 KB 8 KB 228 KB 6 KB [K remote: 605 KB 8 KB 232 KB 6 KB [K remote: 609 KB 8 KB 232 KB 6 KB [K remote: 609 KB 8 KB 236 KB 6 KB [K remote: 613 KB 8 KB 236 KB 6 KB [K remote: 613 KB 8 KB 240 KB 6 KB [K remote: 617 KB 8 KB 240 KB 6 KB [K remote: 617 KB 8 KB 244 KB 6 KB [K remote: 621 KB 8 KB 244 KB 6 KB [K remote: 621 KB 8 KB 248 KB 6 KB [K remote: 625 KB 8 KB 248 KB 6 KB [K remote: 625 KB 8 KB 252 KB 6 KB [K remote: 629 KB 8 KB 252 KB 6 KB [K remote: 629 KB 8 KB 256 KB 6 KB [K remote: 633 KB 8 KB 256 KB 6 KB [K remote: 633 KB 8 KB 260 KB 6 KB [K remote: 633 KB 8 KB 264 KB 6 KB [K remote: 633 KB 8 KB 268 KB 6 KB [K remote: 633 KB 8 KB 272 KB 6 KB [K remote: 633 KB 8 KB 276 KB 6 KB [K remote: 633 KB 8 KB 280 KB 6 KB [K remote: 633 KB 8 KB 284 KB 6 KB [K remote: 633 KB 8 KB 288 KB 6 KB [K remote: 633 KB 8 KB 292 KB 6 KB [K remote: 633 KB 8 KB 296 KB 6 KB [K remote: 633 KB 8 KB 300 KB 6 KB [K remote: 633 KB 8 KB 304 KB 6 KB [K remote: 633 KB 8 KB 308 KB 6 KB [K remote: 633 KB 8 KB 312 KB 6 KB [K remote: 633 KB 8 KB 316 KB 6 KB [K remote: 633 KB 8 KB 320 KB 6 KB [K remote: 633 KB 8 KB 324 KB 6 KB [K remote: 633 KB 8 KB 327 KB 6 KB [K remote: 633 KB 8 KB 327 KB 4 KB 6 KB [K remote: 633 KB 331 KB 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar (6 KB at 18.3 KB/sec)[K >remote: 633 KB 335 KB 8 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-ext/1.5.10/slf4j-ext-1.5.10.jar[K >remote: 633 KB 339 KB 8 KB [K remote: 633 KB 343 KB 8 KB [K remote: 633 KB 347 KB 8 KB [K remote: 633 KB 351 KB 8 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-spi/2.0.0.CR1/jboss-interceptor-spi-2.0.0.CR1.jar (8 KB at 27.8 KB/sec)[K >remote: 633 KB 331 KB 8 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/ch/qos/cal10n/cal10n-api/0.7.2/cal10n-api-0.7.2.jar[K >remote: 633 KB 355 KB 12 KB [K remote: 633 KB 355 KB 16 KB [K remote: 633 KB 355 KB 20 KB [K remote: 633 KB 355 KB 24 KB [K remote: 633 KB 355 KB 8 KB [K remote: 633 KB 355 KB 28 KB [K remote: 633 KB 359 KB 28 KB [K remote: 633 KB 359 KB 32 KB [K remote: 633 KB 359 KB 36 KB [K remote: 633 KB 363 KB 36 KB [K remote: 633 KB 363 KB 40 KB [K remote: 633 KB 363 KB 44 KB [K remote: 633 KB 367 KB 44 KB [K remote: 633 KB 367 KB 48 KB [K remote: 633 KB 371 KB 48 KB [K remote: 633 KB 371 KB 52 KB [K remote: 633 KB 375 KB 52 KB [K remote: 633 KB 375 KB 56 KB [K remote: 633 KB 376 KB 56 KB [K remote: 633 KB 376 KB 58 KB [K remote: 633 KB 380 KB 58 KB [K remote: 633 KB 384 KB 58 KB [K remote: 633 KB 388 KB 58 KB [K remote: 633 KB 392 KB 58 KB [K remote: 633 KB 392 KB 58 KB [K remote: 633 KB 396 KB 58 KB [K remote: 633 KB 400 KB 58 KB [K remote: 633 KB 404 KB 58 KB [K remote: 633 KB 408 KB 58 KB [K remote: 633 KB 411 KB 58 KB [K remote: 633 KB 415 KB 58 KB [K remote: 633 KB 419 KB 58 KB [K remote: 633 KB 423 KB 58 KB [K remote: 633 KB 424 KB 58 KB [K remote: 633 KB 428 KB 58 KB [K remote: 633 KB 432 KB 58 KB [K remote: 633 KB 433 KB 58 KB [K remote: 633 KB 437 KB 58 KB [K remote: 633 KB 441 KB 58 KB [K remote: 633 KB 445 KB 58 KB [K remote: 633 KB 446 KB 58 KB [K remote: 633 KB 450 KB 58 KB [K remote: 633 KB 454 KB 58 KB [K remote: 633 KB 458 KB 58 KB [K remote: 633 KB 460 KB 58 KB [K remote: 633 KB 464 KB 58 KB [K remote: 633 KB 466 KB 58 KB [K remote: 633 KB 470 KB 58 KB [K remote: 633 KB 474 KB 58 KB [K remote: 633 KB 478 KB 58 KB [K remote: 633 KB 482 KB 58 KB [K remote: 633 KB 483 KB 58 KB [K remote: 633 KB 487 KB 58 KB [K remote: 633 KB 491 KB 58 KB [K remote: 633 KB 495 KB 58 KB [K remote: 633 KB 499 KB 58 KB [K remote: 633 KB 500 KB 58 KB [K remote: 633 KB 504 KB 58 KB [K remote: 633 KB 508 KB 58 KB [K remote: 633 KB 512 KB 58 KB [K remote: 633 KB 516 KB 58 KB [K remote: 633 KB 520 KB 58 KB [K remote: 633 KB 524 KB 58 KB [K remote: 633 KB 528 KB 58 KB [K remote: 633 KB 532 KB 58 KB [K remote: 633 KB 535 KB 58 KB [K remote: 633 KB 539 KB 58 KB [K remote: 633 KB 543 KB 58 KB [K remote: 633 KB 547 KB 58 KB [K remote: 633 KB 551 KB 58 KB [K remote: 633 KB 552 KB 58 KB [K remote: 633 KB 556 KB 58 KB [K remote: 633 KB 560 KB 58 KB [K remote: 633 KB 564 KB 58 KB [K remote: 633 KB 568 KB 58 KB [K remote: 633 KB 572 KB 58 KB [K remote: 633 KB 576 KB 58 KB [K remote: 633 KB 580 KB 58 KB [K remote: 633 KB 583 KB 58 KB [K remote: 633 KB 587 KB 58 KB [K remote: 633 KB 591 KB 58 KB [K remote: 633 KB 595 KB 58 KB [K remote: 633 KB 599 KB 58 KB [K remote: [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA.jar (633 KB at 1262.9 KB/sec)[K >remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/interceptor/jboss-interceptor-core/2.0.0.CR1/jboss-interceptor-core-2.0.0.CR1.jar (58 KB at 197.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/logging/jboss-logging/3.0.0.Beta4/jboss-logging-3.0.0.Beta4.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/seam/solder/seam-solder/3.0.0.Beta1/seam-solder-3.0.0.Beta1.jar[K >remote: 603 KB [K remote: 607 KB [K remote: 611 KB [K remote: 615 KB [K remote: 619 KB [K remote: 623 KB [K remote: 627 KB [K remote: 631 KB [K remote: 635 KB [K remote: 639 KB [K remote: 643 KB [K remote: 647 KB [K remote: 651 KB [K remote: 655 KB [K remote: 659 KB [K remote: 663 KB [K remote: 667 KB [K remote: 671 KB [K remote: 675 KB [K remote: 679 KB [K remote: 683 KB [K remote: 687 KB [K remote: 691 KB [K remote: 695 KB [K remote: 699 KB [K remote: 703 KB [K remote: 707 KB [K remote: 711 KB [K remote: 715 KB [K remote: 719 KB [K remote: 723 KB [K remote: 727 KB [K remote: 731 KB [K remote: 735 KB [K remote: 739 KB [K remote: 743 KB [K remote: 747 KB [K remote: 751 KB [K remote: 755 KB [K remote: 759 KB [K remote: 763 KB [K remote: 767 KB [K remote: 771 KB [K remote: 775 KB [K remote: 779 KB [K remote: 783 KB [K remote: 787 KB [K remote: 791 KB [K remote: 795 KB [K remote: 799 KB [K remote: 803 KB [K remote: 807 KB [K remote: 811 KB [K remote: 815 KB [K remote: 819 KB [K remote: 823 KB [K remote: 827 KB [K remote: 831 KB [K remote: 835 KB [K remote: 839 KB [K remote: 843 KB [K remote: 847 KB [K remote: 851 KB [K remote: 855 KB [K remote: 859 KB [K remote: 863 KB [K remote: 863 KB 4 KB [K remote: 867 KB 4 KB [K remote: 871 KB 4 KB [K remote: 875 KB 4 KB [K remote: 875 KB 8 KB [K remote: 879 KB 8 KB [K remote: 879 KB 12 KB [K remote: 883 KB 12 KB [K remote: 883 KB 16 KB [K remote: 887 KB 16 KB [K remote: 887 KB 20 KB [K remote: 891 KB 20 KB [K remote: 891 KB 24 KB [K remote: 895 KB 24 KB [K remote: 895 KB 28 KB [K remote: 899 KB 28 KB [K remote: 899 KB 29 KB [K remote: 903 KB 29 KB [K remote: 907 KB 29 KB [K remote: 911 KB 29 KB [K remote: 915 KB 29 KB [K remote: 4 KB 915 KB 29 KB [K remote: 8 KB 915 KB 29 KB [K remote: 12 KB 915 KB 29 KB [K remote: 14 KB 915 KB 29 KB [K remote: 14 KB 915 KB 29 KB 4 KB [K remote: 14 KB 915 KB 29 KB 8 KB [K remote: 14 KB 915 KB 29 KB 12 KB [K remote: 14 KB 915 KB 29 KB 14 KB [K remote: 16 KB 915 KB 29 KB 14 KB [K remote: 20 KB 915 KB 29 KB 14 KB [K remote: 24 KB 915 KB 29 KB 14 KB [K remote: 25 KB 915 KB 29 KB 14 KB [K remote: 29 KB 915 KB 29 KB 14 KB [K remote: 33 KB 915 KB 29 KB 14 KB [K remote: 35 KB 915 KB 29 KB 14 KB [K remote: 36 KB 915 KB 29 KB 14 KB [K remote: 38 KB 915 KB 29 KB 14 KB [K remote: 38 KB 915 KB 29 KB 16 KB [K remote: 38 KB 915 KB 29 KB 20 KB [K remote: 38 KB 915 KB 29 KB 24 KB [K remote: 38 KB 915 KB 29 KB 25 KB [K remote: 38 KB 915 KB 29 KB 29 KB [K remote: 38 KB 915 KB 29 KB 33 KB [K remote: 38 KB 915 KB 29 KB 33 KB [K remote: 39 KB 915 KB 29 KB 33 KB [K remote: 41 KB 915 KB 29 KB 33 KB [K remote: 41 KB 915 KB 29 KB 37 KB [K remote: 41 KB 915 KB 29 KB 39 KB [K remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-core/3.6.3.Final/hibernate-core-3.6.3.Final.jar[K >remote: 41 KB 915 KB 29 KB 43 KB [K remote: 41 KB 915 KB 29 KB 46 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/com/google/guava/guava/r06/guava-r06.jar (915 KB at 1302.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/antlr/antlr/2.7.6/antlr-2.7.6.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/logging/jboss-logging/3.0.0.Beta4/jboss-logging-3.0.0.Beta4.jar (46 KB at 206.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.jar[K >remote: 41 KB 4 KB 29 KB [K remote: 41 KB 8 KB 29 KB [K remote: 41 KB 12 KB 29 KB [K remote: 41 KB 16 KB 29 KB [K remote: 41 KB 20 KB 29 KB [K remote: 41 KB 24 KB 29 KB [K remote: 41 KB 28 KB 29 KB [K remote: 41 KB 32 KB 29 KB [K remote: 41 KB 36 KB 29 KB [K remote: 41 KB 40 KB 29 KB [K remote: 41 KB 44 KB 29 KB [K remote: 41 KB 48 KB 29 KB [K remote: 41 KB 52 KB 29 KB [K remote: 41 KB 56 KB 29 KB [K remote: 41 KB 60 KB 29 KB [K remote: 41 KB 64 KB 29 KB [K remote: 41 KB 68 KB 29 KB [K remote: 41 KB 72 KB 29 KB [K remote: 41 KB 76 KB 29 KB [K remote: 41 KB 80 KB 29 KB [K remote: 41 KB 84 KB 29 KB [K remote: 41 KB 88 KB 29 KB [K remote: 41 KB 92 KB 29 KB [K remote: 41 KB 96 KB 29 KB [K remote: 41 KB 100 KB 29 KB [K remote: 41 KB 104 KB 29 KB [K remote: 41 KB 108 KB 29 KB [K remote: 41 KB 112 KB 29 KB [K remote: 41 KB 116 KB 29 KB [K remote: 41 KB 120 KB 29 KB [K remote: 41 KB 124 KB 29 KB [K remote: 41 KB 128 KB 29 KB [K remote: 41 KB 132 KB 29 KB [K remote: 41 KB 136 KB 29 KB [K remote: 41 KB 140 KB 29 KB [K remote: 41 KB 144 KB 29 KB [K remote: 41 KB 148 KB 29 KB [K remote: 41 KB 152 KB 29 KB [K remote: 41 KB 156 KB 29 KB [K remote: 41 KB 160 KB 29 KB [K remote: 41 KB 164 KB 29 KB [K remote: 41 KB 168 KB 29 KB [K remote: 41 KB 172 KB 29 KB [K remote: 41 KB 176 KB 29 KB [K remote: 41 KB 180 KB 29 KB [K remote: 41 KB 184 KB 29 KB [K remote: 41 KB 188 KB 29 KB [K remote: 41 KB 192 KB 29 KB [K remote: 41 KB 196 KB 29 KB [K remote: 41 KB 200 KB 29 KB [K remote: 41 KB 204 KB 29 KB [K remote: 41 KB 208 KB 29 KB [K remote: 41 KB 212 KB 29 KB [K remote: 41 KB 216 KB 29 KB [K remote: 41 KB 220 KB 29 KB [K remote: 41 KB 224 KB 29 KB [K remote: 41 KB 228 KB 29 KB [K remote: 41 KB 232 KB 29 KB [K remote: 41 KB 236 KB 29 KB [K remote: 41 KB 240 KB 29 KB [K remote: 41 KB 244 KB 29 KB [K remote: 41 KB 248 KB 29 KB [K remote: 41 KB 252 KB 29 KB [K remote: 41 KB 256 KB 29 KB [K remote: 41 KB 260 KB 29 KB [K remote: 41 KB 264 KB 29 KB [K remote: 41 KB 268 KB 29 KB [K remote: 41 KB 272 KB 29 KB [K remote: 41 KB 276 KB 29 KB [K remote: 41 KB 280 KB 29 KB [K remote: 41 KB 284 KB 29 KB [K remote: 41 KB 288 KB 29 KB [K remote: 41 KB 292 KB 29 KB [K remote: 41 KB 296 KB 29 KB [K remote: 41 KB 300 KB 29 KB [K remote: 41 KB 304 KB 29 KB [K remote: 41 KB 308 KB 29 KB [K remote: 41 KB 312 KB 29 KB [K remote: 41 KB 316 KB 29 KB [K remote: 41 KB 320 KB 29 KB [K remote: 41 KB 324 KB 29 KB [K remote: 41 KB 328 KB 29 KB [K remote: 41 KB 332 KB 29 KB [K remote: 41 KB 336 KB 29 KB [K remote: 41 KB 340 KB 29 KB [K remote: 41 KB 344 KB 29 KB [K remote: 41 KB 348 KB 29 KB [K remote: 41 KB 352 KB 29 KB [K remote: 41 KB 356 KB 29 KB [K remote: 41 KB 360 KB 29 KB [K remote: 41 KB 364 KB 29 KB [K remote: 41 KB 368 KB 29 KB [K remote: 41 KB 372 KB 29 KB [K remote: 41 KB 376 KB 29 KB [K remote: 41 KB 380 KB 29 KB [K remote: 41 KB 384 KB 29 KB [K remote: 41 KB 388 KB 29 KB [K remote: 41 KB 392 KB 29 KB [K remote: 41 KB 396 KB 29 KB [K remote: 41 KB 400 KB 29 KB [K remote: 41 KB 404 KB 29 KB [K remote: 41 KB 408 KB 29 KB [K remote: 41 KB 412 KB 29 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-ext/1.5.10/slf4j-ext-1.5.10.jar (41 KB at 101.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/ch/qos/cal10n/cal10n-api/0.7.2/cal10n-api-0.7.2.jar (29 KB at 70.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.jar[K >remote: 416 KB [K remote: 420 KB [K remote: 424 KB [K remote: 428 KB [K remote: 432 KB [K remote: 436 KB [K remote: 440 KB [K remote: 444 KB [K remote: 448 KB [K remote: 452 KB [K remote: 456 KB [K remote: 460 KB [K remote: 464 KB [K remote: 468 KB [K remote: 472 KB [K remote: 476 KB [K remote: 480 KB [K remote: 484 KB [K remote: 488 KB [K remote: 492 KB [K remote: 496 KB [K remote: 500 KB [K remote: 504 KB [K remote: 508 KB [K remote: 512 KB [K remote: 516 KB [K remote: 520 KB [K remote: 524 KB [K remote: 528 KB [K remote: 532 KB [K remote: 536 KB [K remote: 540 KB [K remote: 544 KB [K remote: 548 KB [K remote: 552 KB [K remote: 556 KB [K remote: 560 KB [K remote: 564 KB [K remote: 568 KB [K remote: 572 KB [K remote: 576 KB [K remote: 580 KB [K remote: 584 KB [K remote: 588 KB [K remote: 592 KB [K remote: 596 KB [K remote: 600 KB [K remote: 604 KB [K remote: 608 KB [K remote: 612 KB [K remote: 616 KB [K remote: 620 KB [K remote: 624 KB [K remote: 628 KB [K remote: 632 KB [K remote: 636 KB [K remote: 640 KB [K remote: 644 KB [K remote: 648 KB [K remote: 652 KB [K remote: 656 KB [K remote: 660 KB [K remote: 664 KB [K remote: 668 KB [K remote: 672 KB [K remote: 676 KB [K remote: 680 KB [K remote: 684 KB [K remote: 688 KB [K remote: 692 KB [K remote: 696 KB [K remote: 700 KB [K remote: 704 KB [K remote: 708 KB [K remote: 712 KB [K remote: 716 KB [K remote: 720 KB [K remote: 724 KB [K remote: 728 KB [K remote: 732 KB [K remote: 736 KB [K remote: 740 KB [K remote: 744 KB [K remote: 748 KB [K remote: 752 KB [K remote: 756 KB [K remote: 760 KB [K remote: 764 KB [K remote: 768 KB [K remote: 772 KB [K remote: 776 KB [K remote: 780 KB [K remote: 784 KB [K remote: 788 KB [K remote: 792 KB [K remote: 796 KB [K remote: 800 KB [K remote: 804 KB [K remote: 808 KB [K remote: 812 KB [K remote: 816 KB [K remote: 820 KB [K remote: 4 KB 820 KB 4 KB [K remote: 4 KB 820 KB 8 KB [K remote: 4 KB 820 KB 12 KB [K remote: 4 KB 820 KB 16 KB [K remote: 4 KB 820 KB 20 KB [K remote: 4 KB 820 KB [K remote: 4 KB 820 KB 24 KB [K remote: 4 KB 820 KB 28 KB [K remote: 8 KB 820 KB 28 KB [K remote: 8 KB 820 KB 32 KB [K remote: 12 KB 820 KB 32 KB [K remote: 12 KB 820 KB 33 KB [K remote: 16 KB 820 KB 33 KB [K remote: 16 KB 820 KB 37 KB [K remote: 20 KB 820 KB 37 KB [K remote: 20 KB 820 KB 41 KB [K remote: 24 KB 820 KB 41 KB [K remote: 28 KB 820 KB 41 KB [K remote: 28 KB 820 KB 41 KB [K remote: 32 KB 820 KB 41 KB [K remote: 32 KB 824 KB 41 KB [K remote: 36 KB 824 KB 41 KB [K remote: 40 KB 824 KB 41 KB [K remote: 40 KB 828 KB 41 KB [K remote: 41 KB 828 KB 41 KB [K remote: 41 KB 832 KB 41 KB [K remote: 41 KB 836 KB 41 KB [K remote: 41 KB 840 KB 41 KB [K remote: 41 KB 844 KB 45 KB [K remote: 41 KB 844 KB 49 KB [K remote: 45 KB 844 KB 49 KB [K remote: 45 KB 844 KB 53 KB [K remote: 49 KB 844 KB 53 KB [K remote: 49 KB 844 KB 57 KB [K remote: 53 KB 844 KB 57 KB [K remote: 53 KB 844 KB 58 KB [K remote: 41 KB 844 KB 58 KB [K remote: 57 KB 844 KB 58 KB [K remote: 57 KB 848 KB 58 KB [K remote: 61 KB 848 KB 62 KB [K remote: 61 KB 848 KB 58 KB [K remote: 61 KB 848 KB 66 KB [K remote: 61 KB 848 KB 67 KB [K remote: 65 KB 848 KB 67 KB [K remote: 65 KB 852 KB 67 KB [K remote: 69 KB 852 KB 67 KB [K remote: 69 KB 852 KB 71 KB [K remote: 69 KB 852 KB 75 KB [K remote: 69 KB 856 KB 75 KB [K remote: 69 KB 852 KB 75 KB [K remote: 69 KB 856 KB 79 KB [K remote: 69 KB 856 KB 81 KB [K remote: 69 KB 860 KB 81 KB [K remote: 69 KB 864 KB 81 KB [K remote: 69 KB 868 KB 81 KB [K remote: 73 KB 868 KB 81 KB [K remote: 73 KB 872 KB 81 KB [K remote: 77 KB 872 KB 85 KB [K remote: 77 KB 872 KB 81 KB [K remote: 77 KB 872 KB 85 KB [K remote: 81 KB 872 KB 85 KB [K remote: 81 KB 876 KB 85 KB [K remote: 85 KB 876 KB 86 KB [K remote: 85 KB 876 KB 85 KB [K remote: 89 KB 876 KB 86 KB [K remote: 89 KB 880 KB 86 KB [K remote: 93 KB 880 KB 86 KB [K remote: 93 KB 884 KB 86 KB [K remote: 97 KB 884 KB 90 KB [K remote: 97 KB 884 KB 86 KB [K remote: 97 KB 884 KB 94 KB [K remote: 98 KB 884 KB 94 KB [K remote: 98 KB 884 KB 98 KB [K remote: 102 KB 884 KB 102 KB [K remote: 102 KB 888 KB 102 KB [K remote: 105 KB 888 KB 102 KB [K remote: 102 KB 884 KB 102 KB [K remote: 105 KB 892 KB 106 KB [K remote: 105 KB 892 KB 108 KB [K remote: 105 KB 892 KB 102 KB [K remote: 109 KB 892 KB 108 KB [K remote: 109 KB 896 KB 108 KB [K remote: 113 KB 896 KB 108 KB [K remote: 113 KB 900 KB 108 KB [K remote: 117 KB 900 KB 108 KB [K remote: 117 KB 904 KB 108 KB [K remote: 121 KB 904 KB 108 KB [K remote: 121 KB 908 KB 108 KB [K remote: 125 KB 908 KB 108 KB [K remote: 125 KB 912 KB 108 KB [K remote: 127 KB 912 KB 112 KB [K remote: 127 KB 912 KB 108 KB [K remote: 127 KB 912 KB 116 KB [K remote: 127 KB 912 KB 118 KB [K remote: 127 KB 912 KB 122 KB [K remote: 127 KB 912 KB 126 KB [K remote: 131 KB 912 KB 130 KB [K remote: 135 KB 912 KB 130 KB [K remote: 131 KB 912 KB 130 KB [K remote: 139 KB 916 KB 130 KB [K remote: 135 KB 916 KB 130 KB [K remote: 139 KB 920 KB 134 KB [K remote: 139 KB 924 KB 134 KB [K remote: 139 KB 928 KB 134 KB [K remote: 139 KB 916 KB 134 KB [K remote: 139 KB 928 KB 136 KB [K remote: 143 KB 928 KB 136 KB [K remote: 143 KB 932 KB 136 KB [K remote: 147 KB 932 KB 136 KB [K remote: 147 KB 936 KB 136 KB [K remote: 151 KB 936 KB 136 KB [K remote: 151 KB 940 KB 136 KB [K remote: 151 KB 940 KB 136 KB [K remote: 4 KB 151 KB 944 KB 4 KB 140 KB [K remote: 4 KB 155 KB 944 KB 4 KB 140 KB [K remote: 8 KB 155 KB 944 KB 4 KB 140 KB [K remote: 8 KB 159 KB 944 KB 4 KB 140 KB [K remote: 12 KB 159 KB 944 KB 4 KB 140 KB [K remote: 12 KB 163 KB 944 KB 4 KB 140 KB [K remote: 16 KB 163 KB 944 KB 4 KB 140 KB [K remote: 151 KB 944 KB 4 KB 140 KB [K remote: 20 KB 167 KB 944 KB 4 KB 140 KB [K remote: 20 KB 167 KB 944 KB 8 KB 140 KB [K remote: 20 KB 167 KB 944 KB 12 KB 140 KB [K remote: 24 KB 167 KB 944 KB 12 KB 140 KB [K remote: 24 KB 167 KB 944 KB 16 KB 140 KB [K remote: 28 KB 167 KB 944 KB 16 KB 140 KB [K remote: 28 KB 167 KB 944 KB 20 KB 140 KB [K remote: 28 KB 167 KB 944 KB 24 KB 140 KB [K remote: 32 KB 167 KB 944 KB 24 KB 140 KB [K remote: 32 KB 167 KB 944 KB 28 KB 140 KB [K remote: 36 KB 167 KB 944 KB 28 KB 140 KB [K remote: 36 KB 167 KB 944 KB 32 KB 140 KB [K remote: 40 KB 167 KB 944 KB 32 KB 140 KB [K remote: 40 KB 167 KB 944 KB 36 KB 140 KB [K remote: 44 KB 167 KB 944 KB 36 KB 140 KB [K remote: 48 KB 167 KB 944 KB 36 KB 140 KB [K remote: 48 KB 167 KB 944 KB 40 KB 140 KB [K remote: 52 KB 167 KB 944 KB 40 KB 140 KB [K remote: 52 KB 167 KB 944 KB 44 KB 140 KB [K remote: 56 KB 167 KB 944 KB 44 KB 140 KB [K remote: 56 KB 167 KB 944 KB 48 KB 140 KB [K remote: 56 KB 167 KB 944 KB 52 KB 140 KB [K remote: 151 KB 944 KB 140 KB [K remote: 151 KB 944 KB 136 KB [K remote: 60 KB 167 KB 944 KB 56 KB 144 KB [K remote: 60 KB 167 KB 948 KB 56 KB 144 KB [K remote: 60 KB 167 KB 952 KB 56 KB 144 KB [K remote: 60 KB 167 KB 944 KB 56 KB 140 KB [K remote: 60 KB 167 KB 956 KB 56 KB 144 KB [K remote: 60 KB 167 KB 956 KB 60 KB 144 KB [K remote: 60 KB 167 KB 944 KB 52 KB 140 KB [K remote: 60 KB 167 KB 960 KB 64 KB 144 KB [K remote: 64 KB 167 KB 960 KB 64 KB 148 KB [K remote: 64 KB 167 KB 960 KB 64 KB 152 KB [K remote: 64 KB 167 KB 960 KB 68 KB 152 KB [K remote: 64 KB 167 KB 960 KB 68 KB 156 KB [K remote: 64 KB 167 KB 960 KB 68 KB 160 KB [K remote: 64 KB 167 KB 960 KB 72 KB 160 KB [K remote: 64 KB 167 KB 960 KB 72 KB 164 KB [K remote: 64 KB 167 KB 960 KB 72 KB 168 KB [K remote: 64 KB 167 KB 960 KB 76 KB 168 KB [K remote: 64 KB 167 KB 960 KB 76 KB 172 KB [K remote: 64 KB 167 KB 960 KB 76 KB 176 KB [K remote: 64 KB 167 KB 960 KB 76 KB 180 KB [K remote: 16 KB 167 KB 944 KB 4 KB 140 KB [K remote: 64 KB 167 KB 960 KB 80 KB 184 KB [K remote: 64 KB 171 KB 960 KB 80 KB 184 KB [K remote: 64 KB 175 KB 960 KB 80 KB 188 KB [K remote: 64 KB 179 KB 960 KB 80 KB 188 KB [K remote: 64 KB 183 KB 960 KB 80 KB 188 KB [K remote: 64 KB 187 KB 960 KB 80 KB 188 KB [K remote: 64 KB 191 KB 960 KB 80 KB 188 KB [K remote: 64 KB 195 KB 960 KB 80 KB 188 KB [K remote: 64 KB 167 KB 960 KB 80 KB 180 KB [K remote: 64 KB 167 KB 960 KB 64 KB 144 KB [K remote: 64 KB 195 KB 960 KB 84 KB 188 KB [K remote: 60 KB 167 KB 960 KB 60 KB 144 KB [K remote: 68 KB 195 KB 960 KB 88 KB 188 KB [K remote: 68 KB 195 KB 964 KB 88 KB 188 KB [K remote: 68 KB 195 KB 964 KB 92 KB 188 KB [K remote: 68 KB 199 KB 968 KB 92 KB 188 KB [K remote: 68 KB 199 KB 968 KB 96 KB 188 KB [K remote: 68 KB 203 KB 968 KB 96 KB 188 KB [K remote: 68 KB 195 KB 960 KB 84 KB 188 KB [K remote: 70 KB 203 KB 968 KB 100 KB 188 KB [K remote: 64 KB 171 KB 960 KB 80 KB 188 KB [K remote: 68 KB 203 KB 968 KB 100 KB 188 KB [K remote: 70 KB 203 KB 968 KB 100 KB 192 KB [K remote: 70 KB 203 KB 968 KB 104 KB 192 KB [K remote: 70 KB 203 KB 968 KB 108 KB 196 KB [K remote: 70 KB 207 KB 968 KB 108 KB 196 KB [K remote: 70 KB 207 KB 968 KB 112 KB 196 KB [K remote: 68 KB 195 KB 968 KB 92 KB 188 KB [K remote: 70 KB 211 KB 968 KB 116 KB 196 KB [K remote: 70 KB 211 KB 972 KB 116 KB 196 KB [K remote: 70 KB 211 KB 972 KB 120 KB 196 KB [K remote: 70 KB 211 KB 968 KB 112 KB 196 KB [K remote: 70 KB 211 KB 976 KB 124 KB 196 KB [K remote: 70 KB 203 KB 968 KB 104 KB 196 KB [K remote: 70 KB 215 KB 976 KB 128 KB 196 KB [K remote: 70 KB 215 KB 976 KB 124 KB 196 KB [K remote: 70 KB 215 KB 976 KB 132 KB 200 KB [K remote: 70 KB 219 KB 976 KB 132 KB 200 KB [K remote: 70 KB 219 KB 976 KB 136 KB 200 KB [K remote: 70 KB 211 KB 976 KB 120 KB 196 KB [K remote: 70 KB 223 KB 976 KB 140 KB 200 KB [K remote: 70 KB 223 KB 976 KB 136 KB 200 KB [K remote: 70 KB 223 KB 980 KB 144 KB 200 KB [K remote: 70 KB 227 KB 980 KB 144 KB 200 KB [K remote: 70 KB 227 KB 980 KB 148 KB 200 KB [K remote: 70 KB 215 KB 976 KB 128 KB 200 KB [K remote: 70 KB 231 KB 980 KB 152 KB 200 KB [K remote: 70 KB 231 KB 980 KB 152 KB 204 KB [K remote: 70 KB 231 KB 980 KB 156 KB 204 KB [K remote: 70 KB 231 KB 980 KB 156 KB 208 KB [K remote: 70 KB 231 KB 980 KB 160 KB 212 KB [K remote: 70 KB 231 KB 980 KB 148 KB 200 KB [K remote: 70 KB 231 KB 980 KB 164 KB 212 KB [K remote: 70 KB 235 KB 980 KB 164 KB 212 KB [K remote: 70 KB 235 KB 980 KB 168 KB 212 KB [K remote: 70 KB 223 KB 980 KB 140 KB 200 KB [K remote: 70 KB 239 KB 980 KB 172 KB 212 KB [K remote: 70 KB 239 KB 984 KB 172 KB 212 KB [K remote: 70 KB 239 KB 984 KB 176 KB 212 KB [K remote: 70 KB 239 KB 980 KB 168 KB 212 KB [K remote: 70 KB 239 KB 988 KB 180 KB 212 KB [K remote: 70 KB 243 KB 988 KB 180 KB 212 KB [K remote: 70 KB 243 KB 988 KB 184 KB 212 KB [K remote: 70 KB 231 KB 980 KB 160 KB 212 KB [K remote: 70 KB 247 KB 988 KB 185 KB 212 KB [K remote: 70 KB 247 KB 988 KB 185 KB 216 KB [K remote: 70 KB 247 KB 988 KB 185 KB 220 KB [K remote: 70 KB 247 KB 988 KB 185 KB 224 KB [K remote: 70 KB 247 KB 988 KB 185 KB 228 KB [K remote: 70 KB 247 KB 988 KB 185 KB 232 KB [K remote: 70 KB 247 KB 988 KB 185 KB 236 KB [K remote: 70 KB 247 KB 988 KB 185 KB 240 KB [K remote: 70 KB 247 KB 988 KB 189 KB 240 KB [K remote: 70 KB 247 KB 988 KB 184 KB 212 KB [K remote: 70 KB 247 KB 988 KB 193 KB 244 KB [K remote: 70 KB 251 KB 988 KB 193 KB 244 KB [K remote: 70 KB 251 KB 988 KB 197 KB 244 KB [K remote: 70 KB 255 KB 988 KB 197 KB 244 KB [K remote: 70 KB 259 KB 988 KB 201 KB 244 KB [K remote: 70 KB 263 KB 988 KB 201 KB 244 KB [K remote: 70 KB 267 KB 988 KB 201 KB 244 KB [K remote: 70 KB 271 KB 988 KB 201 KB 244 KB [K remote: 70 KB 275 KB 988 KB 201 KB 244 KB [K remote: 70 KB 239 KB 988 KB 176 KB 212 KB [K remote: 70 KB 255 KB 988 KB 201 KB 244 KB [K remote: 70 KB 275 KB 992 KB 201 KB 244 KB [K remote: 70 KB 275 KB 992 KB 205 KB 244 KB [K remote: 70 KB 279 KB 996 KB 205 KB 244 KB [K remote: 70 KB 279 KB 996 KB 209 KB 244 KB [K remote: 70 KB 283 KB 996 KB 209 KB 244 KB [K remote: 70 KB 287 KB 996 KB 209 KB 244 KB [K remote: 70 KB 287 KB 996 KB 210 KB 244 KB [K remote: 70 KB 247 KB 988 KB 189 KB 244 KB [K remote: 70 KB 291 KB 996 KB 210 KB 248 KB [K remote: 70 KB 291 KB 996 KB 210 KB 252 KB [K remote: 70 KB 291 KB 996 KB 210 KB 256 KB [K remote: 70 KB 291 KB 996 KB 210 KB 244 KB [K remote: 70 KB 275 KB 996 KB 205 KB 244 KB [K remote: 70 KB 295 KB 996 KB 210 KB 260 KB [K remote: 70 KB 291 KB 996 KB 210 KB 260 KB [K remote: 70 KB 299 KB 1000 KB 210 KB 260 KB [K remote: 70 KB 295 KB 1000 KB 210 KB 260 KB [K remote: 70 KB 303 KB 1000 KB 210 KB 264 KB [K remote: 70 KB 299 KB 1000 KB 210 KB 264 KB [K remote: 70 KB 307 KB 1004 KB 210 KB 264 KB [K remote: 70 KB 303 KB 1004 KB 210 KB 264 KB [K remote: 70 KB 311 KB 1004 KB 210 KB 268 KB [K remote: 70 KB 311 KB 1008 KB 210 KB 268 KB [K remote: 70 KB 315 KB 1008 KB 210 KB 268 KB [K remote: 70 KB 307 KB 1004 KB 210 KB 268 KB [K remote: 70 KB 319 KB 1012 KB 210 KB 268 KB [K remote: 70 KB 319 KB 1012 KB 210 KB 272 KB [K remote: 70 KB 323 KB 1012 KB 210 KB 272 KB [K remote: 70 KB 315 KB 1012 KB 210 KB 268 KB [K remote: 70 KB 327 KB 1012 KB 210 KB 276 KB [K remote: 70 KB 327 KB 1016 KB 210 KB 276 KB [K remote: 70 KB 331 KB 1016 KB 210 KB 276 KB [K remote: 70 KB 323 KB 1012 KB 210 KB 276 KB [K remote: 70 KB 335 KB 1020 KB 210 KB 276 KB [K remote: 70 KB 335 KB 1020 KB 210 KB 280 KB [K remote: 70 KB 339 KB 1020 KB 210 KB 280 KB [K remote: 70 KB 331 KB 1020 KB 210 KB 276 KB [K remote: 70 KB 343 KB 1020 KB 210 KB 284 KB [K remote: 70 KB 343 KB 1024 KB 210 KB 284 KB [K remote: 70 KB 347 KB 1024 KB 210 KB 284 KB [K remote: 70 KB 339 KB 1020 KB 210 KB 284 KB [K remote: 70 KB 348 KB 1028 KB 210 KB 284 KB [K remote: 70 KB 348 KB 1028 KB 210 KB 288 KB [K remote: 70 KB 348 KB 1028 KB 210 KB 292 KB [K remote: 70 KB 348 KB 1028 KB 210 KB 296 KB [K remote: 70 KB 348 KB 1028 KB 210 KB 300 KB [K remote: 70 KB 348 KB 1028 KB 210 KB 304 KB [K remote: 70 KB 348 KB 1028 KB 210 KB 308 KB [K remote: 70 KB 348 KB 1028 KB 210 KB 312 KB [K remote: 70 KB 348 KB 1028 KB 210 KB 316 KB [K remote: 70 KB 348 KB 1028 KB 210 KB 318 KB [K remote: 70 KB 347 KB 1028 KB 210 KB 284 KB [K remote: 70 KB 348 KB 1032 KB 210 KB 318 KB [K remote: 70 KB 348 KB 1036 KB 210 KB 318 KB [K remote: 70 KB 348 KB 1040 KB 210 KB 318 KB [K remote: 70 KB 348 KB 1044 KB 210 KB 318 KB [K remote: 70 KB 348 KB 1048 KB 210 KB 318 KB [K remote: 70 KB 348 KB 1052 KB 210 KB 318 KB [K remote: 70 KB 348 KB 1056 KB 210 KB 318 KB [K remote: 70 KB 348 KB 1060 KB 210 KB 318 KB [K remote: 70 KB 348 KB 1062 KB 210 KB 318 KB [K remote: 70 KB 348 KB 1062 KB 210 KB 321 KB [K remote: 70 KB 348 KB 1066 KB 214 KB 325 KB [K remote: 70 KB 348 KB 1066 KB 214 KB 329 KB [K remote: 70 KB 352 KB 1066 KB 214 KB 329 KB [K remote: 70 KB 352 KB 1066 KB 214 KB 333 KB [K remote: 70 KB 352 KB 1066 KB 214 KB 337 KB [K remote: 70 KB 356 KB 1066 KB 214 KB 337 KB [K remote: 70 KB 348 KB 1066 KB 210 KB 321 KB [K remote: 70 KB 360 KB 1066 KB 214 KB 341 KB [K remote: 70 KB 356 KB 1066 KB 214 KB 341 KB [K remote: 70 KB 348 KB 1066 KB 214 KB 325 KB [K remote: 70 KB 360 KB 1070 KB 218 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 222 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 226 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 230 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 234 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 238 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 242 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 246 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 250 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 254 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 258 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 262 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 266 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 270 KB 341 KB [K remote: 70 KB 364 KB 1070 KB 270 KB 341 KB [K remote: 70 KB 368 KB 1070 KB 270 KB 341 KB [K remote: 70 KB 372 KB 1070 KB 270 KB 341 KB [K remote: 70 KB 376 KB 1070 KB 270 KB 341 KB [K remote: 70 KB 380 KB 1070 KB 270 KB 341 KB [K remote: 70 KB 383 KB 1070 KB 270 KB 341 KB [K remote: 70 KB 360 KB 1070 KB 214 KB 341 KB [K remote: 70 KB 383 KB 1074 KB 270 KB 341 KB [K remote: 383 KB 1078 KB 274 KB 341 KB [K remote: 383 KB 1082 KB 274 KB 341 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.jar (70 KB at 174.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/transaction/jta/1.1/jta-1.1.jar[K >remote: 383 KB 1086 KB 274 KB 341 KB [K remote: 383 KB 1090 KB 274 KB 341 KB [K remote: 383 KB 1094 KB 274 KB 341 KB [K remote: 383 KB 1094 KB 274 KB 345 KB [K remote: 387 KB 1094 KB 274 KB 349 KB [K remote: 383 KB 1074 KB 274 KB 341 KB [K remote: 387 KB 1098 KB 278 KB 349 KB [K remote: 387 KB 1098 KB 282 KB 349 KB [K remote: 387 KB 1098 KB 286 KB 349 KB [K remote: 387 KB 1098 KB 290 KB 349 KB [K remote: 387 KB 1098 KB 294 KB 349 KB [K remote: 387 KB 1098 KB 298 KB 349 KB [K remote: 387 KB 1098 KB 302 KB 349 KB [K remote: 387 KB 1098 KB 306 KB 349 KB [K remote: 387 KB 1098 KB 307 KB 349 KB [K remote: 387 KB 1098 KB 274 KB 349 KB [K remote: 387 KB 1094 KB 274 KB 345 KB [K remote: 387 KB 1102 KB 307 KB 353 KB [K remote: 387 KB 1098 KB 307 KB 353 KB [K remote: 391 KB 1106 KB 307 KB 353 KB [K remote: 391 KB 1106 KB 307 KB 357 KB [K remote: 391 KB 1106 KB 307 KB 361 KB [K remote: 391 KB 1110 KB 307 KB 365 KB [K remote: 391 KB 1110 KB 307 KB 369 KB [K remote: 391 KB 1110 KB 307 KB 373 KB [K remote: 391 KB 1110 KB 307 KB 377 KB [K remote: 391 KB 1110 KB 307 KB 381 KB [K remote: 391 KB 1110 KB 307 KB 385 KB [K remote: 391 KB 1110 KB 307 KB 389 KB [K remote: 391 KB 1110 KB 307 KB 393 KB [K remote: 391 KB 1110 KB 307 KB 397 KB [K remote: 391 KB 1110 KB 307 KB 401 KB [K remote: 391 KB 1102 KB 307 KB 353 KB [K remote: 391 KB 1110 KB 307 KB 361 KB [K remote: 395 KB 1110 KB 307 KB 401 KB [K remote: 395 KB 1114 KB 307 KB 401 KB [K remote: 399 KB 1114 KB 307 KB 401 KB [K remote: 399 KB 1118 KB 307 KB 401 KB [K remote: 403 KB 1118 KB 307 KB 401 KB [K remote: 403 KB 1122 KB 307 KB 401 KB [K remote: 407 KB 1122 KB 307 KB 401 KB [K remote: 407 KB 1126 KB 307 KB 401 KB [K remote: 411 KB 1130 KB 307 KB 405 KB [K remote: 411 KB 1126 KB 307 KB 401 KB [K remote: 411 KB 1134 KB 307 KB 405 KB [K remote: 411 KB 1138 KB 307 KB 405 KB [K remote: 411 KB 1142 KB 307 KB 405 KB [K remote: 411 KB 1146 KB 307 KB 405 KB [K remote: 411 KB 1150 KB 307 KB 405 KB [K remote: 411 KB 1154 KB 307 KB 405 KB [K remote: 411 KB 1158 KB 307 KB 405 KB [K remote: 411 KB 1162 KB 307 KB 405 KB [K remote: 411 KB 1166 KB 307 KB 405 KB [K remote: 411 KB 1170 KB 307 KB 405 KB [K remote: 411 KB 1174 KB 307 KB 405 KB [K remote: 411 KB 1178 KB 307 KB 405 KB [K remote: 411 KB 1182 KB 307 KB 405 KB [K remote: 411 KB 1186 KB 307 KB 405 KB [K remote: 411 KB 1190 KB 307 KB 405 KB [K remote: 411 KB 1194 KB 307 KB 405 KB [K remote: 411 KB 1198 KB 307 KB 405 KB [K remote: 411 KB 1202 KB 307 KB 405 KB [K remote: 411 KB 1206 KB 307 KB 405 KB [K remote: 411 KB 1210 KB 307 KB 405 KB [K remote: 411 KB 1214 KB 307 KB 405 KB [K remote: 411 KB 1218 KB 405 KB [K remote: 411 KB 1222 KB 405 KB [K remote: 411 KB 1226 KB 405 KB [K remote: 411 KB 1230 KB 405 KB [K remote: 411 KB 1234 KB 405 KB [K remote: 411 KB 1238 KB 405 KB [K remote: 411 KB 1242 KB 405 KB [K remote: 411 KB 1246 KB 405 KB [K remote: 415 KB 1246 KB 405 KB [K remote: 415 KB 1250 KB 405 KB [K remote: 419 KB 1254 KB 405 KB [K remote: 419 KB 1258 KB 405 KB [K remote: 411 KB 1130 KB 307 KB 405 KB [K remote: 419 KB 1262 KB 405 KB [K remote: 419 KB 1250 KB 405 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (307 KB at 610.6 KB/sec)[K >remote: 419 KB 1262 KB 409 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-entitymanager/3.6.3.Final/hibernate-entitymanager-3.6.3.Final.jar[K >remote: 423 KB 1262 KB 413 KB [K remote: 423 KB 1262 KB 417 KB [K remote: 423 KB 1262 KB 421 KB [K remote: 423 KB 1262 KB 425 KB [K remote: 423 KB 1262 KB 409 KB [K remote: 423 KB 1262 KB 4 KB 425 KB [K remote: 427 KB 1262 KB 4 KB 425 KB [K remote: 431 KB 1262 KB 4 KB 425 KB [K remote: 431 KB 1262 KB 8 KB 425 KB [K remote: 434 KB 1262 KB 8 KB 429 KB [K remote: 434 KB 1262 KB 8 KB 433 KB [K remote: 434 KB 1262 KB 8 KB 437 KB [K remote: 434 KB 1262 KB 8 KB 441 KB [K remote: 434 KB 1262 KB 12 KB 441 KB [K remote: 434 KB 1262 KB 12 KB 445 KB [K remote: 434 KB 1262 KB 12 KB 449 KB [K remote: 434 KB 1262 KB 15 KB 449 KB [K remote: 434 KB 1262 KB 15 KB 453 KB [K remote: 434 KB 1262 KB 15 KB 457 KB [K remote: 434 KB 1262 KB 15 KB 461 KB [K remote: 434 KB 1262 KB 15 KB 465 KB [K remote: 434 KB 1266 KB 15 KB 465 KB [K remote: 434 KB 1270 KB 15 KB 469 KB [K remote: 434 KB 1274 KB 15 KB 469 KB [K remote: 434 KB 1278 KB 15 KB 469 KB [K remote: 434 KB 1282 KB 15 KB 469 KB [K remote: 434 KB 1286 KB 15 KB 469 KB [K remote: 434 KB 1262 KB 8 KB 425 KB [K remote: 434 KB 1290 KB 15 KB 469 KB [K remote: 434 KB 1294 KB 15 KB 469 KB [K remote: 434 KB 1266 KB 15 KB 469 KB [K remote: 434 KB 1298 KB 15 KB 469 KB [K remote: 434 KB 1298 KB 15 KB 473 KB [K remote: 434 KB 1302 KB 15 KB 473 KB [K remote: 434 KB 1302 KB 15 KB 477 KB [K remote: 434 KB 1306 KB 15 KB 477 KB [K remote: 434 KB 1306 KB 15 KB 481 KB [K remote: 434 KB 1310 KB 15 KB 481 KB [K remote: 434 KB 1310 KB 15 KB 485 KB [K remote: 434 KB 1314 KB 15 KB 485 KB [K remote: 434 KB 1314 KB 15 KB 489 KB [K remote: 434 KB 1318 KB 15 KB 489 KB [K remote: 434 KB 1318 KB 15 KB 493 KB [K remote: 434 KB 1322 KB 15 KB 493 KB [K remote: 434 KB 1322 KB 15 KB 497 KB [K remote: 434 KB 1326 KB 15 KB 497 KB [K remote: 434 KB 1326 KB 15 KB 501 KB [K remote: 434 KB 1330 KB 15 KB 501 KB [K remote: 434 KB 1330 KB 15 KB 505 KB [K remote: 434 KB 1334 KB 15 KB 505 KB [K remote: 434 KB 1334 KB 15 KB 509 KB [K remote: 434 KB 1338 KB 15 KB 509 KB [K remote: 434 KB 1338 KB 15 KB 513 KB [K remote: 434 KB 1342 KB 15 KB 513 KB [K remote: 434 KB 1342 KB 15 KB 517 KB [K remote: 434 KB 1346 KB 15 KB 517 KB [K remote: 434 KB 1346 KB 15 KB 521 KB [K remote: 434 KB 1350 KB 15 KB 521 KB [K remote: 434 KB 1350 KB 15 KB 525 KB [K remote: 434 KB 1354 KB 15 KB 525 KB [K remote: 434 KB 1354 KB 15 KB 529 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/transaction/jta/1.1/jta-1.1.jar (15 KB at 74.3 KB/sec)[K >remote: 434 KB 1358 KB 533 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/cglib/cglib/2.2/cglib-2.2.jar[K >remote: 434 KB 1358 KB 537 KB [K remote: 434 KB 1358 KB 541 KB [K remote: 434 KB 1358 KB 545 KB [K remote: 434 KB 1358 KB 547 KB [K remote: 4 KB 434 KB 1358 KB 547 KB [K remote: 434 KB 1358 KB 15 KB 529 KB [K remote: 8 KB 434 KB 1358 KB 547 KB [K remote: 8 KB 434 KB 1362 KB 547 KB [K remote: 8 KB 434 KB 1366 KB 547 KB [K remote: 12 KB 434 KB 1366 KB 547 KB [K remote: 12 KB 434 KB 1370 KB 547 KB [K remote: 12 KB 434 KB 1374 KB 547 KB [K remote: 16 KB 434 KB 1374 KB 547 KB [K remote: 16 KB 434 KB 1378 KB 547 KB [K remote: 20 KB 434 KB 1378 KB 547 KB [K remote: 20 KB 434 KB 1382 KB 547 KB [K remote: 24 KB 434 KB 1382 KB 547 KB [K remote: 24 KB 434 KB 1386 KB 547 KB [K remote: 28 KB 434 KB 1386 KB 547 KB [K remote: 28 KB 434 KB 1390 KB 547 KB [K remote: 32 KB 434 KB 1390 KB 547 KB [K remote: 32 KB 434 KB 1394 KB 547 KB [K remote: 36 KB 434 KB 1394 KB 547 KB [K remote: 36 KB 434 KB 1398 KB 547 KB [K remote: 40 KB 434 KB 1398 KB 547 KB [K remote: 41 KB 434 KB 1398 KB 547 KB [K remote: 41 KB 434 KB 1402 KB 547 KB [K remote: 41 KB 434 KB 1406 KB 547 KB [K remote: 41 KB 434 KB 1410 KB 547 KB [K remote: 41 KB 434 KB 1414 KB 547 KB [K remote: 41 KB 434 KB 1418 KB 547 KB [K remote: 41 KB 434 KB 1422 KB 547 KB [K remote: 41 KB 434 KB 1426 KB 547 KB [K remote: 41 KB 434 KB 1430 KB 547 KB [K remote: 41 KB 434 KB 1434 KB 547 KB [K remote: 41 KB 434 KB 1438 KB 547 KB [K remote: 41 KB 434 KB 1442 KB 547 KB [K remote: 41 KB 434 KB 1446 KB 547 KB [K remote: 41 KB 434 KB 1450 KB 547 KB [K remote: 41 KB 434 KB 1454 KB 547 KB [K remote: 41 KB 434 KB 1458 KB 547 KB [K remote: 41 KB 434 KB 1462 KB 547 KB [K remote: 41 KB 434 KB 1466 KB 547 KB [K remote: 41 KB 434 KB 1470 KB 547 KB [K remote: 41 KB 434 KB 1474 KB 547 KB [K remote: 41 KB 434 KB 1478 KB 547 KB [K remote: 41 KB 434 KB 1482 KB 547 KB [K remote: 41 KB 434 KB 1486 KB 547 KB [K remote: 41 KB 434 KB 1490 KB 547 KB [K remote: 41 KB 434 KB 1494 KB 547 KB [K remote: 41 KB 434 KB 1498 KB 547 KB [K remote: 41 KB 434 KB 1502 KB 547 KB [K remote: 41 KB 434 KB 1506 KB 547 KB [K remote: 41 KB 434 KB 1510 KB 547 KB [K remote: 41 KB 434 KB 1514 KB 547 KB [K remote: 41 KB 434 KB 1518 KB 547 KB [K remote: 41 KB 434 KB 1522 KB 547 KB [K remote: 41 KB 434 KB 1526 KB 547 KB [K remote: 41 KB 434 KB 1530 KB 547 KB [K remote: 41 KB 434 KB 1534 KB 547 KB [K remote: 41 KB 434 KB 1538 KB 547 KB [K remote: 41 KB 434 KB 1542 KB 547 KB [K remote: 41 KB 434 KB 1546 KB 547 KB [K remote: 41 KB 434 KB 1550 KB 547 KB [K remote: 41 KB 434 KB 1554 KB 547 KB [K remote: 45 KB 434 KB 1558 KB 547 KB [K remote: 45 KB 434 KB 1558 KB 547 KB [K remote: 45 KB 434 KB 1562 KB 547 KB [K remote: 49 KB 434 KB 1562 KB 547 KB [K remote: 49 KB 434 KB 1566 KB 547 KB [K remote: 53 KB 434 KB 1566 KB 547 KB [K remote: 53 KB 434 KB 1570 KB 547 KB [K remote: 57 KB 434 KB 1570 KB 547 KB [K remote: 57 KB 434 KB 1574 KB 547 KB [K remote: 61 KB 434 KB 1574 KB 547 KB [K remote: 61 KB 434 KB 1578 KB 547 KB [K remote: 65 KB 434 KB 1578 KB 547 KB [K remote: 65 KB 434 KB 1582 KB 547 KB [K remote: 69 KB 434 KB 1582 KB 547 KB [K remote: 69 KB 434 KB 1586 KB 547 KB [K remote: 69 KB 434 KB 1586 KB 547 KB [K remote: 69 KB 434 KB 1590 KB 547 KB [K remote: 69 KB 434 KB 1591 KB 547 KB [K remote: 69 KB 434 KB 1595 KB 547 KB [K remote: 69 KB 434 KB 1598 KB 547 KB [K remote: 72 KB 434 KB 1598 KB 547 KB [K remote: 72 KB 434 KB 1602 KB 547 KB [K remote: 72 KB 434 KB 1606 KB 547 KB [K remote: 72 KB 434 KB 1608 KB 547 KB [K remote: 72 KB 434 KB 1612 KB 547 KB [K remote: 76 KB 434 KB 1612 KB 547 KB [K remote: 80 KB 434 KB 1612 KB 547 KB [K remote: 84 KB 434 KB 1612 KB 547 KB [K remote: 88 KB 434 KB 1612 KB 547 KB [K remote: 92 KB 434 KB 1612 KB 547 KB [K remote: 96 KB 434 KB 1612 KB 547 KB [K remote: 96 KB 434 KB 1612 KB 547 KB [K remote: 96 KB 434 KB 1616 KB 547 KB [K remote: 96 KB 434 KB 1620 KB 547 KB [K remote: 96 KB 434 KB 1624 KB 547 KB [K remote: 96 KB 434 KB 1628 KB 547 KB [K remote: 96 KB 434 KB 1630 KB 547 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/antlr/antlr/2.7.6/antlr-2.7.6.jar (434 KB at 595.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/asm/asm/3.1/asm-3.1.jar[K >remote: 96 KB 1634 KB 547 KB [K remote: 96 KB 1638 KB 547 KB [K remote: 96 KB 1639 KB 547 KB [K remote: 100 KB 1639 KB 547 KB [K remote: 104 KB 1639 KB 547 KB [K remote: 105 KB 1639 KB 547 KB [K remote: 109 KB 1639 KB 547 KB [K remote: 113 KB 1639 KB 547 KB [K remote: 117 KB 1639 KB 547 KB [K remote: 121 KB 1639 KB 547 KB [K remote: 125 KB 1639 KB 547 KB [K remote: 126 KB 1639 KB 547 KB [K remote: 126 KB 1643 KB 547 KB [K remote: 126 KB 1647 KB 547 KB [K remote: 126 KB 1651 KB 547 KB [K remote: 126 KB 1655 KB 547 KB [K remote: 126 KB 1658 KB 547 KB [K remote: 129 KB 1658 KB 547 KB [K remote: 133 KB 1658 KB 547 KB [K remote: 137 KB 1658 KB 547 KB [K remote: 137 KB 1658 KB 4 KB 547 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.jar (547 KB at 703.0 KB/sec)[K >remote: 137 KB 1658 KB 8 KB [K remote: 137 KB 1662 KB 8 KB [K remote: 137 KB 1662 KB 12 KB [K remote: 137 KB 1666 KB 12 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javassist/javassist/3.12.0.GA/javassist-3.12.0.GA.jar[K >remote: 137 KB 1666 KB 16 KB [K remote: 137 KB 1666 KB 20 KB [K remote: 137 KB 1666 KB 24 KB [K remote: 137 KB 1670 KB 24 KB [K remote: 137 KB 1670 KB 28 KB [K remote: 137 KB 1674 KB 28 KB [K remote: 137 KB 1674 KB 32 KB [K remote: 137 KB 1678 KB 32 KB [K remote: 137 KB 1678 KB 36 KB [K remote: 137 KB 1682 KB 36 KB [K remote: 137 KB 1682 KB 40 KB [K remote: 137 KB 1686 KB 40 KB [K remote: 137 KB 1686 KB 44 KB [K remote: 137 KB 1690 KB 44 KB [K remote: 137 KB 1690 KB 48 KB [K remote: 137 KB 1694 KB 48 KB [K remote: 137 KB 1694 KB 50 KB [K remote: 137 KB 1698 KB 50 KB [K remote: 137 KB 1702 KB 50 KB [K remote: 141 KB 1706 KB 54 KB [K remote: 137 KB 1702 KB 54 KB [K remote: 141 KB 1710 KB 54 KB [K remote: 141 KB 1710 KB 58 KB [K remote: 141 KB 1712 KB 58 KB [K remote: 141 KB 1712 KB 62 KB [K remote: 141 KB 1706 KB 54 KB [K remote: 141 KB 1716 KB 66 KB [K remote: 141 KB 1716 KB 62 KB [K remote: 145 KB 1716 KB 70 KB [K remote: 145 KB 1716 KB 66 KB [K remote: 145 KB 1720 KB 74 KB [K remote: 149 KB 1720 KB 74 KB [K remote: 149 KB 1720 KB 75 KB [K remote: 145 KB 1720 KB 70 KB [K remote: 153 KB 1724 KB 75 KB [K remote: 153 KB 1728 KB 75 KB [K remote: 153 KB 1732 KB 75 KB [K remote: 153 KB 1735 KB 75 KB [K remote: 153 KB 1720 KB 75 KB [K remote: 157 KB 1735 KB 75 KB [K remote: 161 KB 1735 KB 75 KB [K remote: 165 KB 1735 KB 75 KB [K remote: 169 KB 1735 KB 75 KB [K remote: 173 KB 1735 KB 75 KB [K remote: 177 KB 1735 KB 75 KB [K remote: 181 KB 1735 KB 75 KB [K remote: 185 KB 1735 KB 75 KB [K remote: 189 KB 1735 KB 75 KB [K remote: 193 KB 1735 KB 75 KB [K remote: 197 KB 1735 KB 75 KB [K remote: 197 KB 1735 KB 79 KB [K remote: 201 KB 1735 KB 79 KB [K remote: 201 KB 1735 KB 83 KB [K remote: 205 KB 1739 KB 83 KB [K remote: 205 KB 1739 KB 87 KB [K remote: 205 KB 1743 KB 87 KB [K remote: 205 KB 1743 KB 91 KB [K remote: 205 KB 1743 KB 91 KB [K remote: 205 KB 1735 KB 83 KB [K remote: 205 KB 1743 KB 92 KB [K remote: 209 KB 1747 KB 92 KB [K remote: 209 KB 1750 KB 92 KB [K remote: 209 KB 1743 KB 92 KB [K remote: 213 KB 1750 KB 92 KB [K remote: 217 KB 1750 KB 92 KB [K remote: 221 KB 1750 KB 92 KB [K remote: 225 KB 1750 KB 92 KB [K remote: 229 KB 1750 KB 92 KB [K remote: 233 KB 1750 KB 92 KB [K remote: 235 KB 1750 KB 92 KB [K remote: 235 KB 1750 KB 96 KB [K remote: 235 KB 1750 KB 96 KB [K remote: 235 KB 1754 KB 96 KB [K remote: 235 KB 1755 KB 96 KB [K remote: 235 KB 1755 KB 100 KB [K remote: 235 KB 1755 KB 104 KB [K remote: 235 KB 1755 KB 105 KB [K remote: 239 KB 1755 KB 105 KB [K remote: 243 KB 1755 KB 105 KB [K remote: 247 KB 1755 KB 105 KB [K remote: 248 KB 1755 KB 105 KB [K remote: 248 KB 1759 KB 105 KB [K remote: 248 KB 1763 KB 105 KB [K remote: 248 KB 1766 KB 105 KB [K remote: 248 KB 1766 KB 109 KB [K remote: 248 KB 1766 KB 113 KB [K remote: 248 KB 1766 KB 117 KB [K remote: 248 KB 1770 KB 120 KB [K remote: 248 KB 1770 KB 117 KB [K remote: 252 KB 1774 KB 120 KB [K remote: 252 KB 1778 KB 120 KB [K remote: 252 KB 1780 KB 120 KB [K remote: 252 KB 1770 KB 120 KB [K remote: 256 KB 1780 KB 120 KB [K remote: 260 KB 1780 KB 124 KB [K remote: 264 KB 1780 KB 124 KB [K remote: 268 KB 1780 KB 124 KB [K remote: 272 KB 1780 KB 124 KB [K remote: 276 KB 1780 KB 124 KB [K remote: 279 KB 1780 KB 124 KB [K remote: 256 KB 1780 KB 124 KB [K remote: 279 KB 1780 KB 128 KB [K remote: 279 KB 1780 KB 132 KB [K remote: 279 KB 1780 KB 133 KB [K remote: 279 KB 1784 KB 133 KB [K remote: 279 KB 1786 KB 133 KB [K remote: 279 KB 1786 KB 137 KB [K remote: 279 KB 1786 KB 141 KB [K remote: 279 KB 1786 KB 145 KB [K remote: 279 KB 1790 KB 146 KB [K remote: 279 KB 1790 KB 150 KB 4 KB [K remote: 279 KB 1790 KB 154 KB 4 KB [K remote: 4 KB 279 KB 1790 KB 154 KB 4 KB [K remote: 4 KB 279 KB 1790 KB 158 KB 4 KB [K remote: 4 KB 279 KB 1790 KB 162 KB 4 KB [K remote: 8 KB 279 KB 1790 KB 162 KB 4 KB [K remote: 8 KB 279 KB 1790 KB 166 KB 4 KB [K remote: 12 KB 279 KB 1790 KB 166 KB 4 KB [K remote: 12 KB 279 KB 1790 KB 170 KB 4 KB [K remote: 12 KB 279 KB 1790 KB 174 KB 4 KB [K remote: 12 KB 279 KB 1790 KB 178 KB 4 KB [K remote: 279 KB 1790 KB 145 KB [K remote: 14 KB 279 KB 1790 KB 178 KB 4 KB [K remote: 279 KB 1790 KB 146 KB 4 KB [K remote: 14 KB 279 KB 1794 KB 178 KB 4 KB [K remote: 14 KB 279 KB 1798 KB 178 KB 4 KB [K remote: 14 KB 279 KB 1798 KB 178 KB 8 KB [K remote: 14 KB 279 KB 1802 KB 178 KB 8 KB [K remote: 14 KB 279 KB 1802 KB 178 KB 12 KB [K remote: 14 KB 279 KB 1806 KB 178 KB 12 KB [K remote: 14 KB 279 KB 1806 KB 178 KB 14 KB [K remote: 14 KB 279 KB 1810 KB 178 KB 14 KB [K remote: 14 KB 283 KB 1810 KB 178 KB 14 KB [K remote: 14 KB 283 KB 1814 KB 178 KB 14 KB [K remote: 14 KB 287 KB 1814 KB 178 KB 14 KB [K remote: 14 KB 287 KB 1818 KB 178 KB 14 KB [K remote: 14 KB 291 KB 1818 KB 178 KB 14 KB [K remote: 14 KB 291 KB 1822 KB 178 KB 14 KB [K remote: 14 KB 295 KB 1822 KB 178 KB 14 KB [K remote: 14 KB 295 KB 1826 KB 178 KB 14 KB [K remote: 14 KB 299 KB 1826 KB 178 KB 14 KB [K remote: 14 KB 299 KB 1830 KB 178 KB 14 KB [K remote: 14 KB 303 KB 1830 KB 178 KB 14 KB [K remote: 14 KB 303 KB 1834 KB 178 KB 14 KB [K remote: 14 KB 307 KB 1834 KB 178 KB 14 KB [K remote: 14 KB 307 KB 1838 KB 178 KB 14 KB [K remote: 14 KB 311 KB 1838 KB 178 KB 14 KB [K remote: 14 KB 311 KB 1842 KB 178 KB 14 KB [K remote: 14 KB 311 KB 1842 KB 178 KB 14 KB [K remote: 14 KB 311 KB 1846 KB 178 KB 14 KB [K remote: 14 KB 311 KB 1850 KB 178 KB 14 KB [K remote: 14 KB 311 KB 1854 KB 178 KB 14 KB [K remote: 14 KB 311 KB 1854 KB 182 KB 14 KB [K remote: 14 KB 311 KB 1858 KB 182 KB 14 KB [K remote: 14 KB 311 KB 1858 KB 186 KB 14 KB [K remote: 14 KB 311 KB 1862 KB 186 KB 14 KB [K remote: 14 KB 311 KB 1866 KB 190 KB 14 KB [K remote: 14 KB 311 KB 1866 KB 190 KB 14 KB [K remote: 14 KB 311 KB 1866 KB 194 KB 14 KB [K remote: 14 KB 311 KB 1870 KB 194 KB 14 KB [K remote: 14 KB 311 KB 1873 KB 194 KB 14 KB [K remote: 14 KB 311 KB 1873 KB 198 KB 14 KB [K remote: 14 KB 311 KB 1873 KB 202 KB 14 KB [K remote: 14 KB 311 KB 1873 KB 204 KB 14 KB [K remote: 14 KB 311 KB 1873 KB 204 KB 16 KB [K remote: 14 KB 311 KB 1873 KB 204 KB 20 KB [K remote: 14 KB 311 KB 1873 KB 204 KB 24 KB [K remote: 14 KB 311 KB 1873 KB 204 KB 25 KB [K remote: 14 KB 311 KB 1873 KB 204 KB 29 KB [K remote: 14 KB 311 KB 1873 KB 204 KB 33 KB [K remote: 14 KB 311 KB 1873 KB 204 KB 33 KB [K remote: 14 KB 311 KB 1873 KB 204 KB 37 KB [K remote: 14 KB 311 KB 1873 KB 204 KB 41 KB [K remote: 16 KB 311 KB 1873 KB 204 KB 41 KB [K remote: 16 KB 311 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 315 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 319 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 323 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 327 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 331 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 335 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 339 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 343 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 347 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 351 KB 1873 KB 204 KB 43 KB [K remote: 16 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 20 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 24 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 28 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 32 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 36 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 40 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 44 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 48 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 52 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 56 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 60 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 64 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 68 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 72 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 76 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 80 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 355 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 359 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 363 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 367 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 371 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 375 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 379 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 383 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 387 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 391 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 395 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 399 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 403 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 407 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 411 KB 1873 KB 204 KB 43 KB [K remote: 84 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 88 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 92 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 96 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 100 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 104 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 108 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 112 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 116 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 120 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 124 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 128 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 132 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 136 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 140 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 144 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 148 KB 412 KB 1873 KB 204 KB 43 KB [K remote: 152 KB 412 KB 1877 KB 208 KB [K remote: 156 KB 412 KB 1877 KB 208 KB [K remote: 160 KB 412 KB 1877 KB 208 KB [K remote: 164 KB 412 KB 1877 KB 208 KB [K remote: 168 KB 412 KB 1877 KB 208 KB [K remote: 148 KB 412 KB 1877 KB 208 KB [K remote: 168 KB 412 KB 1877 KB 212 KB [K remote: 168 KB 412 KB 1877 KB 216 KB [K remote: 168 KB 412 KB 1877 KB 220 KB [K remote: 168 KB 412 KB 1877 KB 224 KB [K remote: 168 KB 412 KB 1877 KB 228 KB [K remote: 168 KB 412 KB 1877 KB 232 KB [K remote: 168 KB 412 KB 1877 KB 236 KB [K remote: 168 KB 412 KB 1877 KB 240 KB [K remote: 148 KB 412 KB 1877 KB 204 KB [K remote: 168 KB 412 KB 1881 KB 244 KB [K remote: 168 KB 412 KB 1885 KB 244 KB [K remote: 168 KB 412 KB 1889 KB 244 KB [K remote: 168 KB 412 KB 1893 KB 244 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/asm/asm/3.1/asm-3.1.jar (43 KB at 117.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/infinispan/infinispan-core/5.0.0.BETA2/infinispan-core-5.0.0.BETA2.jar[K >remote: 168 KB 412 KB 1897 KB 244 KB [K remote: 168 KB 412 KB 1901 KB 244 KB [K remote: 168 KB 412 KB 1905 KB 244 KB [K remote: 168 KB 412 KB 1909 KB 244 KB [K remote: 168 KB 412 KB 1913 KB 244 KB [K remote: 168 KB 412 KB 1917 KB 244 KB [K remote: 168 KB 412 KB 1921 KB 244 KB [K remote: 168 KB 412 KB 1925 KB 244 KB [K remote: 168 KB 412 KB 1929 KB 244 KB [K remote: 168 KB 412 KB 1933 KB 244 KB [K remote: 168 KB 412 KB 1937 KB 244 KB [K remote: 172 KB 412 KB 1941 KB 244 KB [K remote: 172 KB 412 KB 1945 KB 244 KB [K remote: 172 KB 412 KB 1949 KB 244 KB [K remote: 172 KB 412 KB 1953 KB 244 KB [K remote: 172 KB 412 KB 1957 KB 244 KB [K remote: 172 KB 412 KB 1961 KB 244 KB [K remote: 172 KB 412 KB 1965 KB 244 KB [K remote: 168 KB 412 KB 1921 KB 244 KB [K remote: 172 KB 412 KB 1965 KB 248 KB [K remote: 172 KB 412 KB 1965 KB 252 KB [K remote: 172 KB 412 KB 1965 KB 256 KB [K remote: 172 KB 412 KB 1965 KB 260 KB [K remote: 172 KB 412 KB 1965 KB 264 KB [K remote: 172 KB 412 KB 1965 KB 268 KB [K remote: 172 KB 412 KB 1965 KB 272 KB [K remote: 172 KB 412 KB 1965 KB 273 KB [K remote: 172 KB 412 KB 1937 KB 244 KB [K remote: 176 KB 412 KB 1965 KB 273 KB [K remote: 180 KB 1965 KB 273 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-entitymanager/3.6.3.Final/hibernate-entitymanager-3.6.3.Final.jar (412 KB at 689.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jgroups/jgroups/2.12.0.Final/jgroups-2.12.0.Final.jar[K >remote: 184 KB 1965 KB 273 KB [K remote: 188 KB 1965 KB 273 KB [K remote: 192 KB 1965 KB 273 KB [K remote: 196 KB 1965 KB 273 KB [K remote: 200 KB 1965 KB 273 KB [K remote: 204 KB 1965 KB 273 KB [K remote: 208 KB 1965 KB 273 KB [K remote: 212 KB 1969 KB 273 KB [K remote: 216 KB 1969 KB 273 KB [K remote: 220 KB 1969 KB 273 KB [K remote: 224 KB 1969 KB 273 KB [K remote: 228 KB 1969 KB 273 KB [K remote: 232 KB 1969 KB 273 KB [K remote: 236 KB 1969 KB 273 KB [K remote: 240 KB 1969 KB 273 KB [K remote: 244 KB 1969 KB 273 KB [K remote: 248 KB 1969 KB 273 KB [K remote: 252 KB 1969 KB 273 KB [K remote: 256 KB 1969 KB 273 KB [K remote: 260 KB 1969 KB 273 KB [K remote: 264 KB 1969 KB 273 KB [K remote: 268 KB 1969 KB 273 KB [K remote: 272 KB 1969 KB 273 KB [K remote: 208 KB 1969 KB 273 KB [K remote: 272 KB 1973 KB 273 KB [K remote: 272 KB 1977 KB 273 KB [K remote: 272 KB 1981 KB 273 KB [K remote: 272 KB 1985 KB 273 KB [K remote: 272 KB 1989 KB 273 KB [K remote: 272 KB 1993 KB 273 KB [K remote: 272 KB 1997 KB 273 KB [K remote: 272 KB 2001 KB 273 KB [K remote: 272 KB 2005 KB 273 KB [K remote: 272 KB 2009 KB 273 KB [K remote: 272 KB 2013 KB 273 KB [K remote: 272 KB 2017 KB 273 KB [K remote: 272 KB 2021 KB 273 KB [K remote: 272 KB 2025 KB 273 KB [K remote: 276 KB 2029 KB 273 KB [K remote: 276 KB 2033 KB 273 KB [K remote: 276 KB 2037 KB 273 KB [K remote: 276 KB 2041 KB 273 KB [K remote: 276 KB 2045 KB 273 KB [K remote: 276 KB 2049 KB 273 KB [K remote: 276 KB 2025 KB 273 KB [K remote: 280 KB 2049 KB 273 KB [K remote: 284 KB 2049 KB 273 KB [K remote: 288 KB 2049 KB 273 KB [K remote: 292 KB 2049 KB 273 KB [K remote: 296 KB 2049 KB 273 KB [K remote: 296 KB 2053 KB 273 KB [K remote: 296 KB 2057 KB 273 KB [K remote: 296 KB 2061 KB 273 KB [K remote: 300 KB 2065 KB 273 KB [K remote: 300 KB 2069 KB 273 KB [K remote: 300 KB 2073 KB 273 KB [K remote: 300 KB 2061 KB 273 KB [K remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/marshalling/river/1.2.3.GA/river-1.2.3.GA.jar[K >remote: 304 KB 2073 KB 273 KB [K remote: 308 KB 2073 KB 273 KB [K remote: 312 KB 2073 KB 273 KB [K remote: 316 KB 2073 KB 273 KB [K remote: 320 KB 2073 KB 273 KB [K remote: 324 KB 2077 KB 273 KB [K remote: 328 KB 2077 KB 273 KB [K remote: 332 KB 2077 KB 273 KB [K remote: 336 KB 2077 KB 273 KB [K remote: 340 KB 2077 KB 273 KB [K remote: 344 KB 2077 KB 273 KB [K remote: 348 KB 2077 KB 273 KB [K remote: 352 KB 2077 KB 273 KB [K remote: 356 KB 2077 KB 273 KB [K remote: 360 KB 2077 KB 273 KB [K remote: 364 KB 2077 KB 273 KB [K remote: 368 KB 2077 KB 273 KB [K remote: 372 KB 2077 KB 273 KB [K remote: 376 KB 2077 KB 273 KB [K remote: 320 KB 2077 KB 273 KB [K remote: 376 KB 2081 KB 273 KB [K remote: 376 KB 2085 KB 273 KB [K remote: 376 KB 2089 KB 273 KB [K remote: 376 KB 2093 KB 273 KB [K remote: 376 KB 2097 KB 273 KB [K remote: 376 KB 2101 KB 273 KB [K remote: 376 KB 2105 KB 273 KB [K remote: 376 KB 2109 KB 273 KB [K remote: 376 KB 2113 KB 273 KB [K remote: 376 KB 2117 KB 273 KB [K remote: 376 KB 2121 KB 273 KB [K remote: 376 KB 2125 KB 273 KB [K remote: 376 KB 2129 KB 273 KB [K remote: 376 KB 2133 KB 273 KB [K remote: 380 KB 2137 KB 273 KB [K remote: 380 KB 2133 KB 273 KB [K remote: 380 KB 2141 KB 273 KB [K remote: 384 KB 2145 KB 273 KB [K remote: 384 KB 2149 KB 273 KB [K remote: 384 KB 2153 KB 273 KB [K remote: 384 KB 2157 KB 273 KB [K remote: 384 KB 2161 KB 273 KB [K remote: 384 KB 2165 KB 273 KB [K remote: 384 KB 2169 KB 273 KB [K remote: 384 KB 2173 KB 273 KB [K remote: 384 KB 2177 KB 273 KB [K remote: 384 KB 2181 KB 273 KB [K remote: 384 KB 2185 KB 273 KB [K remote: 384 KB 2189 KB 273 KB [K remote: 384 KB 2193 KB 273 KB [K remote: 384 KB 2197 KB 273 KB [K remote: 384 KB 2201 KB 273 KB [K remote: 384 KB 2141 KB 273 KB [K remote: 388 KB 2201 KB 273 KB [K remote: 392 KB 2201 KB 273 KB [K remote: 396 KB 2201 KB 273 KB [K remote: 400 KB 2201 KB 273 KB [K remote: 400 KB 2205 KB 273 KB [K remote: 404 KB 2205 KB 273 KB [K remote: 404 KB 2209 KB 273 KB [K remote: 408 KB 2209 KB 273 KB [K remote: 408 KB 2213 KB 273 KB [K remote: 412 KB 2213 KB 273 KB [K remote: 412 KB 2217 KB 273 KB [K remote: 416 KB 2217 KB 273 KB [K remote: 416 KB 2221 KB 273 KB [K remote: 420 KB 2221 KB 273 KB [K remote: 420 KB 2225 KB 273 KB [K remote: 424 KB 2225 KB 273 KB [K remote: 424 KB 2229 KB 273 KB [K remote: 428 KB 2229 KB 273 KB [K remote: 428 KB 2233 KB 273 KB [K remote: 432 KB 2233 KB 273 KB [K remote: 432 KB 2237 KB 273 KB [K remote: 436 KB 2237 KB 273 KB [K remote: 436 KB 2241 KB 273 KB [K remote: 440 KB 2241 KB 273 KB [K remote: 440 KB 2245 KB 273 KB [K remote: 444 KB 2245 KB 273 KB [K remote: 444 KB 2249 KB 273 KB [K remote: 448 KB 2249 KB 273 KB [K remote: 452 KB 2249 KB 273 KB [K remote: 456 KB 2249 KB 273 KB [K remote: 460 KB 2249 KB 273 KB [K remote: 464 KB 2249 KB 273 KB [K remote: 468 KB 2249 KB 273 KB [K remote: 472 KB 2249 KB 273 KB [K remote: 476 KB 2249 KB 273 KB [K remote: 480 KB 2249 KB 273 KB [K remote: 484 KB 2249 KB 273 KB [K remote: 484 KB 2253 KB 273 KB [K remote: 488 KB 2253 KB 273 KB [K remote: 488 KB 2257 KB 273 KB [K remote: 492 KB 2257 KB 273 KB [K remote: 496 KB 2261 KB 273 KB [K remote: 496 KB 2261 KB 273 KB [K remote: 500 KB 2261 KB 273 KB [K remote: 500 KB 2265 KB 273 KB [K remote: 504 KB 2265 KB 273 KB [K remote: 504 KB 2269 KB 273 KB [K remote: 508 KB 2273 KB 273 KB [K remote: 508 KB 2277 KB 273 KB [K remote: 508 KB 2281 KB 273 KB [K remote: 508 KB 2285 KB 273 KB [K remote: 508 KB 2289 KB 273 KB [K remote: 508 KB 2293 KB 273 KB [K remote: 508 KB 4 KB 2293 KB 273 KB [K remote: 508 KB 8 KB 2297 KB 273 KB [K remote: 508 KB 8 KB 4 KB 2297 KB 273 KB [K remote: 508 KB 12 KB 4 KB 2297 KB 273 KB [K remote: 508 KB 12 KB 8 KB 2297 KB 273 KB [K remote: 508 KB 16 KB 8 KB 2297 KB 273 KB [K remote: 508 KB 20 KB 8 KB 2297 KB 273 KB [K remote: 508 KB 24 KB 8 KB 2297 KB 273 KB [K remote: 508 KB 28 KB 8 KB 2297 KB 273 KB [K remote: [K remote: 508 KB 32 KB 8 KB 2297 KB [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/cglib/cglib/2.2/cglib-2.2.jar (273 KB at 388.2 KB/sec)[K >remote: 508 KB 36 KB 8 KB 2297 KB [K remote: 508 KB 36 KB 12 KB 2297 KB [K remote: 508 KB 40 KB 12 KB 2297 KB [K remote: 508 KB 40 KB 16 KB 2297 KB [K remote: 508 KB 40 KB 20 KB 2297 KB [K remote: 508 KB 44 KB 20 KB 2297 KB [K remote: 508 KB 48 KB 20 KB 2297 KB [K remote: 508 KB 2269 KB 273 KB [K remote: 508 KB 48 KB 24 KB 2297 KB [K remote: 508 KB 51 KB 24 KB 2297 KB [K remote: 508 KB 51 KB 28 KB 2297 KB [K remote: 508 KB 51 KB 32 KB 2297 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/marshalling/marshalling-api/1.2.3.GA/marshalling-api-1.2.3.GA.jar[K >remote: 508 KB 51 KB 36 KB 2297 KB [K remote: 508 KB 4 KB 2297 KB 273 KB [K remote: 508 KB 51 KB 36 KB 2301 KB [K remote: 512 KB 51 KB 36 KB 2301 KB [K remote: 512 KB 51 KB 36 KB 2305 KB [K remote: 516 KB 51 KB 36 KB 2305 KB [K remote: 516 KB 51 KB 40 KB 2305 KB [K remote: 520 KB 51 KB 40 KB 2305 KB [K remote: 520 KB 51 KB 44 KB 2305 KB [K remote: 524 KB 51 KB 44 KB 2305 KB [K remote: 528 KB 51 KB 44 KB 2305 KB [K remote: 528 KB 51 KB 47 KB 2305 KB [K remote: 528 KB 54 KB 47 KB 2305 KB [K remote: 528 KB 54 KB 47 KB 2309 KB [K remote: 532 KB 54 KB 47 KB 2309 KB [K remote: 532 KB 54 KB 47 KB 2313 KB [K remote: 536 KB 54 KB 47 KB 2313 KB [K remote: 536 KB 54 KB 47 KB 2317 KB [K remote: 540 KB 54 KB 47 KB 2317 KB [K remote: 540 KB 54 KB 47 KB 2321 KB [K remote: 544 KB 54 KB 47 KB 2321 KB [K remote: 544 KB 54 KB 47 KB 2325 KB [K remote: 548 KB 54 KB 47 KB 2325 KB [K remote: 548 KB 54 KB 47 KB 2329 KB [K remote: 552 KB 54 KB 47 KB 2329 KB [K remote: 552 KB 54 KB 47 KB 2333 KB [K remote: 555 KB 54 KB 47 KB 2333 KB [K remote: 555 KB 54 KB 47 KB 2337 KB [K remote: 555 KB 54 KB 47 KB 2341 KB [K remote: 555 KB 54 KB 47 KB 2345 KB [K remote: 555 KB 54 KB 47 KB 2349 KB [K remote: 555 KB 54 KB 47 KB 2353 KB [K remote: 555 KB 54 KB 47 KB 2357 KB [K remote: 555 KB 54 KB 47 KB 2361 KB [K remote: 555 KB 54 KB 47 KB 2365 KB [K remote: 555 KB 54 KB 47 KB 2369 KB [K remote: 555 KB 54 KB 47 KB 2373 KB [K remote: 555 KB 54 KB 47 KB 2377 KB [K remote: 555 KB 54 KB 47 KB 2381 KB [K remote: 555 KB 54 KB 47 KB 2385 KB [K remote: 555 KB 54 KB 47 KB 2389 KB [K remote: 555 KB 54 KB 47 KB 2393 KB [K remote: 555 KB 54 KB 47 KB 2397 KB [K remote: 555 KB 54 KB 47 KB 2401 KB [K remote: 555 KB 54 KB 47 KB 2405 KB [K remote: 555 KB 54 KB 47 KB 2409 KB [K remote: 555 KB 54 KB 47 KB 2413 KB [K remote: 555 KB 54 KB 47 KB 2417 KB [K remote: 555 KB 54 KB 47 KB 2421 KB [K remote: 555 KB 54 KB 47 KB 2425 KB [K remote: 555 KB 54 KB 47 KB 2429 KB [K remote: 555 KB 54 KB 47 KB 2433 KB [K remote: 555 KB 54 KB 47 KB 2437 KB [K remote: 555 KB 54 KB 47 KB 2441 KB [K remote: 555 KB 54 KB 47 KB 2445 KB [K remote: 555 KB 54 KB 47 KB 2449 KB [K remote: 555 KB 54 KB 47 KB 2453 KB [K remote: 555 KB 54 KB 47 KB 2457 KB [K remote: 555 KB 54 KB 47 KB 2459 KB [K remote: 555 KB 58 KB 47 KB 2459 KB [K remote: 555 KB 62 KB 47 KB 2459 KB [K remote: 555 KB 66 KB 47 KB 2459 KB [K remote: 555 KB 69 KB 47 KB 2459 KB [K remote: 559 KB 69 KB 47 KB 2459 KB [K remote: 563 KB 69 KB 47 KB 2459 KB [K remote: 563 KB 69 KB 51 KB 2459 KB [K remote: 564 KB 69 KB 51 KB 2459 KB [K remote: 564 KB 69 KB 55 KB 2459 KB [K remote: 564 KB 69 KB 59 KB 2459 KB [K remote: 564 KB 73 KB 59 KB 2459 KB [K remote: 564 KB 73 KB 61 KB 2459 KB [K remote: 564 KB 77 KB 61 KB 2459 KB [K remote: 564 KB 77 KB 64 KB 2459 KB [K remote: 564 KB 79 KB 64 KB 2459 KB [K remote: 564 KB 79 KB 64 KB 2463 KB [K remote: 564 KB 79 KB 64 KB 2464 KB [K remote: 564 KB 79 KB 65 KB 2464 KB [K remote: 564 KB 79 KB 67 KB 2464 KB [K remote: 564 KB 79 KB 68 KB 2464 KB [K remote: 564 KB 79 KB 71 KB 2464 KB [K remote: 564 KB 79 KB 74 KB 2464 KB [K remote: 564 KB 81 KB 74 KB 2464 KB [K remote: 564 KB 81 KB 74 KB 2468 KB [K remote: 564 KB 81 KB 74 KB 2472 KB [K remote: 564 KB 81 KB 74 KB 2476 KB [K remote: 564 KB 81 KB 74 KB 2480 KB [K remote: 564 KB 81 KB 74 KB 2484 KB [K remote: 564 KB 85 KB 74 KB 2484 KB [K remote: 564 KB 89 KB 74 KB 2484 KB [K remote: 564 KB 93 KB 74 KB 2484 KB [K remote: 564 KB 97 KB 74 KB 2484 KB [K remote: 564 KB 99 KB 74 KB 2484 KB [K remote: 568 KB 99 KB 74 KB 2484 KB [K remote: 571 KB 99 KB 74 KB 2484 KB [K remote: 571 KB 99 KB 74 KB 2486 KB [K remote: 571 KB 103 KB 74 KB 2486 KB [K remote: 571 KB 107 KB 74 KB 2486 KB [K remote: 571 KB 109 KB 74 KB 2486 KB [K remote: 571 KB 109 KB 74 KB 2490 KB [K remote: 571 KB 109 KB 74 KB 2493 KB [K remote: 571 KB 109 KB 74 KB 2497 KB [K remote: 571 KB 109 KB 74 KB 2497 KB [K remote: 575 KB 113 KB 74 KB 2497 KB [K remote: 571 KB 113 KB 74 KB 2497 KB [K remote: 579 KB 113 KB 74 KB 2497 KB [K remote: 579 KB 117 KB 74 KB 2497 KB [K remote: 583 KB 117 KB 74 KB 2497 KB [K remote: 583 KB 121 KB 74 KB 2497 KB [K remote: 587 KB 121 KB 74 KB 2497 KB [K remote: 587 KB 125 KB 74 KB 2497 KB [K remote: 588 KB 125 KB 74 KB 2497 KB [K remote: 588 KB 129 KB 74 KB 2497 KB [K remote: 588 KB 133 KB 74 KB 2497 KB [K remote: 588 KB 137 KB 74 KB 2497 KB [K remote: 588 KB 141 KB 74 KB 2497 KB [K remote: 588 KB 142 KB 74 KB 2497 KB [K remote: 588 KB 142 KB 74 KB 2501 KB [K remote: 588 KB 142 KB 74 KB 2505 KB [K remote: 588 KB 142 KB 74 KB 2509 KB [K remote: 588 KB 142 KB 74 KB 2513 KB [K remote: 588 KB 142 KB 74 KB 2517 KB [K remote: 588 KB 142 KB 74 KB 2521 KB [K remote: 588 KB 142 KB 74 KB 2525 KB [K remote: 588 KB 142 KB 74 KB 2529 KB [K remote: 588 KB 142 KB 74 KB 2533 KB [K remote: 588 KB 142 KB 74 KB 2537 KB [K remote: 588 KB 142 KB 74 KB 2541 KB [K remote: 588 KB 142 KB 74 KB 2545 KB [K remote: 588 KB 142 KB 74 KB 2549 KB [K remote: 588 KB 142 KB 74 KB 2553 KB [K remote: 588 KB 142 KB 74 KB 2557 KB [K remote: 588 KB 142 KB 74 KB 2561 KB [K remote: 588 KB 142 KB 74 KB 2565 KB [K remote: 588 KB 142 KB 74 KB 2569 KB [K remote: 588 KB 143 KB 74 KB 2569 KB [K remote: 588 KB 143 KB 74 KB 2573 KB [K remote: 588 KB 143 KB 74 KB 2577 KB [K remote: 588 KB 143 KB 74 KB 2581 KB [K remote: 588 KB 143 KB 74 KB 2585 KB [K remote: 588 KB 143 KB 74 KB 2589 KB [K remote: 588 KB 147 KB 74 KB 2589 KB [K remote: 588 KB 151 KB 74 KB 2589 KB [K remote: 588 KB 154 KB 74 KB 2589 KB [K remote: 588 KB 158 KB 74 KB 2589 KB [K remote: 588 KB 162 KB 74 KB 2589 KB [K remote: 588 KB 166 KB 74 KB 2589 KB [K remote: 588 KB 170 KB 74 KB 2589 KB [K remote: 588 KB 174 KB 74 KB 2589 KB [K remote: 588 KB 176 KB 74 KB 2589 KB [K remote: 592 KB 176 KB 74 KB 2589 KB [K remote: 592 KB 176 KB 74 KB 2593 KB [K remote: 592 KB 178 KB 74 KB 2593 KB [K remote: 592 KB 178 KB 74 KB 2597 KB [K remote: 592 KB 178 KB 74 KB 2601 KB [K remote: 593 KB 178 KB 74 KB 2601 KB [K remote: 593 KB 178 KB 74 KB 2605 KB [K remote: 593 KB 178 KB 74 KB 2609 KB [K remote: 593 KB 178 KB 74 KB 2613 KB [K remote: 593 KB 178 KB 74 KB 2617 KB [K remote: 593 KB 182 KB 74 KB 2617 KB [K remote: 593 KB 182 KB 74 KB 2620 KB [K remote: 593 KB 186 KB 74 KB 2620 KB [K remote: 593 KB 190 KB 74 KB 2620 KB [K remote: 593 KB 194 KB 74 KB 2620 KB [K remote: 593 KB 198 KB 74 KB 2620 KB [K remote: 593 KB 202 KB 74 KB 2620 KB [K remote: 593 KB 202 KB 74 KB 2620 KB [K remote: 597 KB 202 KB 74 KB 2620 KB [K remote: 599 KB 202 KB 74 KB 2620 KB [K remote: 599 KB 202 KB 74 KB 2624 KB [K remote: 599 KB 202 KB 74 KB 2628 KB [K remote: 599 KB 202 KB 74 KB 2631 KB [K remote: 599 KB 202 KB 74 KB 2635 KB [K remote: 599 KB 202 KB 74 KB 2639 KB [K remote: 599 KB 202 KB 74 KB 2643 KB [K remote: 599 KB 206 KB 74 KB 2643 KB [K remote: 599 KB 210 KB 74 KB 2643 KB [K remote: 599 KB 212 KB 74 KB 2643 KB [K remote: 599 KB 216 KB 74 KB 2643 KB [K remote: 599 KB 220 KB 74 KB 2643 KB [K remote: 599 KB 221 KB 74 KB 2643 KB [K remote: 599 KB 225 KB 74 KB 2643 KB [K remote: 599 KB 228 KB 74 KB 2643 KB [K remote: 599 KB 232 KB 74 KB 2643 KB [K remote: 599 KB 236 KB 74 KB 2643 KB [K remote: 599 KB 240 KB 74 KB 2643 KB [K remote: 599 KB 241 KB 74 KB 2643 KB [K remote: 603 KB 241 KB 74 KB 2643 KB [K remote: 605 KB 241 KB 74 KB 2643 KB [K remote: 605 KB 241 KB 74 KB 2647 KB [K remote: 605 KB 241 KB 74 KB 2651 KB [K remote: 605 KB 241 KB 74 KB 2653 KB [K remote: 605 KB 241 KB 74 KB 2657 KB [K remote: 605 KB 241 KB 74 KB 2661 KB [K remote: 605 KB 241 KB 74 KB 2665 KB [K remote: 605 KB 241 KB 74 KB 2665 KB [K remote: 605 KB 245 KB 74 KB 2665 KB [K remote: 605 KB 249 KB 74 KB 2665 KB [K remote: 605 KB 253 KB 74 KB 2665 KB [K remote: 605 KB 256 KB 74 KB 2665 KB [K remote: 605 KB 260 KB 74 KB 2665 KB [K remote: 605 KB 264 KB 74 KB 2665 KB [K remote: 605 KB 268 KB 74 KB 2665 KB [K remote: 605 KB 270 KB 74 KB 2665 KB [K remote: 609 KB 270 KB 74 KB 2665 KB [K remote: 613 KB 270 KB 74 KB 2665 KB [K remote: 613 KB 270 KB 74 KB 2665 KB [K remote: 613 KB 270 KB 74 KB 2669 KB [K remote: 613 KB 270 KB 74 KB 2673 KB [K remote: 613 KB 270 KB 74 KB 2677 KB [K remote: 613 KB 270 KB 74 KB 2681 KB [K remote: 613 KB 270 KB 74 KB 2685 KB [K remote: 613 KB 270 KB 74 KB 2685 KB [K remote: 613 KB 270 KB 74 KB 2689 KB [K remote: 613 KB 270 KB 74 KB 2693 KB [K remote: 613 KB 274 KB 74 KB 2696 KB [K remote: 613 KB 274 KB 74 KB 2693 KB [K remote: 613 KB 278 KB 74 KB 2696 KB [K remote: 613 KB 282 KB 74 KB 2696 KB [K remote: 613 KB 286 KB 74 KB 2696 KB [K remote: 613 KB 290 KB 74 KB 2696 KB [K remote: 613 KB 294 KB 74 KB 2696 KB [K remote: 613 KB 298 KB 74 KB 2696 KB [K remote: 613 KB 302 KB 74 KB 2696 KB [K remote: 613 KB 306 KB 74 KB 2696 KB [K remote: 616 KB 306 KB 74 KB 2696 KB [K remote: 619 KB 306 KB 74 KB 2696 KB [K remote: 619 KB 306 KB 74 KB 2700 KB [K remote: 619 KB 306 KB 74 KB 2704 KB [K remote: 619 KB 306 KB 74 KB 2708 KB [K remote: 619 KB 306 KB 74 KB 2712 KB [K remote: 619 KB 306 KB 74 KB 2716 KB [K remote: 619 KB 306 KB 74 KB 2719 KB [K remote: 619 KB 310 KB 74 KB 2719 KB [K remote: 619 KB 314 KB 74 KB 2719 KB [K remote: 619 KB 316 KB 74 KB 2719 KB [K remote: 619 KB 320 KB 74 KB 2719 KB [K remote: 619 KB 324 KB 74 KB 2719 KB [K remote: 619 KB 328 KB 74 KB 2719 KB [K remote: 619 KB 328 KB 74 KB 2719 KB 4 KB [K remote: 619 KB 328 KB 74 KB 2723 KB 4 KB [K remote: 619 KB 328 KB 74 KB 2723 KB 8 KB [K remote: 619 KB 328 KB 74 KB 2727 KB 8 KB [K remote: 619 KB 328 KB 74 KB 2727 KB 12 KB [K remote: 619 KB 328 KB 74 KB 2727 KB 14 KB [K remote: 619 KB 332 KB 74 KB 2727 KB 14 KB [K remote: 619 KB 336 KB 74 KB 2727 KB 14 KB [K remote: 619 KB 336 KB 74 KB 2731 KB 14 KB [K remote: 619 KB 340 KB 74 KB 2731 KB 14 KB [K remote: 619 KB 340 KB 74 KB 2735 KB 14 KB [K remote: 619 KB 344 KB 74 KB 2735 KB 14 KB [K remote: 619 KB 344 KB 74 KB 2739 KB 14 KB [K remote: 619 KB 348 KB 74 KB 2739 KB 14 KB [K remote: 619 KB 348 KB 74 KB 2739 KB 18 KB [K remote: 619 KB 348 KB 74 KB 2739 KB 22 KB [K remote: 619 KB 352 KB 74 KB 2739 KB 22 KB [K remote: 619 KB 352 KB 74 KB 2739 KB 26 KB [K remote: 619 KB 352 KB 74 KB 2739 KB 30 KB [K remote: 619 KB 356 KB 74 KB 2739 KB 30 KB [K remote: 619 KB 356 KB 74 KB 2739 KB 34 KB [K remote: 619 KB 360 KB 74 KB 2739 KB 34 KB [K remote: 619 KB 360 KB 74 KB 2739 KB 38 KB [K remote: 619 KB 364 KB 74 KB 2739 KB 38 KB [K remote: 619 KB 364 KB 74 KB 2739 KB 41 KB [K remote: 619 KB 368 KB 74 KB 2739 KB 41 KB [K remote: 619 KB 372 KB 74 KB 2739 KB 41 KB [K remote: 619 KB 376 KB 74 KB 2739 KB 41 KB [K remote: 619 KB 376 KB 74 KB 2743 KB 41 KB [K remote: 619 KB 380 KB 74 KB 2743 KB 41 KB [K remote: 619 KB 380 KB 74 KB 2747 KB 41 KB [K remote: 619 KB 384 KB 74 KB 2747 KB 41 KB [K remote: 619 KB 384 KB 74 KB 2751 KB 41 KB [K remote: 619 KB 388 KB 74 KB 2751 KB 41 KB [K remote: 619 KB 388 KB 74 KB 2755 KB 41 KB [K remote: 619 KB 392 KB 74 KB 2755 KB 41 KB [K remote: 619 KB 392 KB 74 KB 2759 KB 41 KB [K remote: 619 KB 396 KB 74 KB 2759 KB 41 KB [K remote: 619 KB 396 KB 74 KB 2763 KB 41 KB [K remote: 619 KB 396 KB 74 KB 2767 KB 41 KB [K remote: 619 KB 400 KB 74 KB 2767 KB 41 KB [K remote: 619 KB 400 KB 74 KB 2771 KB 41 KB [K remote: 619 KB 404 KB 74 KB 2771 KB 41 KB [K remote: 619 KB 404 KB 74 KB 2775 KB 41 KB [K remote: 619 KB 408 KB 74 KB 2775 KB 41 KB [K remote: 619 KB 408 KB 74 KB 2779 KB 41 KB [K remote: 619 KB 412 KB 74 KB 2779 KB 41 KB [K remote: 619 KB 412 KB 74 KB 2783 KB 41 KB [K remote: 619 KB 416 KB 74 KB 2783 KB 41 KB [K remote: 619 KB 416 KB 74 KB 2787 KB 41 KB [K remote: 619 KB 420 KB 74 KB 2787 KB 41 KB [K remote: 619 KB 420 KB 74 KB 2791 KB 41 KB [K remote: 619 KB 424 KB 74 KB 2791 KB 41 KB [K remote: 619 KB 424 KB 74 KB 2795 KB 41 KB [K remote: 619 KB 428 KB 74 KB 2795 KB 41 KB [K remote: 619 KB 428 KB 74 KB 2799 KB 41 KB [K remote: 619 KB 432 KB 74 KB 2799 KB 41 KB [K remote: 619 KB 432 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 436 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 440 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 444 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 448 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 452 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 456 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 460 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 464 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 468 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 472 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 476 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 480 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 482 KB 74 KB 2800 KB 41 KB [K remote: 619 KB 482 KB 74 KB 2804 KB 41 KB [K remote: 619 KB 486 KB 74 KB 2805 KB 45 KB [K remote: 619 KB 486 KB 74 KB 2804 KB 45 KB [K remote: 619 KB 482 KB 74 KB 2804 KB 45 KB [K remote: 619 KB 486 KB 74 KB 2805 KB 49 KB [K remote: 619 KB 486 KB 74 KB 2805 KB 53 KB [K remote: 619 KB 490 KB 74 KB 2805 KB 53 KB [K remote: 619 KB 490 KB 74 KB 2805 KB 57 KB [K remote: 619 KB 494 KB 74 KB 2805 KB 57 KB [K remote: 619 KB 494 KB 74 KB 2805 KB 61 KB [K remote: 619 KB 498 KB 74 KB 2805 KB 61 KB [K remote: 619 KB 498 KB 74 KB 2805 KB 65 KB [K remote: 619 KB 502 KB 74 KB 2805 KB 65 KB [K remote: 619 KB 502 KB 74 KB 2805 KB 69 KB [K remote: 619 KB 506 KB 74 KB 2805 KB 69 KB [K remote: 619 KB 506 KB 74 KB 2805 KB 69 KB [K remote: 619 KB 510 KB 74 KB 2805 KB 69 KB [K remote: 619 KB 514 KB 74 KB 2805 KB 69 KB [K remote: 619 KB 518 KB 74 KB 2805 KB 69 KB [K remote: 619 KB 522 KB 74 KB 2805 KB 69 KB [K remote: 619 KB 526 KB 74 KB 2805 KB 69 KB [K remote: 619 KB 529 KB 74 KB 2805 KB 69 KB [K remote: 619 KB 529 KB 74 KB 2809 KB 69 KB [K remote: 619 KB 529 KB 74 KB 2813 KB 69 KB [K remote: 619 KB 529 KB 74 KB 2817 KB 69 KB [K remote: 619 KB 529 KB 74 KB 2821 KB 69 KB [K remote: 619 KB 529 KB 74 KB 2825 KB 69 KB [K remote: 619 KB 529 KB 74 KB 2829 KB 69 KB [K remote: 619 KB 529 KB 74 KB 2829 KB 69 KB [K remote: 619 KB 529 KB 74 KB 2829 KB 73 KB [K remote: 619 KB 529 KB 74 KB 2829 KB 77 KB [K remote: 619 KB 529 KB 74 KB 2829 KB 81 KB [K remote: 619 KB 529 KB 74 KB 2829 KB 84 KB [K remote: 619 KB 533 KB 74 KB 2829 KB 84 KB [K remote: 619 KB 537 KB 74 KB 2829 KB 84 KB [K remote: 619 KB 541 KB 74 KB 2829 KB 84 KB [K remote: 619 KB 545 KB 74 KB 2829 KB 84 KB [K remote: 619 KB 546 KB 74 KB 2829 KB 84 KB [K remote: 619 KB 546 KB 74 KB 2829 KB 88 KB [K remote: 619 KB 546 KB 74 KB 2829 KB 92 KB [K remote: 619 KB 550 KB 74 KB 2829 KB 92 KB [K remote: 619 KB 550 KB 74 KB 2829 KB 96 KB [K remote: 619 KB 554 KB 74 KB 2829 KB 96 KB [K remote: 619 KB 554 KB 74 KB 2829 KB 99 KB [K remote: 619 KB 558 KB 74 KB 2829 KB 99 KB [K remote: 619 KB 562 KB 74 KB 2829 KB 99 KB [K remote: 619 KB 562 KB 74 KB 2833 KB 99 KB [K remote: 619 KB 566 KB 74 KB 2833 KB 99 KB [K remote: 619 KB 566 KB 74 KB 2837 KB 99 KB [K remote: 619 KB 570 KB 74 KB 2837 KB 99 KB [K remote: 619 KB 570 KB 74 KB 2841 KB 99 KB [K remote: 619 KB 574 KB 74 KB 2841 KB 99 KB [K remote: 619 KB 574 KB 74 KB 2845 KB 99 KB [K remote: 619 KB 578 KB 74 KB 2845 KB 99 KB [K remote: 619 KB 578 KB 74 KB 2846 KB 99 KB [K remote: 619 KB 580 KB 74 KB 2846 KB 99 KB [K remote: 619 KB 580 KB 74 KB 2850 KB 99 KB [K remote: 619 KB 580 KB 74 KB 2854 KB 99 KB [K remote: 619 KB 580 KB 74 KB 2858 KB 99 KB [K remote: 619 KB 580 KB 74 KB 2858 KB 103 KB [K remote: 619 KB 580 KB 74 KB 2858 KB 107 KB [K remote: 619 KB 580 KB 74 KB 2858 KB 111 KB [K remote: 619 KB 580 KB 74 KB 2858 KB 113 KB [K remote: 619 KB 584 KB 74 KB 2858 KB 113 KB [K remote: 619 KB 588 KB 74 KB 2858 KB 113 KB [K remote: 619 KB 592 KB 74 KB 2858 KB 113 KB [K remote: 592 KB 2858 KB 117 KB [K remote: 592 KB 2858 KB 121 KB [K remote: 596 KB 2858 KB 121 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javassist/javassist/3.12.0.GA/javassist-3.12.0.GA.jar (619 KB at 679.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/rhq/helpers/rhq-pluginAnnotations/3.0.1/rhq-pluginAnnotations-3.0.1.jar[K >remote: 600 KB 2858 KB 125 KB [K remote: 604 KB 2858 KB 125 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/marshalling/river/1.2.3.GA/river-1.2.3.GA.jar (74 KB at 179.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/i18nlog/i18nlog/1.0.10/i18nlog-1.0.10.jar[K >remote: 608 KB 2858 KB 125 KB [K remote: 612 KB 2858 KB 125 KB [K remote: 596 KB 2858 KB 125 KB [K remote: 612 KB 2862 KB 125 KB [K remote: 612 KB 2862 KB 129 KB [K remote: 612 KB 2866 KB 129 KB [K remote: 612 KB 2866 KB 133 KB [K remote: 612 KB 2870 KB 133 KB [K remote: 612 KB 2870 KB 137 KB [K remote: 612 KB 2874 KB 137 KB [K remote: 612 KB 2874 KB 141 KB [K remote: 612 KB 2878 KB 141 KB [K remote: 612 KB 2878 KB 145 KB [K remote: 612 KB 2882 KB 145 KB [K remote: 612 KB 2882 KB 149 KB [K remote: 612 KB 2886 KB 149 KB [K remote: 612 KB 2886 KB 153 KB [K remote: 612 KB 2890 KB 153 KB [K remote: 612 KB 2890 KB 157 KB [K remote: 612 KB 2894 KB 157 KB [K remote: 612 KB 2894 KB 161 KB [K remote: 612 KB 2898 KB 161 KB [K remote: 612 KB 2902 KB 161 KB [K remote: 612 KB 2902 KB 164 KB [K remote: 612 KB 2906 KB 164 KB [K remote: 612 KB 2910 KB 164 KB [K remote: 612 KB 2914 KB 164 KB [K remote: 612 KB 2916 KB 164 KB [K remote: 616 KB 2916 KB 164 KB [K remote: 620 KB 2916 KB 164 KB [K remote: 624 KB 2916 KB 164 KB [K remote: 628 KB 2916 KB 164 KB [K remote: 632 KB 2916 KB 164 KB [K remote: 636 KB 2916 KB 164 KB [K remote: 640 KB 2916 KB 164 KB [K remote: 644 KB 2916 KB 164 KB [K remote: 648 KB 2916 KB 164 KB [K remote: 648 KB 2920 KB 164 KB [K remote: 648 KB 2924 KB 164 KB [K remote: 648 KB 2928 KB 164 KB [K remote: 648 KB 2932 KB 164 KB [K remote: 648 KB 2936 KB 164 KB [K remote: 648 KB 2940 KB 164 KB [K remote: 648 KB 2944 KB 164 KB [K remote: 648 KB 2948 KB 164 KB [K remote: 648 KB 2952 KB 164 KB [K remote: 648 KB 2956 KB 164 KB [K remote: 648 KB 2960 KB 164 KB [K remote: 648 KB 2964 KB 164 KB [K remote: 648 KB 2968 KB 164 KB [K remote: 648 KB 2972 KB 164 KB [K remote: 648 KB 2972 KB 164 KB [K remote: 652 KB 2972 KB 164 KB [K remote: 656 KB 2972 KB 164 KB [K remote: 660 KB 2972 KB 164 KB [K remote: 664 KB 2976 KB 164 KB [K remote: 668 KB 2976 KB 164 KB [K remote: 660 KB 2976 KB 164 KB [K remote: 668 KB 2980 KB 164 KB [K remote: 668 KB 2984 KB 164 KB [K remote: 668 KB 2988 KB 164 KB [K remote: 668 KB 2992 KB 164 KB [K remote: 668 KB 2995 KB 164 KB [K remote: 672 KB 2995 KB 164 KB [K remote: 676 KB 2995 KB 164 KB [K remote: 676 KB 2999 KB 164 KB [K remote: 676 KB 3003 KB 164 KB [K remote: 676 KB 3006 KB 164 KB [K remote: 680 KB 3006 KB 164 KB [K remote: 684 KB 3006 KB 164 KB [K remote: 688 KB 3006 KB 164 KB [K remote: 692 KB 3006 KB 164 KB [K remote: 696 KB 3010 KB 164 KB [K remote: 700 KB 3010 KB 164 KB [K remote: 704 KB 3010 KB 164 KB [K remote: 708 KB 3010 KB 164 KB [K remote: 712 KB 3010 KB 164 KB [K remote: 692 KB 3010 KB 164 KB [K remote: 712 KB 3014 KB 164 KB [K remote: 712 KB 3018 KB 164 KB [K remote: 712 KB 3022 KB 164 KB [K remote: 712 KB 3026 KB 164 KB [K remote: 712 KB 3030 KB 164 KB [K remote: 712 KB 3034 KB 164 KB [K remote: 712 KB 3038 KB 164 KB [K remote: 712 KB 3039 KB 164 KB [K remote: 716 KB 3039 KB 164 KB [K remote: 720 KB 3039 KB 164 KB [K remote: 724 KB 3039 KB 164 KB [K remote: 728 KB 3039 KB 164 KB [K remote: 732 KB 3039 KB 164 KB [K remote: 736 KB 3039 KB 164 KB [K remote: 740 KB 3039 KB 164 KB [K remote: 744 KB 3039 KB 164 KB [K remote: 748 KB 3039 KB 164 KB [K remote: 752 KB 3039 KB 164 KB [K remote: 756 KB 3039 KB 164 KB [K remote: 760 KB 3039 KB 164 KB [K remote: [K remote: 764 KB 3039 KB [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/marshalling/marshalling-api/1.2.3.GA/marshalling-api-1.2.3.GA.jar (164 KB at 328.5 KB/sec)[K >remote: 768 KB 3039 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.jar[K >remote: 772 KB 3039 KB [K remote: 776 KB 3039 KB [K remote: 780 KB 3039 KB [K remote: 784 KB 3039 KB [K remote: 788 KB 3039 KB [K remote: 792 KB 3039 KB [K remote: 796 KB 3039 KB [K remote: 800 KB 3039 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/hibernate/hibernate-core/3.6.3.Final/hibernate-core-3.6.3.Final.jar (3039 KB at 1539.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/w3c/css/sac/1.3/sac-1.3.jar[K >remote: 804 KB [K remote: 808 KB [K remote: 812 KB [K remote: 816 KB [K remote: 820 KB [K remote: 824 KB [K remote: 828 KB [K remote: 832 KB [K remote: 836 KB [K remote: 840 KB [K remote: 844 KB [K remote: 848 KB [K remote: 852 KB [K remote: 856 KB [K remote: 860 KB [K remote: 864 KB [K remote: 868 KB [K remote: 872 KB [K remote: 876 KB [K remote: 880 KB [K remote: 884 KB [K remote: 888 KB [K remote: 892 KB [K remote: 896 KB [K remote: 900 KB [K remote: 904 KB [K remote: 908 KB [K remote: 912 KB [K remote: 916 KB [K remote: 920 KB [K remote: 924 KB [K remote: 928 KB [K remote: 932 KB [K remote: 936 KB [K remote: 940 KB [K remote: 944 KB [K remote: 948 KB [K remote: 952 KB [K remote: 956 KB [K remote: 960 KB [K remote: 964 KB [K remote: 968 KB [K remote: 972 KB [K remote: 976 KB [K remote: 980 KB [K remote: 984 KB [K remote: 988 KB [K remote: 992 KB [K remote: 996 KB [K remote: 1000 KB [K remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/resteasy/resteasy-jaxrs/2.2.1.GA/resteasy-jaxrs-2.2.1.GA.jar[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/resteasy/jaxrs-api/2.2.1.GA/jaxrs-api-2.2.1.GA.jar[K >remote: 1004 KB 4 KB [K remote: 1004 KB [K remote: 1004 KB 4 KB 8 KB [K remote: 1004 KB 8 KB [K remote: 1004 KB 4 KB 12 KB [K remote: 1004 KB 4 KB 16 KB [K remote: 1004 KB 8 KB 16 KB [K remote: 1008 KB 8 KB 16 KB [K remote: 1008 KB 12 KB 16 KB [K remote: 1012 KB 12 KB 16 KB [K remote: 1012 KB 16 KB 16 KB [K remote: 1012 KB 20 KB 16 KB [K remote: 1016 KB 20 KB 16 KB [K remote: 1016 KB 24 KB 16 KB [K remote: 1016 KB 28 KB 16 KB [K remote: 1020 KB 28 KB 16 KB [K remote: 1020 KB 32 KB 16 KB [K remote: 1024 KB 32 KB 16 KB [K remote: 1028 KB 32 KB 16 KB [K remote: 1028 KB 36 KB 16 KB [K remote: 1032 KB 36 KB 16 KB [K remote: 1032 KB 40 KB 16 KB [K remote: 1036 KB 40 KB 16 KB [K remote: 1036 KB 44 KB 16 KB [K remote: 1040 KB 44 KB 16 KB [K remote: 1040 KB 45 KB 16 KB [K remote: 1044 KB 45 KB 16 KB [K remote: 1048 KB 45 KB 16 KB [K remote: 1052 KB 45 KB 16 KB [K remote: 1056 KB 45 KB 16 KB [K remote: 1060 KB 45 KB 16 KB [K remote: 1060 KB 49 KB 16 KB [K remote: 1060 KB 53 KB 16 KB [K remote: 1064 KB 53 KB 16 KB [K remote: 1064 KB 57 KB 16 KB [K remote: 1064 KB 61 KB 16 KB [K remote: 1068 KB 61 KB 16 KB [K remote: 1068 KB 65 KB 16 KB [K remote: 1068 KB 69 KB 16 KB [K remote: 1068 KB 69 KB 16 KB [K remote: 1072 KB 69 KB 16 KB [K remote: 1076 KB 69 KB 16 KB [K remote: 1080 KB 69 KB 16 KB [K remote: 1084 KB 69 KB 16 KB [K remote: 1088 KB 69 KB 16 KB [K remote: 1092 KB 69 KB 16 KB [K remote: 1096 KB 69 KB 16 KB [K remote: 1100 KB 69 KB 16 KB [K remote: 1104 KB 69 KB 16 KB [K remote: 1108 KB 69 KB 16 KB [K remote: 1112 KB 69 KB 16 KB [K remote: 1116 KB 69 KB 16 KB [K remote: 1120 KB 69 KB 16 KB [K remote: 1120 KB 73 KB 16 KB [K remote: 1124 KB 73 KB 16 KB [K remote: 1124 KB 77 KB 16 KB [K remote: 1128 KB 77 KB 16 KB [K remote: 1128 KB 79 KB 16 KB [K remote: 1132 KB 79 KB 16 KB [K remote: 1136 KB 79 KB 16 KB [K remote: 1140 KB 79 KB 16 KB [K remote: 1144 KB 79 KB 16 KB [K remote: 1148 KB 79 KB 16 KB [K remote: 1148 KB 83 KB 16 KB [K remote: 1152 KB 83 KB 16 KB [K remote: 1152 KB 87 KB 16 KB [K remote: 1156 KB 87 KB 16 KB [K remote: 1156 KB 88 KB 16 KB [K remote: 1160 KB 88 KB 16 KB [K remote: 1164 KB 88 KB 16 KB [K remote: 1168 KB 88 KB 16 KB [K remote: 1168 KB 92 KB 16 KB [K remote: 1172 KB 92 KB 16 KB [K remote: 1172 KB 94 KB 16 KB [K remote: 1176 KB 94 KB 16 KB [K remote: 1180 KB 94 KB 16 KB [K remote: 1184 KB 94 KB 16 KB [K remote: 1188 KB 94 KB 16 KB [K remote: 1192 KB 94 KB 16 KB [K remote: 1196 KB 94 KB 16 KB [K remote: 1200 KB 94 KB 16 KB [K remote: 1200 KB 98 KB 16 KB [K remote: 1204 KB 98 KB 16 KB [K remote: 1204 KB 102 KB 16 KB [K remote: 1208 KB 102 KB 16 KB [K remote: 1208 KB 105 KB 16 KB [K remote: 1212 KB 105 KB 16 KB [K remote: 1216 KB 105 KB 16 KB [K remote: 1220 KB 105 KB 16 KB [K remote: 1224 KB 105 KB 16 KB [K remote: 1228 KB 105 KB 16 KB [K remote: 1232 KB 105 KB 16 KB [K remote: 1232 KB 109 KB 16 KB [K remote: 1236 KB 109 KB 16 KB [K remote: 1236 KB 113 KB 16 KB [K remote: 1240 KB 113 KB 16 KB [K remote: 1240 KB 113 KB 16 KB [K remote: 1240 KB 117 KB 16 KB [K remote: 1244 KB 117 KB 16 KB [K remote: 1248 KB 117 KB 16 KB [K remote: 1248 KB 121 KB 16 KB [K remote: 1248 KB 125 KB 16 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/w3c/css/sac/1.3/sac-1.3.jar (16 KB at 78.4 KB/sec)[K >remote: 1248 KB 129 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.jar[K >remote: 1248 KB 133 KB [K remote: 1248 KB 137 KB [K remote: 1248 KB 141 KB [K remote: 1248 KB 145 KB [K remote: 1248 KB 149 KB [K remote: 1248 KB 153 KB [K remote: 1248 KB 157 KB [K remote: 1248 KB 161 KB [K remote: 1248 KB 165 KB [K remote: 1248 KB 169 KB [K remote: 1248 KB 173 KB [K remote: 1248 KB 177 KB [K remote: 1252 KB 177 KB [K remote: 1252 KB 181 KB [K remote: 1256 KB 181 KB [K remote: 1256 KB 183 KB [K remote: 1260 KB 183 KB [K remote: 1264 KB 183 KB [K remote: 1268 KB 183 KB [K remote: 1272 KB 183 KB [K remote: 1276 KB 183 KB [K remote: 1280 KB 183 KB [K remote: 1284 KB 183 KB [K remote: 1288 KB 183 KB [K remote: 1292 KB 183 KB [K remote: 1296 KB 183 KB [K remote: 1300 KB 183 KB [K remote: 1304 KB 183 KB [K remote: 1308 KB 183 KB [K remote: 1312 KB 183 KB [K remote: 1316 KB 183 KB [K remote: 1320 KB 183 KB [K remote: 1324 KB 183 KB [K remote: 1328 KB 183 KB [K remote: 1332 KB 183 KB [K remote: 1336 KB 183 KB [K remote: 1340 KB 183 KB [K remote: 1344 KB 183 KB [K remote: 1348 KB 183 KB [K remote: 1352 KB 183 KB [K remote: 1356 KB 183 KB [K remote: 1360 KB 183 KB [K remote: 1364 KB 183 KB [K remote: 1368 KB 183 KB [K remote: 1372 KB 183 KB [K remote: 1376 KB 183 KB [K remote: 1380 KB 183 KB [K remote: 1384 KB 183 KB [K remote: 1388 KB 183 KB [K remote: 1392 KB 183 KB [K remote: 1394 KB 183 KB [K remote: 1394 KB 187 KB [K remote: 1394 KB 191 KB [K remote: 1394 KB 195 KB [K remote: 1394 KB 199 KB [K remote: 1398 KB 203 KB [K remote: 1398 KB 207 KB [K remote: 1398 KB 211 KB [K remote: 1398 KB 215 KB [K remote: 1398 KB 219 KB [K remote: 1398 KB 199 KB [K remote: 1402 KB 219 KB [K remote: 1406 KB 219 KB [K remote: 1410 KB 219 KB [K remote: 1414 KB 219 KB [K remote: 1418 KB 219 KB [K remote: 1422 KB 219 KB [K remote: 1426 KB 219 KB [K remote: 1430 KB 219 KB [K remote: 1434 KB 219 KB [K remote: 1438 KB 219 KB [K remote: 1442 KB 219 KB [K remote: 1446 KB 219 KB [K remote: 1446 KB 219 KB 4 KB [K remote: 1446 KB 219 KB 8 KB [K remote: 1446 KB 219 KB 12 KB [K remote: 1446 KB 219 KB 14 KB [K remote: 1450 KB 219 KB 14 KB [K remote: 1454 KB 219 KB 14 KB [K remote: 1458 KB 219 KB 14 KB [K remote: 1458 KB 220 KB 14 KB [K remote: 1458 KB 221 KB 14 KB [K remote: 1458 KB 223 KB 14 KB [K remote: 1458 KB 224 KB 14 KB [K remote: 1458 KB 227 KB 14 KB [K remote: 1458 KB 228 KB 14 KB [K remote: 1458 KB 230 KB 14 KB [K remote: 1458 KB 231 KB 14 KB [K remote: 1458 KB 233 KB 14 KB [K remote: 1458 KB 234 KB 14 KB [K remote: 1458 KB 237 KB 14 KB [K remote: 1458 KB 238 KB 14 KB [K remote: 1458 KB 240 KB 14 KB [K remote: 1458 KB 241 KB 14 KB [K remote: 1458 KB 243 KB 14 KB [K remote: 1458 KB 244 KB 14 KB [K remote: 1458 KB 245 KB 14 KB [K remote: 1458 KB 248 KB 14 KB [K remote: 1462 KB 248 KB 14 KB [K remote: 1466 KB 248 KB 14 KB [K remote: 1469 KB 248 KB 14 KB [K remote: 1473 KB 248 KB 14 KB [K remote: 1477 KB 248 KB 14 KB [K remote: 1481 KB 248 KB 14 KB [K remote: 1485 KB 248 KB 14 KB [K remote: 1489 KB 248 KB 14 KB [K remote: 1493 KB 248 KB 14 KB [K remote: 1497 KB 248 KB 14 KB [K remote: 1497 KB 248 KB 16 KB [K remote: 1497 KB 248 KB 20 KB [K remote: 1497 KB 248 KB 24 KB [K remote: 1497 KB 248 KB 28 KB [K remote: 1497 KB 248 KB 32 KB [K remote: 1501 KB 248 KB 32 KB [K remote: 1501 KB 248 KB 36 KB [K remote: 1505 KB 248 KB 36 KB [K remote: 1505 KB 248 KB 40 KB [K remote: 1509 KB 248 KB 40 KB [K remote: 1513 KB 248 KB 40 KB [K remote: 1517 KB 248 KB 40 KB [K remote: 1521 KB 248 KB 40 KB [K remote: 1522 KB 248 KB 40 KB [K remote: 1522 KB 248 KB 44 KB [K remote: 1522 KB 4 KB 248 KB 48 KB [K remote: 1522 KB 4 KB 248 KB 48 KB [K remote: 1522 KB 4 KB 248 KB 52 KB [K remote: 1522 KB 8 KB 248 KB 52 KB [K remote: 1522 KB 8 KB 248 KB 56 KB [K remote: 1522 KB 12 KB 248 KB 56 KB [K remote: 1522 KB 12 KB 248 KB 60 KB [K remote: 1522 KB 12 KB 248 KB 64 KB [K remote: 1522 KB 12 KB 248 KB 68 KB [K remote: 1522 KB 16 KB 248 KB 68 KB [K remote: 1522 KB 16 KB 248 KB 72 KB [K remote: 1522 KB 20 KB 248 KB 72 KB [K remote: 1522 KB 20 KB 248 KB 76 KB [K remote: 1522 KB 24 KB 248 KB 80 KB [K remote: 1522 KB 24 KB 248 KB 80 KB [K remote: 1522 KB 24 KB 248 KB 84 KB [K remote: 1522 KB 24 KB 248 KB 88 KB [K remote: 1522 KB 28 KB 248 KB 88 KB [K remote: 1522 KB 28 KB 248 KB 92 KB [K remote: 1522 KB 32 KB 248 KB 92 KB [K remote: 1522 KB 32 KB 248 KB 96 KB [K remote: 1522 KB 36 KB 248 KB 96 KB [K remote: 1522 KB 36 KB 248 KB 100 KB [K remote: 1522 KB 36 KB 248 KB 104 KB [K remote: 1522 KB 40 KB 248 KB 104 KB [K remote: 1522 KB 40 KB 248 KB 108 KB [K remote: 1522 KB 44 KB 248 KB 112 KB [K remote: 1522 KB 44 KB 248 KB 112 KB [K remote: 1522 KB 44 KB 248 KB 116 KB [K remote: 1522 KB 46 KB 248 KB 116 KB [K remote: 1522 KB 46 KB 248 KB 120 KB [K remote: 1522 KB 46 KB 248 KB 124 KB [K remote: 1522 KB 46 KB 248 KB 128 KB [K remote: 1522 KB 46 KB 248 KB 132 KB [K remote: 1526 KB 46 KB 248 KB 132 KB [K remote: 1526 KB 46 KB 248 KB 136 KB [K remote: 1530 KB 46 KB 248 KB 136 KB [K remote: 1530 KB 46 KB 248 KB 140 KB [K remote: 1534 KB 46 KB 248 KB 140 KB [K remote: 1534 KB 46 KB 248 KB 144 KB [K remote: 1534 KB 46 KB 248 KB 148 KB [K remote: 1538 KB 46 KB 248 KB 148 KB [K remote: 1538 KB 46 KB 248 KB 152 KB [K remote: 1542 KB 46 KB 248 KB 152 KB [K remote: 1542 KB 46 KB 248 KB 156 KB [K remote: 1546 KB 46 KB 248 KB 156 KB [K remote: 1546 KB 46 KB 248 KB 160 KB [K remote: 1550 KB 46 KB 248 KB 160 KB [K remote: 1550 KB 46 KB 248 KB 164 KB [K remote: 1554 KB 46 KB 248 KB 164 KB [K remote: 1554 KB 46 KB 248 KB 168 KB [K remote: 1558 KB 46 KB 248 KB 168 KB [K remote: 1558 KB 46 KB 248 KB 172 KB [K remote: 1562 KB 46 KB 248 KB 172 KB [K remote: 1562 KB 46 KB 248 KB 176 KB [K remote: 1566 KB 46 KB 248 KB 176 KB [K remote: 1566 KB 46 KB 248 KB 180 KB [K remote: 1570 KB 46 KB 248 KB 180 KB [K remote: 1570 KB 46 KB 248 KB 184 KB [K remote: 1574 KB 46 KB 248 KB 184 KB [K remote: 1574 KB 46 KB 248 KB 188 KB [K remote: 1574 KB 46 KB 248 KB 190 KB [K remote: 1578 KB 46 KB 248 KB 190 KB [K remote: 1582 KB 46 KB 248 KB 190 KB [K remote: 1586 KB 46 KB 248 KB 190 KB [K remote: 1590 KB 46 KB 248 KB 190 KB [K remote: 1594 KB 46 KB 248 KB 190 KB [K remote: 1598 KB 46 KB 248 KB 190 KB [K remote: 1602 KB 46 KB 248 KB 190 KB [K remote: 1606 KB 46 KB 248 KB 190 KB [K remote: 1608 KB 46 KB 248 KB 190 KB [K remote: 1612 KB 46 KB 248 KB 190 KB [K remote: 1616 KB 46 KB 248 KB 190 KB [K remote: 1620 KB 46 KB 248 KB 190 KB [K remote: 1624 KB 46 KB 248 KB 194 KB [K remote: 1620 KB 46 KB 248 KB 194 KB [K remote: 1624 KB 46 KB 248 KB 198 KB [K remote: 1624 KB 46 KB 248 KB 202 KB [K remote: 1624 KB 46 KB 248 KB 206 KB [K remote: 1624 KB 46 KB 248 KB 210 KB [K remote: 1624 KB 46 KB 248 KB 214 KB [K remote: 1624 KB 46 KB 248 KB 218 KB [K remote: 1624 KB 46 KB 248 KB 222 KB [K remote: 1624 KB 46 KB 248 KB 226 KB [K remote: 1624 KB 46 KB 248 KB 230 KB [K remote: 1628 KB 46 KB 248 KB 230 KB [K remote: 1632 KB 46 KB 248 KB 230 KB [K remote: 1636 KB 46 KB 248 KB 230 KB [K remote: 1640 KB 46 KB 248 KB 234 KB [K remote: 1640 KB 46 KB 248 KB 234 KB [K remote: 1644 KB 46 KB 248 KB 234 KB [K remote: 1648 KB 46 KB 248 KB 234 KB [K remote: 1648 KB 46 KB 248 KB 238 KB [K remote: 1652 KB 46 KB 248 KB 238 KB [K remote: 1656 KB 46 KB 248 KB 238 KB [K remote: 1660 KB 46 KB 248 KB 238 KB [K remote: 1664 KB 46 KB 248 KB 242 KB [K remote: 1668 KB 46 KB 248 KB 242 KB [K remote: 1672 KB 46 KB 248 KB 242 KB [K remote: 1676 KB 46 KB 248 KB 242 KB [K remote: 1680 KB 46 KB 248 KB 242 KB [K remote: 1684 KB 46 KB 248 KB 242 KB [K remote: 1688 KB 46 KB 248 KB 242 KB [K remote: 1692 KB 46 KB 248 KB 242 KB [K remote: 1696 KB 46 KB 248 KB 242 KB [K remote: 1700 KB 46 KB 248 KB 242 KB [K remote: 1704 KB 46 KB 248 KB 242 KB [K remote: 1708 KB 46 KB 248 KB 242 KB [K remote: 1712 KB 46 KB 248 KB 242 KB [K remote: 1716 KB 46 KB 248 KB 242 KB [K remote: 1720 KB 46 KB 248 KB 242 KB [K remote: 1660 KB 46 KB 248 KB 242 KB [K remote: 1720 KB 46 KB 248 KB 246 KB [K remote: 1720 KB 46 KB 248 KB 250 KB [K remote: 1720 KB 46 KB 248 KB 254 KB [K remote: 1720 KB 46 KB 248 KB 258 KB [K remote: 1720 KB 46 KB 248 KB 262 KB [K remote: 1720 KB 46 KB 248 KB 266 KB [K remote: 1720 KB 46 KB 248 KB 270 KB [K remote: 1720 KB 248 KB 274 KB [K remote: 1720 KB 248 KB 278 KB [K remote: 1720 KB 248 KB 282 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/resteasy/jaxrs-api/2.2.1.GA/jaxrs-api-2.2.1.GA.jar (46 KB at 151.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/activation/activation/1.1/activation-1.1.jar[K >remote: [K remote: 1724 KB 286 KB [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.jar (248 KB at 615.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0.3/httpclient-4.0.3.jar[K >remote: 1728 KB 286 KB [K remote: 1732 KB 286 KB [K remote: 1736 KB 286 KB [K remote: [K remote: 1740 KB 286 KB [K remote: 1744 KB 286 KB [K remote: 1748 KB 286 KB [K remote: 1752 KB 286 KB [K remote: 1756 KB 286 KB [K remote: 1760 KB 286 KB [K remote: 1764 KB 286 KB [K remote: 1768 KB 286 KB [K remote: 1720 KB 286 KB [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar[K >remote: 1768 KB 290 KB [K remote: 1768 KB 294 KB [K remote: 1768 KB 298 KB [K remote: 1768 KB 302 KB [K remote: 1768 KB 306 KB [K remote: 1768 KB 310 KB [K remote: 1768 KB 314 KB [K remote: 1768 KB 318 KB [K remote: 1768 KB 322 KB [K remote: 1768 KB 326 KB [K remote: 1768 KB 330 KB [K remote: 1768 KB 334 KB [K remote: 1768 KB 338 KB [K remote: 1768 KB 342 KB [K remote: 1768 KB 346 KB [K remote: 1772 KB 350 KB [K remote: 1772 KB 354 KB [K remote: 1772 KB 358 KB [K remote: 1772 KB 362 KB [K remote: 1772 KB 366 KB [K remote: 1772 KB 370 KB [K remote: 1772 KB 374 KB [K remote: 1772 KB 378 KB [K remote: 1772 KB 346 KB [K remote: 1776 KB 382 KB [K remote: 1780 KB 382 KB [K remote: 1784 KB 382 KB [K remote: 1788 KB 382 KB [K remote: 1792 KB 382 KB [K remote: 1796 KB 382 KB [K remote: 1800 KB 382 KB [K remote: 1804 KB 382 KB [K remote: 1808 KB 382 KB [K remote: 1812 KB 382 KB [K remote: 1816 KB 382 KB [K remote: 1820 KB 382 KB [K remote: 1824 KB 382 KB [K remote: 1828 KB 382 KB [K remote: 1832 KB 382 KB [K remote: 1836 KB 382 KB [K remote: 1840 KB 382 KB [K remote: 1844 KB 382 KB [K remote: 1796 KB 382 KB [K remote: 1844 KB 386 KB [K remote: 1844 KB 390 KB [K remote: 1844 KB 394 KB [K remote: 1844 KB 398 KB [K remote: 1844 KB 402 KB [K remote: 1844 KB 406 KB [K remote: 1844 KB 410 KB [K remote: 1844 KB 414 KB [K remote: 1848 KB 414 KB [K remote: 1848 KB 418 KB [K remote: 1852 KB 418 KB [K remote: 1852 KB 422 KB [K remote: 1856 KB 422 KB [K remote: 1856 KB 426 KB [K remote: 1860 KB 426 KB [K remote: 1860 KB 430 KB [K remote: 1864 KB 430 KB [K remote: 1864 KB 434 KB [K remote: 1868 KB 434 KB [K remote: 1868 KB 438 KB [K remote: 1872 KB 438 KB [K remote: 1872 KB 442 KB [K remote: 1876 KB 442 KB [K remote: 1876 KB 446 KB [K remote: 1880 KB 446 KB [K remote: 1884 KB 450 KB [K remote: 1884 KB 450 KB [K remote: 1888 KB 450 KB [K remote: 1888 KB 454 KB [K remote: 1892 KB 454 KB [K remote: 1892 KB 458 KB [K remote: 1896 KB 458 KB [K remote: 1896 KB 462 KB [K remote: 1900 KB 462 KB [K remote: 1900 KB 466 KB [K remote: 1904 KB 466 KB [K remote: 1904 KB 470 KB [K remote: 1908 KB 470 KB [K remote: 1908 KB 474 KB [K remote: 1912 KB 474 KB [K remote: 1912 KB 478 KB [K remote: 1916 KB 478 KB [K remote: 1916 KB 482 KB [K remote: 1920 KB 482 KB [K remote: 1920 KB 486 KB [K remote: 1924 KB 486 KB [K remote: 1924 KB 490 KB [K remote: 1928 KB 490 KB [K remote: 1928 KB 494 KB [K remote: 1932 KB 494 KB [K remote: 1932 KB 498 KB [K remote: 1936 KB 498 KB [K remote: 1936 KB 502 KB [K remote: 1940 KB 502 KB [K remote: 1940 KB 506 KB [K remote: 1944 KB 506 KB [K remote: 1944 KB 510 KB [K remote: 1948 KB 510 KB [K remote: 1948 KB 514 KB [K remote: 1952 KB 514 KB [K remote: 1952 KB 518 KB [K remote: 1956 KB 518 KB [K remote: 1956 KB 522 KB [K remote: 1960 KB 522 KB [K remote: 1960 KB 526 KB [K remote: 1964 KB 526 KB [K remote: 1964 KB 530 KB [K remote: 1968 KB 530 KB [K remote: 1968 KB 534 KB [K remote: 1972 KB 534 KB [K remote: 1972 KB 538 KB [K remote: 1976 KB 538 KB [K remote: 1976 KB 542 KB [K remote: 1980 KB 542 KB [K remote: 1980 KB 546 KB [K remote: 1984 KB 546 KB [K remote: 1984 KB 550 KB [K remote: 1988 KB 550 KB [K remote: 1988 KB 554 KB [K remote: 1992 KB 554 KB [K remote: 1992 KB 558 KB [K remote: 1996 KB 558 KB [K remote: 1996 KB 562 KB [K remote: 2000 KB 562 KB [K remote: 2000 KB 564 KB [K remote: 2004 KB 564 KB [K remote: 2008 KB 564 KB [K remote: 2012 KB 564 KB [K remote: 2016 KB 564 KB [K remote: 2020 KB 564 KB [K remote: 2024 KB 564 KB [K remote: 2028 KB 564 KB [K remote: 2032 KB 564 KB [K remote: 2036 KB 564 KB [K remote: 2040 KB 564 KB [K remote: 2044 KB 564 KB [K remote: 2048 KB 564 KB [K remote: 2052 KB 564 KB [K remote: 2056 KB 564 KB [K remote: 2060 KB 564 KB [K remote: 2064 KB 564 KB [K remote: 2068 KB 564 KB [K remote: 2072 KB 564 KB [K remote: 2076 KB 564 KB [K remote: 2080 KB 564 KB [K remote: 2084 KB 564 KB [K remote: 2086 KB 564 KB [K remote: 2086 KB 4 KB 564 KB [K remote: 2086 KB 8 KB 564 KB [K remote: 2086 KB 12 KB 564 KB [K remote: 2086 KB 16 KB 564 KB [K remote: 2086 KB 20 KB 564 KB [K remote: 2086 KB 24 KB 564 KB [K remote: 2086 KB 28 KB 564 KB [K remote: 2086 KB 32 KB 564 KB [K remote: 2086 KB 36 KB 564 KB [K remote: 2086 KB 40 KB 564 KB [K remote: 2086 KB 44 KB 564 KB [K remote: 2086 KB 48 KB 564 KB [K remote: 2086 KB 52 KB 564 KB [K remote: 2086 KB 56 KB 564 KB [K remote: 2086 KB 60 KB 564 KB [K remote: 2086 KB 62 KB 564 KB [K remote: 4 KB 2086 KB 62 KB 564 KB [K remote: 8 KB 2086 KB 62 KB 564 KB [K remote: 12 KB 2086 KB 62 KB 564 KB [K remote: 16 KB 2086 KB 62 KB 564 KB [K remote: 20 KB 2086 KB 62 KB 564 KB [K remote: 24 KB 2086 KB 62 KB 564 KB [K remote: 28 KB 2086 KB 62 KB 564 KB [K remote: 32 KB 2086 KB 62 KB 564 KB [K remote: 36 KB 2086 KB 62 KB 564 KB [K remote: 40 KB 2086 KB 62 KB 564 KB [K remote: 44 KB 2086 KB 62 KB 564 KB [K remote: 48 KB 2086 KB 62 KB 564 KB [K remote: 52 KB 2086 KB 62 KB 564 KB [K remote: 56 KB 2086 KB 62 KB 564 KB [K remote: 60 KB 2086 KB 62 KB 564 KB [K remote: 64 KB 2086 KB 62 KB 564 KB [K remote: 68 KB 2086 KB 62 KB 564 KB [K remote: 72 KB 2086 KB 62 KB 564 KB [K remote: 76 KB 2086 KB 62 KB 564 KB [K remote: 80 KB 2086 KB 62 KB 564 KB [K remote: 84 KB 2086 KB 62 KB 564 KB [K remote: 88 KB 2086 KB 62 KB 564 KB [K remote: 92 KB 2086 KB 62 KB 564 KB [K remote: 96 KB 2086 KB 62 KB 564 KB [K remote: 100 KB 2086 KB 62 KB 564 KB [K remote: 104 KB 2086 KB 62 KB 564 KB [K remote: 108 KB 2086 KB 62 KB 564 KB [K remote: 112 KB 2086 KB 62 KB 564 KB [K remote: 116 KB 2086 KB 62 KB 564 KB [K remote: 120 KB 2086 KB 62 KB 564 KB [K remote: 124 KB 2086 KB 62 KB 564 KB [K remote: 128 KB 2086 KB 62 KB 564 KB [K remote: 132 KB 2086 KB 62 KB 564 KB [K remote: 136 KB 2086 KB 62 KB 564 KB [K remote: 140 KB 2086 KB 62 KB 564 KB [K remote: 144 KB 2086 KB 62 KB 564 KB [K remote: 148 KB 2086 KB 62 KB 564 KB [K remote: 152 KB 2086 KB 62 KB 564 KB [K remote: 156 KB 2086 KB 62 KB 564 KB [K remote: 160 KB 2086 KB 62 KB 564 KB [K remote: 164 KB 2086 KB 62 KB 564 KB [K remote: 168 KB 2086 KB 62 KB 564 KB [K remote: 169 KB 2086 KB 62 KB 564 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 4 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 8 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 12 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 16 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 20 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 24 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 28 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 32 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 36 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 40 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 44 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 48 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 52 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 56 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 60 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 64 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 68 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 72 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 76 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 80 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 84 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 88 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 92 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 96 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 100 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 104 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 108 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 112 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 116 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 120 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 124 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 128 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 132 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 136 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 140 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 144 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 148 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 152 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 156 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 160 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 164 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 168 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 172 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 176 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 180 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 184 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 188 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 192 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 196 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 200 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 204 KB [K remote: 169 KB 2086 KB 62 KB 564 KB 208 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/activation/activation/1.1/activation-1.1.jar (62 KB at 205.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jboss/resteasy/resteasy-jaxrs/2.2.1.GA/resteasy-jaxrs-2.2.1.GA.jar (564 KB at 939.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar[K >remote: 169 KB 2086 KB 212 KB [K remote: 169 KB 2086 KB 216 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/jgroups/jgroups/2.12.0.Final/jgroups-2.12.0.Final.jar (2086 KB at 1488.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar[K >remote: 169 KB 220 KB [K remote: 169 KB 224 KB [K remote: 169 KB 228 KB [K remote: 169 KB 232 KB [K remote: 169 KB 236 KB [K remote: 169 KB 240 KB [K remote: 169 KB 244 KB [K remote: 169 KB 248 KB [K remote: 169 KB 252 KB [K remote: 169 KB 256 KB [K remote: 169 KB 260 KB [K remote: 169 KB 264 KB [K remote: 169 KB 268 KB [K remote: 169 KB 272 KB [K remote: 169 KB 276 KB [K remote: 169 KB 280 KB [K remote: 169 KB 284 KB [K remote: 169 KB 287 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (169 KB at 447.8 KB/sec)[K >remote: 287 KB 3 KB [K remote: 4 KB 287 KB 3 KB [K remote: 8 KB 287 KB 3 KB [K remote: 12 KB 287 KB 3 KB [K remote: 16 KB 287 KB 3 KB [K remote: 20 KB 287 KB 3 KB [K remote: 24 KB 287 KB 3 KB [K remote: 28 KB 287 KB 3 KB [K remote: 32 KB 287 KB 3 KB [K remote: 36 KB 287 KB 3 KB [K remote: 40 KB 287 KB 3 KB [K remote: 44 KB 287 KB 3 KB [K remote: 48 KB 287 KB 3 KB [K remote: 52 KB 287 KB 3 KB [K remote: 56 KB 287 KB 3 KB [K remote: 60 KB 287 KB 3 KB [K remote: 4 KB 60 KB 287 KB 3 KB [K remote: 8 KB 60 KB 287 KB 3 KB [K remote: 12 KB 60 KB 287 KB 3 KB [K remote: 16 KB 60 KB 287 KB 3 KB [K remote: 20 KB 60 KB 287 KB 3 KB [K remote: 21 KB 60 KB 287 KB 3 KB [K remote: 23 KB 60 KB 287 KB 3 KB [K remote: 24 KB 60 KB 287 KB 3 KB [K remote: 28 KB 60 KB 287 KB 3 KB [K remote: 32 KB 60 KB 287 KB 3 KB [K remote: 36 KB 60 KB 287 KB 3 KB [K remote: 40 KB 60 KB 287 KB 3 KB [K remote: 44 KB 60 KB 287 KB 3 KB [K remote: 46 KB 60 KB 287 KB 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0.3/httpclient-4.0.3.jar (287 KB at 663.6 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (60 KB at 361.4 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (3 KB at 12.2 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (46 KB at 246.6 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/jboss/jbossws/jboss-jaxrpc/2.0.3.GA/jboss-jaxrpc-2.0.3.GA.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/ejb3/jboss-ejb3-api/3.1.0/jboss-ejb3-api-3.1.0.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/javax/faces/jsf-api/2.0.2-FCS/jsf-api-2.0.2-FCS.jar[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/javax/faces/jsf-impl/2.0.2-FCS/jsf-impl-2.0.2-FCS.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 8 KB 4 KB [K remote: 8 KB 8 KB [K remote: 4 KB 8 KB 8 KB [K remote: 8 KB 8 KB 8 KB [K remote: 8 KB 4 KB 8 KB 8 KB [K remote: 8 KB 8 KB 8 KB 8 KB [K remote: 8 KB 4 KB 8 KB 8 KB 8 KB [K remote: 8 KB 8 KB 8 KB 8 KB 8 KB [K remote: 8 KB 8 KB 8 KB 11 KB 8 KB [K remote: 8 KB 8 KB 8 KB 11 KB 12 KB [K remote: 8 KB 8 KB 8 KB 11 KB 16 KB [K remote: 8 KB 8 KB 8 KB 11 KB 16 KB [K remote: 12 KB 8 KB 8 KB 11 KB 16 KB [K remote: 16 KB 8 KB 8 KB 11 KB 16 KB [K remote: 16 KB 8 KB 8 KB 11 KB 16 KB [K remote: 16 KB 8 KB 12 KB 11 KB 16 KB [K remote: 16 KB 8 KB 16 KB 11 KB 16 KB [K remote: 16 KB 8 KB 16 KB 11 KB 16 KB [K remote: 16 KB 12 KB 16 KB 11 KB 16 KB [K remote: 16 KB 16 KB 16 KB 11 KB 16 KB [K remote: 16 KB 16 KB 16 KB 11 KB 20 KB [K remote: 16 KB 16 KB 16 KB 11 KB 24 KB [K remote: 20 KB 16 KB 16 KB 11 KB 24 KB [K remote: 24 KB 16 KB 16 KB 11 KB 24 KB [K remote: 28 KB 16 KB 16 KB 11 KB 24 KB [K remote: 28 KB 20 KB 16 KB 11 KB 24 KB [K remote: 28 KB 23 KB 16 KB 11 KB 24 KB [K remote: 28 KB 23 KB 16 KB 11 KB 24 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2.jar (11 KB at 24.6 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-core/1.1.0.CR3/weld-core-1.1.0.CR3.jar[K >remote: 28 KB 23 KB 20 KB 24 KB [K remote: 28 KB 23 KB 24 KB 24 KB [K remote: 28 KB 23 KB 28 KB 24 KB [K remote: 28 KB 23 KB 32 KB 24 KB [K remote: 28 KB 27 KB 32 KB 24 KB [K remote: 28 KB 31 KB 32 KB 24 KB [K remote: 28 KB 31 KB 32 KB 28 KB [K remote: 28 KB 31 KB 32 KB 32 KB [K remote: 28 KB 31 KB 36 KB 32 KB [K remote: 28 KB 31 KB 39 KB 32 KB [K remote: 28 KB 31 KB 39 KB 36 KB [K remote: 28 KB 31 KB 39 KB 39 KB [K remote: 28 KB 31 KB 39 KB 43 KB [K remote: 28 KB 31 KB 39 KB 47 KB [K remote: 28 KB 31 KB 39 KB 50 KB [K remote: 28 KB 35 KB 39 KB 50 KB [K remote: 28 KB 39 KB 39 KB 50 KB [K remote: 28 KB 43 KB 39 KB 50 KB [K remote: 28 KB 47 KB 39 KB 50 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/jboss/jbossws/jboss-jaxrpc/2.0.3.GA/jboss-jaxrpc-2.0.3.GA.jar (28 KB at 54.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/seam/solder/seam-solder/3.0.0.Beta1/seam-solder-3.0.0.Beta1.jar[K >remote: 47 KB 43 KB 50 KB [K remote: 47 KB 47 KB 50 KB [K remote: 47 KB 51 KB 50 KB [K remote: 47 KB 55 KB 50 KB [K remote: 47 KB 59 KB 50 KB [K remote: 47 KB 63 KB 50 KB [K remote: 47 KB 67 KB 50 KB [K remote: 47 KB 71 KB 50 KB [K remote: 51 KB 71 KB 50 KB [K remote: 55 KB 71 KB 50 KB [K remote: 59 KB 71 KB 50 KB [K remote: 63 KB 71 KB 50 KB [K remote: 67 KB 71 KB 50 KB [K remote: 70 KB 71 KB 50 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/ejb3/jboss-ejb3-api/3.1.0/jboss-ejb3-api-3.1.0.jar (50 KB at 85.6 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/hibernate-ogm-core-3.0.0-20120123.050241-41.jar[K >remote: 4 KB 70 KB 71 KB [K remote: 8 KB 70 KB 71 KB [K remote: 12 KB 70 KB 71 KB [K remote: 16 KB 70 KB 71 KB [K remote: 16 KB 70 KB 75 KB [K remote: 16 KB 70 KB 79 KB [K remote: 16 KB 70 KB 83 KB [K remote: 16 KB 70 KB 86 KB [K remote: 16 KB 70 KB 90 KB [K remote: 16 KB 70 KB 94 KB [K remote: 16 KB 70 KB 98 KB [K remote: 16 KB 70 KB 102 KB [K remote: 16 KB 74 KB 102 KB [K remote: 16 KB 78 KB 102 KB [K remote: 16 KB 82 KB 102 KB [K remote: 20 KB 4 KB 86 KB 102 KB [K remote: 20 KB 4 KB 90 KB 102 KB [K remote: 20 KB 4 KB 94 KB 102 KB [K remote: 20 KB 4 KB 98 KB 102 KB [K remote: 20 KB 4 KB 102 KB 102 KB [K remote: 20 KB 4 KB 82 KB 102 KB [K remote: 23 KB 4 KB 102 KB 102 KB [K remote: 16 KB 4 KB 82 KB 102 KB [K remote: 23 KB 8 KB 102 KB 102 KB [K remote: 27 KB 8 KB 102 KB 102 KB [K remote: 31 KB 8 KB 102 KB 102 KB [K remote: 35 KB 8 KB 102 KB 102 KB [K remote: 39 KB 8 KB 102 KB 102 KB [K remote: 39 KB 8 KB 102 KB 106 KB [K remote: 39 KB 8 KB 102 KB 110 KB [K remote: 39 KB 8 KB 102 KB 114 KB [K remote: 39 KB 8 KB 102 KB 118 KB [K remote: 39 KB 8 KB 102 KB 122 KB [K remote: 39 KB 8 KB 102 KB 125 KB [K remote: 39 KB 8 KB 102 KB 129 KB [K remote: 39 KB 8 KB 102 KB 133 KB [K remote: 39 KB 8 KB 102 KB 137 KB [K remote: 39 KB 8 KB 102 KB 141 KB [K remote: 39 KB 8 KB 106 KB 141 KB [K remote: 39 KB 8 KB 109 KB 141 KB [K remote: 39 KB 8 KB 113 KB 141 KB [K remote: 39 KB 8 KB 117 KB 141 KB [K remote: 39 KB 8 KB 121 KB 141 KB [K remote: 39 KB 8 KB 125 KB 141 KB [K remote: 39 KB 8 KB 129 KB 141 KB [K remote: 39 KB 8 KB 133 KB 141 KB [K remote: 39 KB 8 KB 137 KB 141 KB [K remote: 39 KB 8 KB 141 KB 141 KB [K remote: 39 KB 8 KB 145 KB 141 KB [K remote: 39 KB 8 KB 148 KB 141 KB [K remote: 39 KB 8 KB 152 KB 141 KB [K remote: 39 KB 8 KB 156 KB 141 KB [K remote: 39 KB 8 KB 4 KB 156 KB 141 KB [K remote: 39 KB 8 KB 8 KB 156 KB 141 KB [K remote: 39 KB 8 KB 12 KB 156 KB 141 KB [K remote: 39 KB 8 KB 16 KB 156 KB 141 KB [K remote: 39 KB 8 KB 20 KB 156 KB 141 KB [K remote: 39 KB 8 KB 23 KB 156 KB 141 KB [K remote: 39 KB 12 KB 23 KB 156 KB 141 KB [K remote: 39 KB 16 KB 23 KB 156 KB 141 KB [K remote: 39 KB 16 KB 23 KB 156 KB 141 KB [K remote: 43 KB 16 KB 23 KB 156 KB 141 KB [K remote: 47 KB 16 KB 23 KB 156 KB 141 KB [K remote: 51 KB 16 KB 23 KB 156 KB 141 KB [K remote: 55 KB 16 KB 23 KB 156 KB 141 KB [K remote: 59 KB 16 KB 23 KB 156 KB 141 KB [K remote: 63 KB 16 KB 23 KB 156 KB 141 KB [K remote: 63 KB 16 KB 23 KB 156 KB 145 KB [K remote: 63 KB 16 KB 23 KB 156 KB 149 KB [K remote: 63 KB 16 KB 23 KB 156 KB 153 KB [K remote: 63 KB 16 KB 23 KB 156 KB 157 KB [K remote: 63 KB 16 KB 23 KB 156 KB 161 KB [K remote: 63 KB 16 KB 23 KB 156 KB 164 KB [K remote: 63 KB 16 KB 23 KB 160 KB 164 KB [K remote: 63 KB 16 KB 23 KB 160 KB 168 KB [K remote: 63 KB 16 KB 23 KB 164 KB 168 KB [K remote: 63 KB 16 KB 23 KB 164 KB 172 KB [K remote: 63 KB 16 KB 23 KB 164 KB 176 KB [K remote: 63 KB 16 KB 23 KB 168 KB 180 KB [K remote: 63 KB 16 KB 23 KB 168 KB 184 KB [K remote: 63 KB 16 KB 23 KB 168 KB 188 KB [K remote: 63 KB 16 KB 23 KB 168 KB 176 KB [K remote: 63 KB 16 KB 23 KB 172 KB 188 KB [K remote: 63 KB 16 KB 23 KB 176 KB 188 KB [K remote: 63 KB 16 KB 23 KB 180 KB 188 KB [K remote: 63 KB 16 KB 23 KB 184 KB 188 KB [K remote: 63 KB 16 KB 23 KB 188 KB 188 KB [K remote: 63 KB 16 KB 23 KB 192 KB 188 KB [K remote: 63 KB 16 KB 23 KB 195 KB 188 KB [K remote: 63 KB 16 KB 23 KB 199 KB 188 KB [K remote: 63 KB 16 KB 23 KB 203 KB 188 KB [K remote: 63 KB 16 KB 23 KB 207 KB 188 KB [K remote: 63 KB 16 KB 23 KB 211 KB 188 KB [K remote: 63 KB 16 KB 27 KB 211 KB 188 KB [K remote: 63 KB 16 KB 31 KB 211 KB 188 KB [K remote: 63 KB 16 KB 35 KB 211 KB 188 KB [K remote: 63 KB 16 KB 39 KB 211 KB 188 KB [K remote: 63 KB 16 KB 43 KB 211 KB 188 KB [K remote: 63 KB 16 KB 47 KB 211 KB 188 KB [K remote: 63 KB 16 KB 51 KB 211 KB 188 KB [K remote: 63 KB 16 KB 55 KB 211 KB 188 KB [K remote: 63 KB 16 KB 59 KB 211 KB 188 KB [K remote: 63 KB 16 KB 63 KB 211 KB 188 KB [K remote: 63 KB 20 KB 63 KB 211 KB 188 KB [K remote: 63 KB 24 KB 63 KB 211 KB 188 KB [K remote: 63 KB 24 KB 63 KB 211 KB 188 KB [K remote: 63 KB 28 KB 63 KB 211 KB 188 KB [K remote: 63 KB 32 KB 63 KB 211 KB 188 KB [K remote: 67 KB 32 KB 63 KB 211 KB 188 KB [K remote: 70 KB 32 KB 63 KB 211 KB 188 KB [K remote: 74 KB 32 KB 63 KB 211 KB 188 KB [K remote: 78 KB 32 KB 63 KB 211 KB 188 KB [K remote: 82 KB 32 KB 63 KB 211 KB 188 KB [K remote: 86 KB 32 KB 63 KB 211 KB 188 KB [K remote: 90 KB 32 KB 63 KB 211 KB 188 KB [K remote: 90 KB 32 KB 63 KB 211 KB 192 KB [K remote: 94 KB 32 KB 63 KB 211 KB 192 KB [K remote: 94 KB 32 KB 63 KB 211 KB 196 KB [K remote: 98 KB 32 KB 63 KB 211 KB 200 KB [K remote: 98 KB 32 KB 63 KB 211 KB 200 KB [K remote: 102 KB 32 KB 63 KB 211 KB 200 KB [K remote: 102 KB 32 KB 63 KB 211 KB 204 KB [K remote: 102 KB 32 KB 63 KB 211 KB 208 KB [K remote: 102 KB 32 KB 63 KB 211 KB 211 KB [K remote: 102 KB 32 KB 63 KB 211 KB 215 KB [K remote: 102 KB 32 KB 63 KB 211 KB 219 KB [K remote: 102 KB 32 KB 63 KB 211 KB 223 KB [K remote: 102 KB 32 KB 63 KB 211 KB 227 KB [K remote: 102 KB 32 KB 63 KB 211 KB 231 KB [K remote: 102 KB 32 KB 63 KB 211 KB 235 KB [K remote: 102 KB 32 KB 63 KB 215 KB 235 KB [K remote: 102 KB 32 KB 63 KB 219 KB 235 KB [K remote: 102 KB 32 KB 63 KB 223 KB 235 KB [K remote: 102 KB 32 KB 63 KB 227 KB 235 KB [K remote: 102 KB 32 KB 63 KB 231 KB 235 KB [K remote: 102 KB 32 KB 63 KB 234 KB 235 KB [K remote: 102 KB 32 KB 63 KB 238 KB 235 KB [K remote: 102 KB 32 KB 63 KB 242 KB 235 KB [K remote: 102 KB 32 KB 63 KB 246 KB 235 KB [K remote: 102 KB 32 KB 63 KB 250 KB 235 KB [K remote: 102 KB 32 KB 63 KB 254 KB 235 KB [K remote: 102 KB 32 KB 63 KB 258 KB 235 KB [K remote: 102 KB 32 KB 63 KB 262 KB 235 KB [K remote: 102 KB 32 KB 63 KB 266 KB 235 KB [K remote: 102 KB 32 KB 63 KB 270 KB 235 KB [K remote: 102 KB 32 KB 63 KB 273 KB 235 KB [K remote: 102 KB 36 KB 63 KB 273 KB 235 KB [K remote: 102 KB 40 KB 63 KB 273 KB 235 KB [K remote: 102 KB 40 KB 67 KB 273 KB 235 KB [K remote: 102 KB 40 KB 70 KB 273 KB 235 KB [K remote: 102 KB 40 KB 74 KB 273 KB 235 KB [K remote: 102 KB 40 KB 78 KB 273 KB 235 KB [K remote: 102 KB 40 KB 82 KB 273 KB 235 KB [K remote: 102 KB 40 KB 86 KB 273 KB 235 KB [K remote: 102 KB 40 KB 90 KB 273 KB 235 KB [K remote: 102 KB 40 KB 94 KB 273 KB 235 KB [K remote: 102 KB 44 KB 94 KB 273 KB 235 KB [K remote: 102 KB 48 KB 94 KB 273 KB 235 KB [K remote: 102 KB 52 KB 94 KB 273 KB 235 KB [K remote: 102 KB 56 KB 94 KB 273 KB 235 KB [K remote: 106 KB 56 KB 94 KB 273 KB 235 KB [K remote: 109 KB 56 KB 94 KB 273 KB 235 KB [K remote: 113 KB 56 KB 94 KB 273 KB 235 KB [K remote: 117 KB 56 KB 94 KB 273 KB 235 KB [K remote: 121 KB 56 KB 94 KB 273 KB 235 KB [K remote: 125 KB 56 KB 94 KB 273 KB 235 KB [K remote: 129 KB 56 KB 94 KB 273 KB 235 KB [K remote: 133 KB 56 KB 94 KB 273 KB 235 KB [K remote: 137 KB 56 KB 94 KB 273 KB 235 KB [K remote: 141 KB 56 KB 94 KB 273 KB 235 KB [K remote: 141 KB 56 KB 94 KB 273 KB 239 KB [K remote: 141 KB 56 KB 94 KB 273 KB 243 KB [K remote: 141 KB 56 KB 94 KB 273 KB 247 KB [K remote: 141 KB 56 KB 94 KB 273 KB 250 KB [K remote: 141 KB 56 KB 94 KB 273 KB 254 KB [K remote: 141 KB 56 KB 94 KB 273 KB 258 KB [K remote: 141 KB 56 KB 94 KB 277 KB 262 KB [K remote: 141 KB 56 KB 94 KB 277 KB 258 KB [K remote: 141 KB 56 KB 94 KB 281 KB 262 KB [K remote: 141 KB 56 KB 94 KB 281 KB 266 KB [K remote: 141 KB 56 KB 94 KB 281 KB 270 KB [K remote: 141 KB 56 KB 94 KB 281 KB 274 KB [K remote: 141 KB 56 KB 94 KB 281 KB 278 KB [K remote: 141 KB 56 KB 94 KB 281 KB 282 KB [K remote: 141 KB 56 KB 94 KB 285 KB 282 KB [K remote: 141 KB 56 KB 94 KB 289 KB 282 KB [K remote: 141 KB 56 KB 94 KB 289 KB 286 KB [K remote: 141 KB 56 KB 94 KB 289 KB 289 KB [K remote: 141 KB 56 KB 94 KB 289 KB 293 KB [K remote: 141 KB 56 KB 94 KB 293 KB 293 KB [K remote: 141 KB 56 KB 94 KB 297 KB 293 KB [K remote: 141 KB 56 KB 94 KB 297 KB 297 KB [K remote: 141 KB 56 KB 94 KB 297 KB 301 KB [K remote: 141 KB 56 KB 94 KB 301 KB 301 KB [K remote: 141 KB 56 KB 94 KB 305 KB 301 KB [K remote: 141 KB 56 KB 94 KB 305 KB 305 KB [K remote: 141 KB 56 KB 94 KB 305 KB 309 KB [K remote: 141 KB 56 KB 94 KB 309 KB 309 KB [K remote: 141 KB 56 KB 94 KB 313 KB 309 KB [K remote: 141 KB 56 KB 94 KB 313 KB 313 KB [K remote: 141 KB 60 KB 94 KB 313 KB 313 KB [K remote: 141 KB 64 KB 94 KB 313 KB 313 KB [K remote: 141 KB 68 KB 94 KB 313 KB 313 KB [K remote: 141 KB 71 KB 94 KB 313 KB 313 KB [K remote: 141 KB 71 KB 98 KB 313 KB 313 KB [K remote: 141 KB 71 KB 102 KB 313 KB 313 KB [K remote: 141 KB 71 KB 106 KB 313 KB 313 KB [K remote: 141 KB 71 KB 109 KB 313 KB 313 KB [K remote: 141 KB 71 KB 113 KB 313 KB 313 KB [K remote: 141 KB 71 KB 117 KB 313 KB 313 KB [K remote: 141 KB 71 KB 121 KB 313 KB 313 KB [K remote: 141 KB 71 KB 125 KB 313 KB 313 KB [K remote: 145 KB 75 KB 129 KB 313 KB 313 KB [K remote: 145 KB 75 KB 133 KB 313 KB 313 KB [K remote: 145 KB 71 KB 125 KB 313 KB 313 KB [K remote: 148 KB 75 KB 133 KB 313 KB 313 KB [K remote: 152 KB 75 KB 133 KB 313 KB 313 KB [K remote: 156 KB 75 KB 133 KB 313 KB 313 KB [K remote: 160 KB 75 KB 133 KB 313 KB 313 KB [K remote: 164 KB 75 KB 133 KB 313 KB 313 KB [K remote: 168 KB 75 KB 133 KB 313 KB 313 KB [K remote: 172 KB 75 KB 133 KB 313 KB 313 KB [K remote: 176 KB 75 KB 133 KB 313 KB 313 KB [K remote: 180 KB 75 KB 133 KB 313 KB 313 KB [K remote: 184 KB 75 KB 133 KB 313 KB 313 KB [K remote: 188 KB 75 KB 133 KB 313 KB 313 KB [K remote: 145 KB 75 KB 125 KB 313 KB 313 KB [K remote: 188 KB 79 KB 133 KB 313 KB 313 KB [K remote: 188 KB 83 KB 133 KB 313 KB 313 KB [K remote: 188 KB 87 KB 133 KB 313 KB 313 KB [K remote: 188 KB 87 KB 137 KB 313 KB 313 KB [K remote: 192 KB 87 KB 141 KB 313 KB 313 KB [K remote: 192 KB 87 KB 137 KB 313 KB 313 KB [K remote: 195 KB 87 KB 141 KB 313 KB 313 KB [K remote: 199 KB 87 KB 141 KB 313 KB 313 KB [K remote: 203 KB 87 KB 141 KB 313 KB 313 KB [K remote: 207 KB 87 KB 141 KB 313 KB 313 KB [K remote: 211 KB 87 KB 141 KB 317 KB 313 KB [K remote: 207 KB 87 KB 141 KB 317 KB 313 KB [K remote: 211 KB 87 KB 141 KB 317 KB 317 KB [K remote: 211 KB 87 KB 141 KB 320 KB 317 KB [K remote: 211 KB 87 KB 141 KB 320 KB 321 KB [K remote: 211 KB 87 KB 141 KB 324 KB 321 KB [K remote: 211 KB 87 KB 141 KB 328 KB 321 KB [K remote: 211 KB 87 KB 141 KB 328 KB 325 KB [K remote: 211 KB 87 KB 141 KB 328 KB 329 KB [K remote: 211 KB 87 KB 141 KB 332 KB 329 KB [K remote: 211 KB 87 KB 141 KB 336 KB 329 KB [K remote: 211 KB 87 KB 141 KB 336 KB 333 KB [K remote: 211 KB 87 KB 141 KB 336 KB 336 KB [K remote: 211 KB 87 KB 141 KB 336 KB 340 KB [K remote: 211 KB 87 KB 141 KB 336 KB 344 KB [K remote: 211 KB 87 KB 141 KB 340 KB 344 KB [K remote: 211 KB 87 KB 141 KB 340 KB 348 KB [K remote: 211 KB 87 KB 141 KB 344 KB 348 KB [K remote: 211 KB 87 KB 141 KB 344 KB 352 KB [K remote: 211 KB 87 KB 141 KB 348 KB 352 KB [K remote: 211 KB 87 KB 141 KB 352 KB 352 KB [K remote: 211 KB 87 KB 141 KB 352 KB 356 KB [K remote: 211 KB 87 KB 141 KB 352 KB 360 KB [K remote: 211 KB 87 KB 141 KB 352 KB 364 KB [K remote: 211 KB 87 KB 141 KB 352 KB 368 KB [K remote: 211 KB 87 KB 141 KB 352 KB 372 KB [K remote: 211 KB 87 KB 141 KB 352 KB 375 KB [K remote: 211 KB 87 KB 141 KB 356 KB 375 KB [K remote: 211 KB 87 KB 141 KB 359 KB 375 KB [K remote: 211 KB 87 KB 141 KB 359 KB 379 KB [K remote: 211 KB 87 KB 141 KB 359 KB 383 KB [K remote: 211 KB 87 KB 141 KB 363 KB 383 KB [K remote: 211 KB 87 KB 141 KB 367 KB 383 KB [K remote: 211 KB 87 KB 141 KB 371 KB 383 KB [K remote: 211 KB 87 KB 141 KB 375 KB 383 KB [K remote: 211 KB 91 KB 141 KB 375 KB 383 KB [K remote: 211 KB 95 KB 141 KB 375 KB 383 KB [K remote: 211 KB 99 KB 141 KB 375 KB 383 KB [K remote: 211 KB 103 KB 141 KB 375 KB 383 KB [K remote: 211 KB 103 KB 145 KB 375 KB 383 KB [K remote: 211 KB 103 KB 148 KB 375 KB 383 KB [K remote: 211 KB 103 KB 148 KB 375 KB 387 KB [K remote: 211 KB 103 KB 148 KB 375 KB 391 KB [K remote: 211 KB 107 KB 148 KB 375 KB 391 KB [K remote: 211 KB 110 KB 148 KB 375 KB 391 KB [K remote: 211 KB 110 KB 148 KB 375 KB 395 KB [K remote: 211 KB 114 KB 148 KB 375 KB 399 KB [K remote: 211 KB 114 KB 152 KB 375 KB 403 KB [K remote: 211 KB 114 KB 148 KB 375 KB 395 KB [K remote: 215 KB 114 KB 152 KB 375 KB 407 KB [K remote: 215 KB 118 KB 152 KB 375 KB 407 KB [K remote: 215 KB 118 KB 152 KB 375 KB 411 KB [K remote: 215 KB 122 KB 152 KB 375 KB 414 KB [K remote: 215 KB 126 KB 152 KB 375 KB 414 KB [K remote: 215 KB 126 KB 152 KB 379 KB 414 KB [K remote: 215 KB 114 KB 152 KB 375 KB 403 KB [K remote: 215 KB 130 KB 152 KB 379 KB 414 KB [K remote: 219 KB 130 KB 152 KB 383 KB 414 KB [K remote: 211 KB 114 KB 152 KB 375 KB 399 KB [K remote: 219 KB 134 KB 156 KB 383 KB 414 KB [K remote: 219 KB 134 KB 160 KB 383 KB 414 KB [K remote: 219 KB 134 KB 164 KB 383 KB 414 KB [K remote: 219 KB 134 KB 152 KB 383 KB 414 KB [K remote: 219 KB 130 KB 152 KB 379 KB 414 KB [K remote: 215 KB 122 KB 152 KB 375 KB 414 KB [K remote: 223 KB 134 KB 164 KB 383 KB 414 KB [K remote: 223 KB 134 KB 164 KB 383 KB 418 KB [K remote: 227 KB 134 KB 164 KB 383 KB 418 KB [K remote: 227 KB 134 KB 164 KB 383 KB 422 KB [K remote: 231 KB 134 KB 164 KB 383 KB 422 KB [K remote: 234 KB 134 KB 164 KB 383 KB 422 KB [K remote: 234 KB 134 KB 164 KB 383 KB 426 KB [K remote: 238 KB 134 KB 164 KB 383 KB 426 KB [K remote: 242 KB 134 KB 164 KB 383 KB 430 KB [K remote: 242 KB 134 KB 164 KB 387 KB 430 KB [K remote: 242 KB 134 KB 164 KB 391 KB 430 KB [K remote: 242 KB 134 KB 164 KB 395 KB 430 KB [K remote: 242 KB 134 KB 164 KB 398 KB 430 KB [K remote: 242 KB 134 KB 164 KB 402 KB 430 KB [K remote: 238 KB 134 KB 164 KB 383 KB 430 KB [K remote: 242 KB 134 KB 164 KB 406 KB 430 KB [K remote: 242 KB 134 KB 164 KB 406 KB 434 KB [K remote: 242 KB 134 KB 164 KB 406 KB 438 KB [K remote: 242 KB 134 KB 164 KB 410 KB 438 KB [K remote: 242 KB 134 KB 164 KB 414 KB 438 KB [K remote: 242 KB 134 KB 164 KB 414 KB 442 KB [K remote: 242 KB 134 KB 164 KB 414 KB 446 KB [K remote: 242 KB 134 KB 164 KB 418 KB 446 KB [K remote: 242 KB 134 KB 164 KB 422 KB 446 KB [K remote: 242 KB 134 KB 164 KB 422 KB 450 KB [K remote: 242 KB 134 KB 164 KB 422 KB 454 KB [K remote: 242 KB 134 KB 164 KB 426 KB 454 KB [K remote: 242 KB 134 KB 164 KB 430 KB 454 KB [K remote: 242 KB 134 KB 164 KB 430 KB 458 KB [K remote: 242 KB 134 KB 164 KB 430 KB 461 KB [K remote: 242 KB 134 KB 164 KB 434 KB 461 KB [K remote: 242 KB 134 KB 164 KB 438 KB 461 KB [K remote: 242 KB 134 KB 164 KB 438 KB 465 KB [K remote: 242 KB 134 KB 164 KB 438 KB 469 KB [K remote: 242 KB 134 KB 164 KB 438 KB 473 KB [K remote: 242 KB 138 KB 164 KB 438 KB 473 KB [K remote: 242 KB 138 KB 164 KB 438 KB 477 KB [K remote: 242 KB 142 KB 164 KB 438 KB 477 KB [K remote: 242 KB 142 KB 164 KB 438 KB 481 KB [K remote: 242 KB 142 KB 164 KB 438 KB 485 KB [K remote: 242 KB 146 KB 164 KB 438 KB 485 KB [K remote: 242 KB 149 KB 164 KB 438 KB 485 KB [K remote: 242 KB 149 KB 164 KB 438 KB 489 KB [K remote: 242 KB 149 KB 164 KB 438 KB 493 KB [K remote: 242 KB 149 KB 168 KB 438 KB 493 KB [K remote: 242 KB 149 KB 172 KB 438 KB 493 KB [K remote: 242 KB 149 KB 176 KB 438 KB 493 KB [K remote: 242 KB 149 KB 180 KB 438 KB 493 KB [K remote: 242 KB 149 KB 184 KB 438 KB 493 KB [K remote: 242 KB 149 KB 188 KB 438 KB 493 KB [K remote: 242 KB 149 KB 192 KB 438 KB 493 KB [K remote: 242 KB 149 KB 195 KB 438 KB 493 KB [K remote: 242 KB 149 KB 199 KB 438 KB 493 KB [K remote: 242 KB 149 KB 203 KB 438 KB 493 KB [K remote: 242 KB 149 KB 206 KB 438 KB 493 KB [K remote: 242 KB 149 KB 206 KB 442 KB 493 KB [K remote: 242 KB 149 KB 206 KB 445 KB 493 KB [K remote: 242 KB 149 KB 206 KB 445 KB 497 KB [K remote: 242 KB 149 KB 206 KB 445 KB 500 KB [K remote: 242 KB 149 KB 206 KB 445 KB 504 KB [K remote: 242 KB 149 KB 206 KB 445 KB 508 KB [K remote: 242 KB 149 KB 206 KB 445 KB 512 KB [K remote: 242 KB 149 KB 206 KB 445 KB 516 KB [K remote: 242 KB 149 KB 206 KB 445 KB 520 KB [K remote: 242 KB 149 KB 206 KB 445 KB 524 KB [K remote: 242 KB 149 KB 206 KB 445 KB 528 KB [K remote: 242 KB 149 KB 206 KB 445 KB 532 KB [K remote: 242 KB 153 KB 206 KB 445 KB 532 KB [K remote: 242 KB 157 KB 206 KB 445 KB 532 KB [K remote: 246 KB 157 KB 206 KB 445 KB 532 KB [K remote: 250 KB 157 KB 206 KB 445 KB 532 KB [K remote: 250 KB 161 KB 206 KB 445 KB 532 KB [K remote: 254 KB 161 KB 206 KB 445 KB 532 KB [K remote: 258 KB 161 KB 206 KB 445 KB 532 KB [K remote: 258 KB 165 KB 206 KB 445 KB 532 KB [K remote: 262 KB 165 KB 206 KB 445 KB 532 KB [K remote: 262 KB 169 KB 206 KB 445 KB 532 KB [K remote: 266 KB 169 KB 206 KB 445 KB 532 KB [K remote: 266 KB 173 KB 206 KB 445 KB 532 KB [K remote: 266 KB 177 KB 206 KB 445 KB 532 KB [K remote: 266 KB 177 KB 206 KB 449 KB 532 KB [K remote: 266 KB 181 KB 206 KB 449 KB 532 KB [K remote: 266 KB 181 KB 206 KB 453 KB 532 KB [K remote: 266 KB 185 KB 206 KB 453 KB 532 KB [K remote: 266 KB 189 KB 206 KB 453 KB 532 KB [K remote: 266 KB 189 KB 206 KB 457 KB 532 KB [K remote: 266 KB 189 KB 206 KB 461 KB 532 KB [K remote: 266 KB 193 KB 206 KB 461 KB 532 KB [K remote: 266 KB 196 KB 206 KB 461 KB 532 KB [K remote: 266 KB 196 KB 206 KB 465 KB 532 KB [K remote: 266 KB 196 KB 206 KB 469 KB 532 KB [K remote: 266 KB 200 KB 206 KB 469 KB 532 KB [K remote: 266 KB 204 KB 206 KB 469 KB 532 KB [K remote: 266 KB 204 KB 206 KB 473 KB 532 KB [K remote: 266 KB 204 KB 206 KB 477 KB 532 KB [K remote: 266 KB 208 KB 206 KB 477 KB 532 KB [K remote: 266 KB 212 KB 206 KB 477 KB 532 KB [K remote: 266 KB 212 KB 206 KB 481 KB 532 KB [K remote: 266 KB 212 KB 206 KB 484 KB 532 KB [K remote: 266 KB 212 KB 206 KB 488 KB 532 KB [K remote: 266 KB 212 KB 206 KB 488 KB 536 KB [K remote: 266 KB 212 KB 206 KB 492 KB 536 KB [K remote: 266 KB 212 KB 206 KB 492 KB 539 KB [K remote: 266 KB 212 KB 206 KB 496 KB 539 KB [K remote: 266 KB 212 KB 206 KB 496 KB 543 KB [K remote: 266 KB 212 KB 206 KB 500 KB 543 KB [K remote: 266 KB 212 KB 206 KB 500 KB 547 KB [K remote: 266 KB 212 KB 206 KB 504 KB 547 KB [K remote: 266 KB 212 KB 206 KB 504 KB 551 KB [K remote: 266 KB 212 KB 206 KB 508 KB 551 KB [K remote: 266 KB 212 KB 206 KB 508 KB 555 KB [K remote: 266 KB 212 KB 206 KB 512 KB 555 KB [K remote: 266 KB 212 KB 206 KB 512 KB 559 KB [K remote: 266 KB 212 KB 206 KB 516 KB 559 KB [K remote: 266 KB 212 KB 206 KB 516 KB 563 KB [K remote: 266 KB 212 KB 206 KB 520 KB 563 KB [K remote: 266 KB 212 KB 206 KB 520 KB 567 KB [K remote: 266 KB 212 KB 206 KB 523 KB 567 KB [K remote: 266 KB 212 KB 206 KB 523 KB 571 KB [K remote: 266 KB 212 KB 206 KB 527 KB 571 KB [K remote: 266 KB 212 KB 206 KB 527 KB 575 KB [K remote: 266 KB 212 KB 206 KB 531 KB 575 KB [K remote: 266 KB 212 KB 206 KB 531 KB 579 KB [K remote: 266 KB 212 KB 206 KB 535 KB 579 KB [K remote: 266 KB 212 KB 206 KB 535 KB 583 KB [K remote: 266 KB 212 KB 206 KB 539 KB 583 KB [K remote: 266 KB 212 KB 206 KB 539 KB 586 KB [K remote: 266 KB 212 KB 206 KB 543 KB 586 KB [K remote: 266 KB 212 KB 206 KB 543 KB 590 KB [K remote: 266 KB 212 KB 206 KB 547 KB 590 KB [K remote: 266 KB 212 KB 206 KB 547 KB 594 KB [K remote: 266 KB 212 KB 206 KB 551 KB 594 KB [K remote: 266 KB 212 KB 206 KB 551 KB 598 KB [K remote: 266 KB 212 KB 206 KB 555 KB 598 KB [K remote: 266 KB 212 KB 206 KB 555 KB 602 KB [K remote: 266 KB 212 KB 206 KB 559 KB 602 KB [K remote: 266 KB 212 KB 206 KB 559 KB 606 KB [K remote: 266 KB 212 KB 206 KB 563 KB 606 KB [K remote: 266 KB 212 KB 206 KB 563 KB 610 KB [K remote: 266 KB 212 KB 206 KB 563 KB 614 KB [K remote: 266 KB 212 KB 206 KB 563 KB 618 KB [K remote: 266 KB 212 KB 206 KB 563 KB 622 KB [K remote: 266 KB 212 KB 206 KB 563 KB 625 KB [K remote: 266 KB 212 KB 206 KB 563 KB 629 KB [K remote: 266 KB 212 KB 206 KB 563 KB 633 KB [K remote: 266 KB 212 KB 206 KB 563 KB 637 KB [K remote: 266 KB 212 KB 206 KB 563 KB 641 KB [K remote: 266 KB 212 KB 206 KB 563 KB 645 KB [K remote: 266 KB 212 KB 206 KB 563 KB 649 KB [K remote: 266 KB 212 KB 206 KB 563 KB 653 KB [K remote: 266 KB 212 KB 206 KB 563 KB 657 KB [K remote: 266 KB 212 KB 206 KB 563 KB 661 KB [K remote: 266 KB 212 KB 206 KB 563 KB 664 KB [K remote: 266 KB 212 KB 206 KB 563 KB 668 KB [K remote: 266 KB 212 KB 206 KB 563 KB 672 KB [K remote: 266 KB 212 KB 206 KB 563 KB 676 KB [K remote: 266 KB 212 KB 206 KB 563 KB 680 KB [K remote: 266 KB 212 KB 206 KB 563 KB 684 KB [K remote: 266 KB 212 KB 206 KB 563 KB 688 KB [K remote: 270 KB 212 KB 206 KB 563 KB 688 KB [K remote: 270 KB 216 KB 206 KB 563 KB 688 KB [K remote: 273 KB 216 KB 206 KB 563 KB 688 KB [K remote: 273 KB 220 KB 206 KB 563 KB 688 KB [K remote: 277 KB 220 KB 206 KB 563 KB 688 KB [K remote: 277 KB 224 KB 206 KB 563 KB 688 KB [K remote: 281 KB 224 KB 206 KB 563 KB 688 KB [K remote: 281 KB 228 KB 206 KB 563 KB 688 KB [K remote: 285 KB 228 KB 206 KB 563 KB 688 KB [K remote: 285 KB 232 KB 206 KB 563 KB 688 KB [K remote: 289 KB 232 KB 206 KB 563 KB 688 KB [K remote: 289 KB 235 KB 206 KB 563 KB 688 KB [K remote: 293 KB 235 KB 206 KB 563 KB 688 KB [K remote: 293 KB 239 KB 206 KB 563 KB 688 KB [K remote: 293 KB 243 KB 206 KB 563 KB 688 KB [K remote: 297 KB 243 KB 206 KB 563 KB 688 KB [K remote: 297 KB 247 KB 206 KB 563 KB 688 KB [K remote: 297 KB 251 KB 206 KB 563 KB 688 KB [K remote: 297 KB 251 KB 206 KB 567 KB 688 KB [K remote: 297 KB 251 KB 206 KB 570 KB 688 KB [K remote: 297 KB 255 KB 206 KB 570 KB 688 KB [K remote: 297 KB 259 KB 206 KB 570 KB 688 KB [K remote: 297 KB 259 KB 206 KB 574 KB 692 KB [K remote: 297 KB 259 KB 206 KB 574 KB 696 KB [K remote: 297 KB 259 KB 206 KB 574 KB 700 KB [K remote: 297 KB 259 KB 206 KB 574 KB 704 KB [K remote: 297 KB 259 KB 206 KB 574 KB 708 KB [K remote: 297 KB 259 KB 206 KB 574 KB 711 KB [K remote: 297 KB 259 KB 206 KB 574 KB 715 KB [K remote: 297 KB 259 KB 206 KB 574 KB 719 KB [K remote: 297 KB 259 KB 206 KB 574 KB 723 KB [K remote: 297 KB 259 KB 206 KB 574 KB 688 KB [K remote: 297 KB 259 KB 206 KB 578 KB 723 KB [K remote: 297 KB 259 KB 206 KB 581 KB 723 KB [K remote: 297 KB 259 KB 206 KB 581 KB 727 KB [K remote: 297 KB 259 KB 206 KB 581 KB 731 KB [K remote: 297 KB 259 KB 206 KB 581 KB 735 KB [K remote: 297 KB 259 KB 206 KB 581 KB 739 KB [K remote: 297 KB 259 KB 206 KB 581 KB 743 KB [K remote: 297 KB 259 KB 206 KB 581 KB 747 KB [K remote: 297 KB 259 KB 206 KB 581 KB 750 KB [K remote: 297 KB 259 KB 206 KB 581 KB 754 KB [K remote: 297 KB 259 KB 206 KB 581 KB 758 KB [K remote: 297 KB 259 KB 206 KB 581 KB 762 KB [K remote: 297 KB 259 KB 206 KB 581 KB 766 KB [K remote: 297 KB 259 KB 206 KB 581 KB 770 KB [K remote: 297 KB 259 KB 206 KB 581 KB 774 KB [K remote: 297 KB 259 KB 206 KB 581 KB 778 KB [K remote: 297 KB 259 KB 206 KB 581 KB 782 KB [K remote: 297 KB 259 KB 206 KB 581 KB 786 KB [K remote: 297 KB 259 KB 206 KB 581 KB 789 KB [K remote: 297 KB 259 KB 206 KB 581 KB 793 KB [K remote: 297 KB 259 KB 206 KB 581 KB 797 KB [K remote: 297 KB 259 KB 206 KB 581 KB 801 KB [K remote: 297 KB 259 KB 206 KB 581 KB 805 KB [K remote: 297 KB 259 KB 206 KB 581 KB 809 KB [K remote: 297 KB 259 KB 206 KB 581 KB 813 KB [K remote: 297 KB 263 KB 206 KB 581 KB 813 KB [K remote: 301 KB 263 KB 206 KB 581 KB 813 KB [K remote: 305 KB 263 KB 206 KB 581 KB 813 KB [K remote: 309 KB 263 KB 206 KB 581 KB 813 KB [K remote: 313 KB 263 KB 206 KB 581 KB 813 KB [K remote: 317 KB 263 KB 206 KB 581 KB 813 KB [K remote: 317 KB 267 KB 206 KB 581 KB 813 KB [K remote: 320 KB 267 KB 206 KB 581 KB 813 KB [K remote: 320 KB 271 KB 206 KB 581 KB 813 KB [K remote: 324 KB 271 KB 206 KB 581 KB 813 KB [K remote: 324 KB 274 KB 206 KB 581 KB 813 KB [K remote: 328 KB 274 KB 206 KB 581 KB 813 KB [K remote: 328 KB 278 KB 206 KB 581 KB 813 KB [K remote: 332 KB 278 KB 206 KB 581 KB 813 KB [K remote: 332 KB 282 KB 206 KB 581 KB 813 KB [K remote: 336 KB 282 KB 206 KB 581 KB 813 KB [K remote: 336 KB 286 KB 206 KB 581 KB 813 KB [K remote: 336 KB 290 KB 206 KB 581 KB 813 KB [K remote: 336 KB 294 KB 206 KB 581 KB 813 KB [K remote: 336 KB 298 KB 206 KB 581 KB 813 KB [K remote: 336 KB 302 KB 206 KB 581 KB 813 KB [K remote: 336 KB 306 KB 206 KB 581 KB 813 KB [K remote: 336 KB 310 KB 206 KB 581 KB 813 KB [K remote: 336 KB 314 KB 206 KB 581 KB 813 KB [K remote: 336 KB 318 KB 206 KB 581 KB 813 KB [K remote: 336 KB 321 KB 206 KB 581 KB 813 KB [K remote: 336 KB 325 KB 206 KB 581 KB 813 KB [K remote: 336 KB 326 KB 206 KB 581 KB 813 KB [K remote: 336 KB 326 KB 206 KB 581 KB 817 KB [K remote: 336 KB 326 KB 206 KB 581 KB 821 KB [K remote: 336 KB 326 KB 206 KB 581 KB 825 KB [K remote: 336 KB 326 KB 206 KB 581 KB 829 KB [K remote: 336 KB 326 KB 206 KB 581 KB 833 KB [K remote: 336 KB 326 KB 206 KB 581 KB 836 KB [K remote: 336 KB 326 KB 206 KB 581 KB 840 KB [K remote: 336 KB 326 KB 206 KB 581 KB 844 KB [K remote: 336 KB 326 KB 206 KB 581 KB 848 KB [K remote: 336 KB 326 KB 206 KB 581 KB 852 KB [K remote: 336 KB 326 KB 206 KB 581 KB 856 KB [K remote: 336 KB 326 KB 206 KB 581 KB 860 KB [K remote: 336 KB 326 KB 206 KB 581 KB 864 KB [K remote: 336 KB 326 KB 206 KB 581 KB 868 KB [K remote: 336 KB 326 KB 206 KB 581 KB 872 KB [K remote: 336 KB 326 KB 206 KB 581 KB 875 KB [K remote: 336 KB 326 KB 206 KB 581 KB 879 KB [K remote: 336 KB 326 KB 206 KB 581 KB 883 KB [K remote: 336 KB 326 KB 206 KB 581 KB 887 KB [K remote: 336 KB 326 KB 206 KB 581 KB 891 KB [K remote: 336 KB 326 KB 206 KB 581 KB 895 KB [K remote: 336 KB 326 KB 206 KB 581 KB 899 KB [K remote: 336 KB 326 KB 206 KB 581 KB 903 KB [K remote: 336 KB 326 KB 206 KB 581 KB 907 KB [K remote: 336 KB 326 KB 206 KB 581 KB 911 KB [K remote: 336 KB 326 KB 206 KB 581 KB 914 KB [K remote: 336 KB 326 KB 206 KB 581 KB 918 KB [K remote: 336 KB 326 KB 206 KB 581 KB 922 KB [K remote: 336 KB 326 KB 206 KB 581 KB 926 KB [K remote: 336 KB 326 KB 206 KB 581 KB 930 KB [K remote: 336 KB 326 KB 206 KB 581 KB 934 KB [K remote: 336 KB 326 KB 206 KB 581 KB 938 KB [K remote: 336 KB 326 KB 206 KB 581 KB 942 KB [K remote: 336 KB 326 KB 206 KB 581 KB 946 KB [K remote: 336 KB 326 KB 206 KB 581 KB 950 KB [K remote: 336 KB 326 KB 206 KB 581 KB 954 KB [K remote: 336 KB 326 KB 206 KB 581 KB 958 KB [K remote: 336 KB 326 KB 206 KB 581 KB 961 KB [K remote: 336 KB 326 KB 206 KB 581 KB 965 KB [K remote: 340 KB 326 KB 206 KB 581 KB 965 KB [K remote: 344 KB 326 KB 206 KB 581 KB 965 KB [K remote: 348 KB 326 KB 206 KB 581 KB 965 KB [K remote: 352 KB 326 KB 206 KB 581 KB 965 KB [K remote: 356 KB 326 KB 206 KB 581 KB 965 KB [K remote: 359 KB 326 KB 206 KB 581 KB 965 KB [K remote: 359 KB 326 KB 206 KB 581 KB 969 KB [K remote: 363 KB 326 KB 206 KB 581 KB 969 KB [K remote: 367 KB 326 KB 206 KB 581 KB 969 KB [K remote: 367 KB 326 KB 206 KB 581 KB 973 KB [K remote: 367 KB 326 KB 206 KB 581 KB 977 KB [K remote: 371 KB 326 KB 206 KB 581 KB 977 KB [K remote: 375 KB 326 KB 206 KB 581 KB 977 KB [K remote: 375 KB 326 KB 206 KB 581 KB 981 KB [K remote: 375 KB 326 KB 206 KB 581 KB 985 KB [K remote: 379 KB 326 KB 206 KB 581 KB 985 KB [K remote: 379 KB 326 KB 206 KB 581 KB 989 KB [K remote: 383 KB 326 KB 206 KB 581 KB 993 KB [K remote: 383 KB 326 KB 206 KB 581 KB 989 KB [K remote: 387 KB 326 KB 206 KB 581 KB 993 KB [K remote: 391 KB 326 KB 206 KB 581 KB 993 KB [K remote: 391 KB 326 KB 206 KB 581 KB 997 KB [K remote: 391 KB 326 KB 206 KB 581 KB 1000 KB [K remote: 391 KB 326 KB 206 KB 581 KB 1004 KB [K remote: 391 KB 326 KB 206 KB 581 KB 1008 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/hibernate/ogm/hibernate-ogm-core/3.0.0-SNAPSHOT/hibernate-ogm-core-3.0.0-20120123.050241-41.jar (206 KB at 247.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/infinispan/infinispan-core/5.0.0.BETA2/infinispan-core-5.0.0.BETA2.jar[K >remote: 391 KB 326 KB 581 KB 1012 KB [K remote: 391 KB 326 KB 581 KB 1016 KB [K remote: 391 KB 326 KB 581 KB 1020 KB [K remote: 391 KB 326 KB 581 KB 1024 KB [K remote: 391 KB 326 KB 581 KB 1028 KB [K remote: 391 KB 326 KB 581 KB 1032 KB [K remote: 391 KB 326 KB 581 KB 1036 KB [K remote: 391 KB 326 KB 581 KB 1039 KB [K remote: 391 KB 326 KB 581 KB 1043 KB [K remote: 391 KB 326 KB 581 KB 1047 KB [K remote: 391 KB 326 KB 581 KB 1051 KB [K remote: 391 KB 326 KB 581 KB 1055 KB [K remote: 391 KB 326 KB 581 KB 1059 KB [K remote: 391 KB 326 KB 581 KB 1063 KB [K remote: 391 KB 326 KB 581 KB 1067 KB [K remote: 391 KB 326 KB 581 KB 1071 KB [K remote: 391 KB 326 KB 581 KB 1075 KB [K remote: 391 KB 326 KB 581 KB 1079 KB [K remote: 391 KB 326 KB 581 KB 1083 KB [K remote: 391 KB 326 KB 581 KB 1086 KB [K remote: 391 KB 326 KB 581 KB 1090 KB [K remote: 391 KB 326 KB 581 KB 1094 KB [K remote: 391 KB 326 KB 581 KB 1098 KB [K remote: 391 KB 326 KB 581 KB 1102 KB [K remote: 391 KB 326 KB 581 KB 1106 KB [K remote: 391 KB 326 KB 581 KB 1110 KB [K remote: 391 KB 326 KB 581 KB 1114 KB [K remote: 391 KB 326 KB 581 KB 1118 KB [K remote: 391 KB 326 KB 581 KB 1122 KB [K remote: 391 KB 326 KB 581 KB 1125 KB [K remote: 391 KB 326 KB 581 KB 1129 KB [K remote: 391 KB 326 KB 581 KB 1133 KB [K remote: 391 KB 326 KB 581 KB 1137 KB [K remote: 391 KB 326 KB 581 KB 1141 KB [K remote: 391 KB 326 KB 581 KB 1145 KB [K remote: 395 KB 326 KB 581 KB 1145 KB [K remote: 398 KB 326 KB 581 KB 1145 KB [K remote: 402 KB 326 KB 581 KB 1145 KB [K remote: 406 KB 326 KB 581 KB 1145 KB [K remote: 410 KB 326 KB 581 KB 1145 KB [K remote: 410 KB 326 KB 581 KB 1149 KB [K remote: 414 KB 326 KB 581 KB 1149 KB [K remote: 414 KB 326 KB 581 KB 1153 KB [K remote: 418 KB 326 KB 581 KB 1153 KB [K remote: 418 KB 326 KB 581 KB 1157 KB [K remote: 422 KB 326 KB 581 KB 1157 KB [K remote: 422 KB 326 KB 581 KB 1161 KB [K remote: 426 KB 326 KB 581 KB 1164 KB [K remote: 426 KB 326 KB 581 KB 1164 KB [K remote: 430 KB 326 KB 581 KB 1164 KB [K remote: 430 KB 326 KB 581 KB 1168 KB [K remote: 434 KB 326 KB 581 KB 1168 KB [K remote: 434 KB 326 KB 581 KB 1172 KB [K remote: 438 KB 326 KB 581 KB 1172 KB [K remote: 438 KB 326 KB 581 KB 1176 KB [K remote: 442 KB 326 KB 581 KB 1176 KB [K remote: 442 KB 326 KB 581 KB 1180 KB [K remote: 445 KB 326 KB 581 KB 1180 KB [K remote: 445 KB 326 KB 581 KB 1184 KB [K remote: 445 KB 326 KB 581 KB 1188 KB [K remote: 445 KB 326 KB 581 KB 1192 KB [K remote: 445 KB 326 KB 581 KB 1196 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/seam/solder/seam-solder/3.0.0.Beta1/seam-solder-3.0.0.Beta1.jar (326 KB at 333.2 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/rhq/helpers/rhq-pluginAnnotations/3.0.1/rhq-pluginAnnotations-3.0.1.jar[K >remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/javax/faces/jsf-api/2.0.2-FCS/jsf-api-2.0.2-FCS.jar (581 KB at 389.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/i18nlog/i18nlog/1.0.10/i18nlog-1.0.10.jar[K >remote: 445 KB 1200 KB [K remote: 445 KB 1204 KB [K remote: 445 KB 1208 KB [K remote: 445 KB 1211 KB [K remote: 445 KB 1215 KB [K remote: 445 KB 1219 KB [K remote: 445 KB 1223 KB [K remote: 445 KB 1227 KB [K remote: 445 KB 1231 KB [K remote: 445 KB 1235 KB [K remote: 445 KB 1239 KB [K remote: 445 KB 1243 KB [K remote: 445 KB 1247 KB [K remote: 445 KB 1250 KB [K remote: 445 KB 1254 KB [K remote: 445 KB 1258 KB [K remote: 445 KB 1262 KB [K remote: 445 KB 1266 KB [K remote: 445 KB 1270 KB [K remote: 445 KB 1274 KB [K remote: 445 KB 1278 KB [K remote: 445 KB 1282 KB [K remote: 445 KB 1286 KB [K remote: 445 KB 1289 KB [K remote: 445 KB 1293 KB [K remote: 445 KB 1297 KB [K remote: 445 KB 1301 KB [K remote: 445 KB 1305 KB [K remote: 445 KB 1309 KB [K remote: 445 KB 1313 KB [K remote: 445 KB 4 KB 1313 KB [K remote: 445 KB 8 KB 1313 KB [K remote: 445 KB 12 KB 1313 KB [K remote: 445 KB 16 KB 1313 KB [K remote: 445 KB 16 KB 1313 KB [K remote: 445 KB 16 KB 1317 KB [K remote: 445 KB 16 KB 1321 KB [K remote: 445 KB 16 KB 1325 KB [K remote: 445 KB 16 KB 1329 KB [K remote: 445 KB 16 KB 1333 KB [K remote: 445 KB 16 KB 1336 KB [K remote: 445 KB 16 KB 1340 KB [K remote: 445 KB 16 KB 1344 KB [K remote: 445 KB 16 KB 1348 KB [K remote: 445 KB 16 KB 1352 KB [K remote: 445 KB 16 KB 1356 KB [K remote: 445 KB 16 KB 1360 KB [K remote: 445 KB 16 KB 1364 KB [K remote: 445 KB 16 KB 1368 KB [K remote: 445 KB 16 KB 1372 KB [K remote: 449 KB 16 KB 1372 KB [K remote: 449 KB 4 KB 16 KB 1372 KB [K remote: 453 KB 4 KB 16 KB 1372 KB [K remote: 453 KB 8 KB 16 KB 1372 KB [K remote: 453 KB 8 KB 16 KB 1372 KB [K remote: 457 KB 8 KB 16 KB 1372 KB [K remote: 461 KB 8 KB 16 KB 1372 KB [K remote: 465 KB 8 KB 16 KB 1372 KB [K remote: 465 KB 8 KB 16 KB 1375 KB [K remote: 469 KB 8 KB 16 KB 1375 KB [K remote: 469 KB 8 KB 16 KB 1379 KB [K remote: 473 KB 8 KB 16 KB 1379 KB [K remote: 473 KB 8 KB 16 KB 1383 KB [K remote: 477 KB 8 KB 16 KB 1383 KB [K remote: 477 KB 8 KB 16 KB 1387 KB [K remote: 477 KB 8 KB 16 KB 1391 KB [K remote: 481 KB 8 KB 16 KB 1391 KB [K remote: 484 KB 8 KB 16 KB 1391 KB [K remote: 484 KB 8 KB 16 KB 1395 KB [K remote: 484 KB 8 KB 16 KB 1399 KB [K remote: 488 KB 8 KB 16 KB 1399 KB [K remote: 492 KB 8 KB 16 KB 1399 KB [K remote: 496 KB 8 KB 16 KB 1399 KB [K remote: 500 KB 8 KB 16 KB 1399 KB [K remote: 504 KB 8 KB 16 KB 1399 KB [K remote: 508 KB 8 KB 16 KB 1399 KB [K remote: 512 KB 8 KB 16 KB 1399 KB [K remote: 516 KB 8 KB 16 KB 1399 KB [K remote: 520 KB 8 KB 16 KB 1399 KB [K remote: 523 KB 8 KB 16 KB 1399 KB [K remote: 523 KB 8 KB 16 KB 1403 KB [K remote: 523 KB 8 KB 16 KB 1407 KB [K remote: 523 KB 8 KB 16 KB 1411 KB [K remote: 523 KB 8 KB 16 KB 1414 KB [K remote: 523 KB 8 KB 20 KB 1414 KB [K remote: 523 KB 8 KB 24 KB 1414 KB [K remote: 523 KB 8 KB 28 KB 1414 KB [K remote: 523 KB 8 KB 32 KB 1414 KB [K remote: 523 KB 8 KB 36 KB 1414 KB [K remote: 523 KB 8 KB 39 KB 1414 KB [K remote: 523 KB 8 KB 39 KB 1418 KB [K remote: 523 KB 8 KB 39 KB 1422 KB [K remote: 523 KB 8 KB 39 KB 1426 KB [K remote: 523 KB 8 KB 39 KB 1430 KB [K remote: 523 KB 8 KB 39 KB 1434 KB [K remote: 523 KB 8 KB 39 KB 1438 KB [K remote: 523 KB 8 KB 39 KB 1442 KB [K remote: 523 KB 8 KB 39 KB 1446 KB [K remote: 523 KB 8 KB 39 KB 1450 KB [K remote: 523 KB 8 KB 39 KB 1454 KB [K remote: 523 KB 8 KB 39 KB 1458 KB [K remote: 523 KB 8 KB 39 KB 1461 KB [K remote: 523 KB 8 KB 39 KB 1465 KB [K remote: 523 KB 8 KB 39 KB 1469 KB [K remote: 523 KB 8 KB 39 KB 1473 KB [K remote: 523 KB 8 KB 39 KB 1477 KB [K remote: 523 KB 8 KB 39 KB 1481 KB [K remote: 523 KB 8 KB 39 KB 1485 KB [K remote: 523 KB 8 KB 39 KB 1489 KB [K remote: 523 KB 8 KB 39 KB 1493 KB [K remote: 523 KB 8 KB 39 KB 1497 KB [K remote: 523 KB 8 KB 39 KB 1500 KB [K remote: 523 KB 8 KB 39 KB 1504 KB [K remote: 523 KB 8 KB 39 KB 1508 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 4 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 8 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 12 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 16 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 20 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 23 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 27 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 31 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 35 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 39 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 43 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 47 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 51 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 55 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 59 KB [K remote: 523 KB 8 KB 39 KB 1508 KB 61 KB [K remote: 523 KB 8 KB 39 KB 1512 KB 61 KB [K remote: 523 KB 8 KB 39 KB 1516 KB 61 KB [K remote: 523 KB 8 KB 39 KB 1520 KB 61 KB [K remote: 527 KB 8 KB 39 KB 1520 KB 61 KB [K remote: 527 KB 8 KB 39 KB 1524 KB 61 KB [K remote: 531 KB 8 KB 39 KB 1524 KB 61 KB [K remote: 531 KB 8 KB 39 KB 1528 KB 61 KB [K remote: 531 KB 8 KB 39 KB 1532 KB 61 KB [K remote: 531 KB 8 KB 39 KB 1536 KB 61 KB [K remote: 531 KB 8 KB 39 KB 1539 KB 61 KB [K remote: 531 KB 8 KB 39 KB 1543 KB 61 KB [K remote: 535 KB 8 KB 43 KB 1543 KB 61 KB [K remote: 535 KB 8 KB 47 KB 1543 KB 61 KB [K remote: 535 KB 8 KB 51 KB 1543 KB 61 KB [K remote: 535 KB 8 KB 55 KB 1543 KB 61 KB [K remote: 535 KB 8 KB 59 KB 1543 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1543 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1547 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1551 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1555 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1559 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1563 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1567 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1571 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1575 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1579 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1583 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1586 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1590 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1594 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1598 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1602 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1606 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1610 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1614 KB 61 KB [K remote: 535 KB 8 KB 63 KB 1618 KB 61 KB [K remote: 535 KB 8 KB 39 KB 1543 KB 61 KB [K remote: 539 KB 8 KB 63 KB 1618 KB 61 KB [K remote: 539 KB 8 KB 63 KB 1622 KB 61 KB [K remote: 539 KB 8 KB 63 KB 1625 KB 61 KB [K remote: 543 KB 8 KB 63 KB 1625 KB 61 KB [K remote: 547 KB 8 KB 63 KB 1625 KB 61 KB [K remote: 547 KB 8 KB 63 KB 1629 KB 61 KB [K remote: 547 KB 8 KB 63 KB 1633 KB 61 KB [K remote: 551 KB 8 KB 63 KB 1633 KB 61 KB [K remote: 555 KB 8 KB 63 KB 1633 KB 61 KB [K remote: 555 KB 8 KB 63 KB 1637 KB 61 KB [K remote: 555 KB 8 KB 63 KB 1641 KB 61 KB [K remote: 559 KB 8 KB 63 KB 1641 KB 61 KB [K remote: 563 KB 8 KB 63 KB 1641 KB 61 KB [K remote: 563 KB 8 KB 63 KB 1645 KB 61 KB [K remote: 563 KB 8 KB 63 KB 1649 KB 61 KB [K remote: 567 KB 8 KB 63 KB 1649 KB 61 KB [K remote: 570 KB 8 KB 63 KB 1649 KB 61 KB [K remote: 570 KB 8 KB 63 KB 1653 KB 61 KB [K remote: 570 KB 8 KB 63 KB 1657 KB 61 KB [K remote: 574 KB 8 KB 63 KB 1657 KB 61 KB [K remote: 578 KB 8 KB 63 KB 1657 KB 61 KB [K remote: 578 KB 8 KB 63 KB 1661 KB 61 KB [K remote: 578 KB 8 KB 63 KB 1664 KB 61 KB [K remote: 582 KB 8 KB 63 KB 1664 KB 61 KB [K remote: 586 KB 8 KB 63 KB 1664 KB 61 KB [K remote: 586 KB 8 KB 63 KB 1668 KB 61 KB [K remote: 586 KB 8 KB 63 KB 1672 KB 61 KB [K remote: 590 KB 8 KB 63 KB 1672 KB 61 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/rhq/helpers/rhq-pluginAnnotations/3.0.1/rhq-pluginAnnotations-3.0.1.jar (8 KB at 36.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/richfaces-components-ui-4.1.0-20111213.001234-238.jar[K >remote: 590 KB 8 KB 63 KB 1676 KB 61 KB [K remote: 594 KB 63 KB 1680 KB 61 KB [K remote: 594 KB 63 KB 1676 KB 61 KB [K remote: 598 KB 63 KB 1680 KB 61 KB [K remote: 602 KB 63 KB 1684 KB 61 KB [K remote: 598 KB 63 KB 1684 KB 61 KB [K remote: 602 KB 63 KB 1688 KB 61 KB [K remote: 602 KB 63 KB 1692 KB 61 KB [K remote: 602 KB 63 KB 1696 KB 61 KB [K remote: 602 KB 63 KB 1700 KB 61 KB [K remote: 606 KB 67 KB 1704 KB [K remote: 606 KB 67 KB 1708 KB [K remote: 606 KB 67 KB 1711 KB [K remote: 606 KB 67 KB 1715 KB [K remote: 606 KB 67 KB 1719 KB [K remote: 606 KB 67 KB 1723 KB [K remote: 606 KB 67 KB 1727 KB [K remote: 606 KB 67 KB 1731 KB [K remote: 606 KB 67 KB 1700 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/i18nlog/i18nlog/1.0.10/i18nlog-1.0.10.jar (61 KB at 205.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/richfaces-core-api-4.1.0-20111212.234602-173.jar[K >remote: 602 KB 67 KB 1700 KB 61 KB [K remote: 606 KB 71 KB 1731 KB [K remote: 606 KB 75 KB 1731 KB [K remote: 606 KB 79 KB 1731 KB [K remote: 606 KB 83 KB 1731 KB [K remote: 606 KB 86 KB 1731 KB [K remote: 606 KB 90 KB 1731 KB [K remote: 606 KB 94 KB 1731 KB [K remote: 609 KB 94 KB 1731 KB [K remote: 613 KB 94 KB 1731 KB [K remote: 617 KB 94 KB 1731 KB [K remote: 621 KB 94 KB 1731 KB [K remote: 625 KB 94 KB 1731 KB [K remote: 629 KB 94 KB 1731 KB [K remote: 633 KB 94 KB 1731 KB [K remote: 637 KB 94 KB 1731 KB [K remote: 641 KB 94 KB 1731 KB [K remote: 645 KB 94 KB 1731 KB [K remote: 648 KB 94 KB 1735 KB [K remote: 652 KB 94 KB 1735 KB [K remote: 656 KB 94 KB 1735 KB [K remote: 660 KB 94 KB 1735 KB [K remote: 664 KB 94 KB 1735 KB [K remote: 668 KB 94 KB 1735 KB [K remote: 672 KB 94 KB 1735 KB [K remote: 676 KB 94 KB 1735 KB [K remote: 645 KB 94 KB 1735 KB [K remote: 676 KB 98 KB 1735 KB [K remote: 676 KB 102 KB 1735 KB [K remote: 676 KB 106 KB 1735 KB [K remote: 676 KB 110 KB 1735 KB [K remote: 676 KB 110 KB 1739 KB [K remote: 676 KB 114 KB 1739 KB [K remote: 676 KB 118 KB 1739 KB [K remote: 676 KB 122 KB 1739 KB [K remote: 676 KB 125 KB 1739 KB [K remote: 676 KB 129 KB 1739 KB [K remote: 676 KB 133 KB 1739 KB [K remote: 676 KB 137 KB 1739 KB [K remote: 676 KB 141 KB 1739 KB [K remote: 676 KB 145 KB 1739 KB [K remote: 676 KB 149 KB 1739 KB [K remote: 676 KB 153 KB 1739 KB [K remote: 676 KB 157 KB 1739 KB [K remote: 676 KB 157 KB 1743 KB [K remote: 676 KB 157 KB 1747 KB [K remote: 676 KB 157 KB 1750 KB [K remote: 676 KB 157 KB 1754 KB [K remote: 676 KB 157 KB 1758 KB [K remote: 676 KB 157 KB 1762 KB [K remote: 676 KB 157 KB 1766 KB [K remote: 676 KB 157 KB 1770 KB [K remote: 680 KB 157 KB 1774 KB [K remote: 680 KB 157 KB 1770 KB [K remote: 684 KB 157 KB 1774 KB [K remote: 688 KB 157 KB 1774 KB [K remote: 692 KB 157 KB 1778 KB [K remote: 695 KB 157 KB 1778 KB [K remote: 699 KB 157 KB 1778 KB [K remote: 703 KB 157 KB 1778 KB [K remote: 707 KB 157 KB 1778 KB [K remote: 711 KB 157 KB 1778 KB [K remote: 715 KB 157 KB 1778 KB [K remote: 719 KB 157 KB 1778 KB [K remote: 723 KB 157 KB 1778 KB [K remote: 688 KB 157 KB 1778 KB [K remote: 723 KB 157 KB 1782 KB [K remote: 723 KB 157 KB 1786 KB [K remote: 723 KB 157 KB 1789 KB [K remote: 723 KB 157 KB 1790 KB [K remote: 727 KB 157 KB 1790 KB [K remote: 731 KB 157 KB 1790 KB [K remote: 734 KB 157 KB 1790 KB [K remote: 738 KB 157 KB 1790 KB [K remote: 742 KB 157 KB 1790 KB [K remote: 744 KB 157 KB 1790 KB [K remote: 744 KB 4 KB 157 KB 1790 KB [K remote: 744 KB 8 KB 157 KB 1790 KB [K remote: 744 KB 12 KB 157 KB 1790 KB [K remote: 744 KB 16 KB 157 KB 1790 KB [K remote: 744 KB 16 KB 161 KB 1790 KB [K remote: 744 KB 16 KB 164 KB 1790 KB [K remote: 744 KB 16 KB 168 KB 1790 KB [K remote: 744 KB 16 KB 172 KB 1790 KB [K remote: 744 KB 16 KB 176 KB 1790 KB [K remote: 744 KB 16 KB 180 KB 1790 KB [K remote: 744 KB 16 KB 184 KB 1790 KB [K remote: 744 KB 16 KB 188 KB 1790 KB [K remote: 744 KB 16 KB 192 KB 1790 KB [K remote: 744 KB 16 KB 192 KB 1790 KB [K remote: 744 KB 16 KB 196 KB 1790 KB [K remote: 744 KB 16 KB 200 KB 1790 KB [K remote: 744 KB 16 KB 204 KB 1790 KB [K remote: 744 KB 16 KB 208 KB 1790 KB [K remote: 744 KB 20 KB 208 KB 1790 KB [K remote: 744 KB 23 KB 208 KB 1790 KB [K remote: 744 KB 27 KB 208 KB 1790 KB [K remote: 744 KB 31 KB 208 KB 1790 KB [K remote: 744 KB 35 KB 208 KB 1790 KB [K remote: 744 KB 39 KB 208 KB 1790 KB [K remote: 744 KB 43 KB 208 KB 1790 KB [K remote: 744 KB 47 KB 208 KB 1790 KB [K remote: 744 KB 51 KB 208 KB 1790 KB [K remote: 744 KB 55 KB 208 KB 1790 KB [K remote: 744 KB 59 KB 208 KB 1790 KB [K remote: 744 KB 59 KB 208 KB 4 KB 1790 KB [K remote: 744 KB 63 KB 208 KB 4 KB 1790 KB [K remote: 744 KB 63 KB 208 KB 8 KB 1790 KB [K remote: 744 KB 67 KB 208 KB 8 KB 1790 KB [K remote: 744 KB 70 KB 208 KB 8 KB 1790 KB [K remote: 744 KB 70 KB 208 KB 12 KB 1790 KB [K remote: 744 KB 70 KB 208 KB 16 KB 1790 KB [K remote: 744 KB 74 KB 208 KB 16 KB 1790 KB [K remote: 744 KB 78 KB 208 KB 16 KB 1790 KB [K remote: 744 KB 78 KB 208 KB 20 KB 1790 KB [K remote: 744 KB 82 KB 208 KB 20 KB 1790 KB [K remote: 744 KB 82 KB 208 KB 23 KB 1790 KB [K remote: 744 KB 86 KB 208 KB 23 KB 1790 KB [K remote: 744 KB 86 KB 208 KB 27 KB 1790 KB [K remote: 744 KB 86 KB 208 KB 31 KB 1790 KB [K remote: 744 KB 90 KB 208 KB 31 KB 1790 KB [K remote: 744 KB 94 KB 208 KB 31 KB 1790 KB [K remote: 744 KB 94 KB 208 KB 35 KB 1790 KB [K remote: 744 KB 94 KB 208 KB 39 KB 1790 KB [K remote: 744 KB 98 KB 208 KB 39 KB 1790 KB [K remote: 744 KB 98 KB 208 KB 43 KB 1790 KB [K remote: 744 KB 102 KB 208 KB 43 KB 1790 KB [K remote: 744 KB 102 KB 208 KB 47 KB 1790 KB [K remote: 744 KB 106 KB 208 KB 47 KB 1790 KB [K remote: 744 KB 106 KB 208 KB 51 KB 1790 KB [K remote: 744 KB 109 KB 208 KB 51 KB 1790 KB [K remote: 744 KB 109 KB 208 KB 55 KB 1790 KB [K remote: 744 KB 113 KB 208 KB 55 KB 1790 KB [K remote: 744 KB 113 KB 208 KB 59 KB 1790 KB [K remote: 744 KB 117 KB 208 KB 59 KB 1790 KB [K remote: 744 KB 117 KB 208 KB 63 KB 1790 KB [K remote: 744 KB 117 KB 208 KB 67 KB 1790 KB [K remote: 744 KB 117 KB 208 KB 70 KB 1790 KB [K remote: 744 KB 117 KB 208 KB 74 KB 1790 KB [K remote: 744 KB 117 KB 208 KB 78 KB 1790 KB [K remote: 744 KB 117 KB 208 KB 82 KB 1790 KB [K remote: 744 KB 117 KB 208 KB 86 KB 1790 KB [K remote: 744 KB 117 KB 208 KB 90 KB 1790 KB [K remote: 744 KB 117 KB 208 KB 94 KB 1790 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-core/1.1.0.CR3/weld-core-1.1.0.CR3.jar (744 KB at 466.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/richfaces-components-api-4.1.0-20111213.000953-241.jar[K >remote: 117 KB 212 KB 94 KB 1790 KB [K remote: 117 KB 216 KB 94 KB 1790 KB [K remote: 117 KB 220 KB 94 KB 1790 KB [K remote: 117 KB 224 KB 94 KB 1790 KB [K remote: 117 KB 228 KB 94 KB 1790 KB [K remote: 117 KB 232 KB 94 KB 1790 KB [K remote: 117 KB 236 KB 94 KB 1790 KB [K remote: 117 KB 239 KB 94 KB 1790 KB [K remote: 117 KB 243 KB 94 KB 1790 KB [K remote: 117 KB 247 KB 94 KB 1790 KB [K remote: 117 KB 251 KB 94 KB 1790 KB [K remote: 117 KB 255 KB 94 KB 1790 KB [K remote: 117 KB 259 KB 94 KB 1790 KB [K remote: 117 KB 263 KB 94 KB 1790 KB [K remote: 117 KB 267 KB 94 KB 1790 KB [K remote: 117 KB 271 KB 94 KB 1790 KB [K remote: 117 KB 275 KB 94 KB 1790 KB [K remote: 117 KB 278 KB 94 KB 1790 KB [K remote: 117 KB 282 KB 94 KB 1790 KB [K remote: 117 KB 286 KB 94 KB 1790 KB [K remote: 117 KB 286 KB 96 KB 1790 KB [K remote: 117 KB 286 KB 100 KB 1790 KB [K remote: 117 KB 286 KB 104 KB 1790 KB [K remote: 117 KB 286 KB 108 KB 1790 KB [K remote: 117 KB 286 KB 112 KB 1790 KB [K remote: 117 KB 286 KB 116 KB 1790 KB [K remote: 117 KB 286 KB 120 KB 1790 KB [K remote: 117 KB 286 KB 124 KB 1790 KB [K remote: 117 KB 286 KB 128 KB 1790 KB [K remote: 117 KB 286 KB 132 KB 1790 KB [K remote: 117 KB 286 KB 136 KB 1790 KB [K remote: 121 KB 286 KB 136 KB 1790 KB [K remote: 125 KB 286 KB 136 KB 1790 KB [K remote: 129 KB 286 KB 136 KB 1790 KB [K remote: 133 KB 286 KB 136 KB 1790 KB [K remote: 137 KB 286 KB 136 KB 1790 KB [K remote: 141 KB 286 KB 136 KB 1790 KB [K remote: 144 KB 286 KB 136 KB 1790 KB [K remote: 144 KB 286 KB 140 KB 1790 KB [K remote: 144 KB 286 KB 142 KB 1790 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/javax/faces/jsf-impl/2.0.2-FCS/jsf-impl-2.0.2-FCS.jar (1790 KB at 853.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/richfaces-core-impl-4.1.0-20111212.234802-169.jar[K >remote: 148 KB 286 KB 142 KB [K remote: 152 KB 286 KB 142 KB [K remote: 156 KB 286 KB 142 KB [K remote: 160 KB 286 KB 142 KB [K remote: 164 KB 286 KB 142 KB [K remote: 168 KB 286 KB 142 KB [K remote: 168 KB 286 KB 142 KB [K remote: 172 KB 286 KB 142 KB [K remote: 176 KB 286 KB 142 KB [K remote: 180 KB 286 KB 142 KB [K remote: 184 KB 286 KB 142 KB [K remote: 188 KB 286 KB 142 KB [K remote: 192 KB 286 KB 142 KB [K remote: 196 KB 286 KB 142 KB [K remote: 200 KB 286 KB 142 KB [K remote: 204 KB 286 KB 142 KB [K remote: 208 KB 286 KB 142 KB [K remote: 212 KB 286 KB 142 KB [K remote: 215 KB 286 KB 142 KB [K remote: 215 KB 290 KB 142 KB [K remote: 215 KB 294 KB 142 KB [K remote: 215 KB 298 KB 142 KB [K remote: 215 KB 302 KB 142 KB [K remote: 215 KB 306 KB 142 KB [K remote: 215 KB 310 KB 142 KB [K remote: 215 KB 314 KB 142 KB [K remote: 215 KB 317 KB 142 KB [K remote: 215 KB 321 KB 142 KB [K remote: 215 KB 325 KB 142 KB [K remote: 215 KB 329 KB 142 KB [K remote: 215 KB 333 KB 142 KB [K remote: 215 KB 337 KB 142 KB [K remote: 215 KB 341 KB 142 KB [K remote: 219 KB 341 KB 142 KB [K remote: 223 KB 341 KB 142 KB [K remote: 227 KB 341 KB 142 KB [K remote: 231 KB 341 KB 142 KB [K remote: 235 KB 341 KB 142 KB [K remote: 239 KB 341 KB 142 KB [K remote: 243 KB 341 KB 142 KB [K remote: 247 KB 341 KB 142 KB [K remote: 251 KB 341 KB 142 KB [K remote: 254 KB 341 KB 142 KB [K remote: 258 KB 341 KB 142 KB [K remote: 262 KB 341 KB 142 KB [K remote: 266 KB 341 KB 142 KB [K remote: 270 KB 341 KB 142 KB [K remote: 274 KB 341 KB 142 KB [K remote: 278 KB 341 KB 142 KB [K remote: 282 KB 341 KB 142 KB [K remote: 286 KB 341 KB 142 KB [K remote: 290 KB 341 KB 142 KB [K remote: 293 KB 341 KB 142 KB [K remote: 297 KB 341 KB 142 KB [K remote: 301 KB 341 KB 142 KB [K remote: 305 KB 341 KB 142 KB [K remote: 309 KB 341 KB 142 KB [K remote: 313 KB 341 KB 142 KB [K remote: 317 KB 341 KB 142 KB [K remote: 321 KB 341 KB 142 KB [K remote: 325 KB 341 KB 142 KB [K remote: 329 KB 341 KB 142 KB [K remote: 333 KB 341 KB 142 KB [K remote: 337 KB 341 KB 142 KB [K remote: 340 KB 341 KB 142 KB [K remote: 344 KB 341 KB 142 KB [K remote: 348 KB 341 KB 142 KB [K remote: 352 KB 341 KB 142 KB [K remote: 356 KB 341 KB 142 KB [K remote: 360 KB 341 KB 142 KB [K remote: 364 KB 341 KB 142 KB [K remote: 364 KB 345 KB 142 KB [K remote: 364 KB 349 KB 142 KB [K remote: 364 KB 353 KB 142 KB [K remote: 364 KB 357 KB 142 KB [K remote: 364 KB 361 KB 142 KB [K remote: 364 KB 364 KB 142 KB [K remote: 364 KB 368 KB 142 KB [K remote: 364 KB 372 KB 142 KB [K remote: 364 KB 376 KB 142 KB [K remote: 364 KB 380 KB 142 KB [K remote: 364 KB 384 KB 142 KB [K remote: 364 KB 388 KB 142 KB [K remote: 364 KB 392 KB 142 KB [K remote: 364 KB 396 KB 142 KB [K remote: 364 KB 400 KB 142 KB [K remote: 364 KB 403 KB 142 KB [K remote: 364 KB 407 KB 142 KB [K remote: 364 KB 411 KB 142 KB [K remote: 368 KB 411 KB 142 KB [K remote: 372 KB 411 KB 142 KB [K remote: 376 KB 411 KB 142 KB [K remote: 379 KB 411 KB 142 KB [K remote: 383 KB 411 KB 142 KB [K remote: 387 KB 411 KB 142 KB [K remote: 391 KB 411 KB 142 KB [K remote: 395 KB 411 KB 142 KB [K remote: 399 KB 411 KB 142 KB [K remote: 403 KB 411 KB 142 KB [K remote: 407 KB 411 KB 142 KB [K remote: 411 KB 411 KB 142 KB [K remote: 411 KB 411 KB 142 KB 4 KB [K remote: 411 KB 411 KB 142 KB 8 KB [K remote: 411 KB 411 KB 142 KB 12 KB [K remote: 411 KB 411 KB 142 KB 16 KB [K remote: 411 KB 411 KB 142 KB 20 KB [K remote: 411 KB 411 KB 142 KB 23 KB [K remote: 415 KB 411 KB 142 KB 23 KB [K remote: 418 KB 411 KB 142 KB 23 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/richfaces-core-api-4.1.0-20111212.234602-173.jar (142 KB at 306.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.jar[K >remote: 422 KB 411 KB 23 KB [K remote: 426 KB 411 KB 23 KB [K remote: 430 KB 411 KB 23 KB [K remote: 434 KB 411 KB 23 KB [K remote: 438 KB 411 KB 23 KB [K remote: 442 KB 411 KB 23 KB [K remote: 446 KB 411 KB 23 KB [K remote: 450 KB 411 KB 23 KB [K remote: 454 KB 411 KB 23 KB [K remote: 458 KB 411 KB 23 KB [K remote: 462 KB 411 KB 23 KB [K remote: 465 KB 411 KB 23 KB [K remote: 469 KB 411 KB 23 KB [K remote: 473 KB 411 KB 23 KB [K remote: 477 KB 411 KB 23 KB [K remote: 481 KB 411 KB 23 KB [K remote: 485 KB 411 KB 23 KB [K remote: 489 KB 411 KB 23 KB [K remote: 493 KB 411 KB 23 KB [K remote: 497 KB 411 KB 23 KB [K remote: 497 KB 415 KB 23 KB [K remote: 497 KB 419 KB 23 KB [K remote: 497 KB 423 KB 23 KB [K remote: 497 KB 427 KB 23 KB [K remote: 497 KB 431 KB 23 KB [K remote: 497 KB 435 KB 23 KB [K remote: 497 KB 439 KB 23 KB [K remote: 497 KB 442 KB 23 KB [K remote: 497 KB 446 KB 23 KB [K remote: 497 KB 450 KB 23 KB [K remote: 497 KB 454 KB 23 KB [K remote: 497 KB 458 KB 23 KB [K remote: 497 KB 462 KB 23 KB [K remote: 497 KB 466 KB 23 KB [K remote: 497 KB 470 KB 23 KB [K remote: 497 KB 474 KB 23 KB [K remote: 497 KB 478 KB 23 KB [K remote: 497 KB 482 KB 23 KB [K remote: 497 KB 486 KB 23 KB [K remote: 497 KB 489 KB 23 KB [K remote: 497 KB 493 KB 23 KB [K remote: 497 KB 497 KB 23 KB [K remote: 497 KB 501 KB 23 KB [K remote: 497 KB 505 KB 23 KB [K remote: 497 KB 509 KB 23 KB [K remote: 497 KB 513 KB 23 KB [K remote: 501 KB 513 KB 23 KB [K remote: 504 KB 513 KB 23 KB [K remote: 508 KB 513 KB 23 KB [K remote: 512 KB 513 KB 23 KB [K remote: 516 KB 513 KB 23 KB [K remote: 520 KB 513 KB 23 KB [K remote: 524 KB 513 KB 23 KB [K remote: 528 KB 513 KB 23 KB [K remote: 532 KB 513 KB 23 KB [K remote: 536 KB 513 KB 23 KB [K remote: 540 KB 513 KB 23 KB [K remote: 543 KB 513 KB 23 KB [K remote: 547 KB 513 KB 23 KB [K remote: 547 KB 513 KB 27 KB [K remote: 547 KB 513 KB 31 KB [K remote: 547 KB 513 KB 35 KB [K remote: 547 KB 513 KB 39 KB [K remote: 551 KB 513 KB 39 KB [K remote: 551 KB 513 KB 43 KB [K remote: 551 KB 513 KB 47 KB [K remote: 551 KB 513 KB 51 KB [K remote: 551 KB 513 KB 55 KB [K remote: 551 KB 513 KB 59 KB [K remote: 551 KB 513 KB 63 KB [K remote: 551 KB 513 KB 67 KB [K remote: 551 KB 513 KB 69 KB [K remote: 555 KB 513 KB 69 KB [K remote: 559 KB 513 KB 69 KB [K remote: 563 KB 513 KB 69 KB [K remote: 567 KB 513 KB 69 KB [K remote: 571 KB 513 KB 69 KB [K remote: 575 KB 513 KB 69 KB [K remote: 579 KB 513 KB 69 KB [K remote: 583 KB 513 KB 69 KB [K remote: 587 KB 513 KB 69 KB [K remote: 590 KB 513 KB 69 KB [K remote: 594 KB 513 KB 69 KB [K remote: 598 KB 513 KB 69 KB [K remote: 602 KB 513 KB 69 KB [K remote: 606 KB 513 KB 69 KB [K remote: 610 KB 513 KB 69 KB [K remote: 614 KB 513 KB 69 KB [K remote: 618 KB 513 KB 69 KB [K remote: 622 KB 513 KB 69 KB [K remote: 626 KB 513 KB 69 KB [K remote: 629 KB 513 KB 69 KB [K remote: 633 KB 513 KB 69 KB [K remote: 637 KB 513 KB 69 KB [K remote: 641 KB 513 KB 69 KB [K remote: 645 KB 513 KB 69 KB [K remote: 649 KB 513 KB 69 KB [K remote: 653 KB 513 KB 69 KB [K remote: 657 KB 513 KB 69 KB [K remote: 661 KB 513 KB 69 KB [K remote: 665 KB 513 KB 69 KB [K remote: 668 KB 513 KB 69 KB [K remote: 672 KB 513 KB 69 KB [K remote: 676 KB 513 KB 69 KB [K remote: 680 KB 513 KB 69 KB [K remote: 684 KB 513 KB 69 KB [K remote: 684 KB 517 KB 69 KB [K remote: 684 KB 521 KB 69 KB [K remote: 684 KB 525 KB 69 KB [K remote: 684 KB 528 KB 69 KB [K remote: 684 KB 532 KB 69 KB [K remote: 684 KB 536 KB 69 KB [K remote: 684 KB 540 KB 69 KB [K remote: 684 KB 544 KB 69 KB [K remote: 684 KB 548 KB 69 KB [K remote: 684 KB 552 KB 69 KB [K remote: 684 KB 556 KB 69 KB [K remote: 684 KB 560 KB 69 KB [K remote: 684 KB 564 KB 69 KB [K remote: 684 KB 567 KB 69 KB [K remote: 684 KB 571 KB 69 KB [K remote: 684 KB 575 KB 69 KB [K remote: 684 KB 579 KB 69 KB [K remote: 684 KB 583 KB 69 KB [K remote: 684 KB 587 KB 69 KB [K remote: 684 KB 591 KB 69 KB [K remote: 4 KB 684 KB 591 KB 69 KB [K remote: 8 KB 684 KB 591 KB 69 KB [K remote: 12 KB 684 KB 591 KB 69 KB [K remote: 12 KB 688 KB 591 KB 69 KB [K remote: 16 KB 688 KB 591 KB 69 KB [K remote: 16 KB 692 KB 591 KB 69 KB [K remote: 19 KB 692 KB 591 KB 69 KB [K remote: 19 KB 696 KB 591 KB 69 KB [K remote: 19 KB 700 KB 591 KB 69 KB [K remote: 19 KB 704 KB 591 KB 69 KB [K remote: 19 KB 704 KB 595 KB 69 KB [K remote: 19 KB 708 KB 595 KB 69 KB [K remote: 19 KB 708 KB 599 KB 69 KB [K remote: 19 KB 712 KB 599 KB 69 KB [K remote: 19 KB 715 KB 599 KB 69 KB [K remote: 19 KB 719 KB 599 KB 69 KB [K remote: 19 KB 723 KB 599 KB 69 KB [K remote: 19 KB 727 KB 599 KB 69 KB [K remote: 19 KB 731 KB 599 KB 69 KB [K remote: 19 KB 735 KB 599 KB 69 KB [K remote: 19 KB 739 KB 599 KB 69 KB [K remote: 19 KB 743 KB 599 KB 69 KB [K remote: 19 KB 747 KB 599 KB 69 KB [K remote: 19 KB 751 KB 599 KB 69 KB [K remote: 19 KB 754 KB 599 KB 69 KB [K remote: 19 KB 758 KB 599 KB 69 KB [K remote: 19 KB 762 KB 599 KB 69 KB [K remote: 19 KB 766 KB 599 KB 69 KB [K remote: 19 KB 770 KB 599 KB 69 KB [K remote: 19 KB 774 KB 599 KB 69 KB [K remote: 19 KB 778 KB 599 KB 69 KB [K remote: 19 KB 782 KB 599 KB 69 KB [K remote: 19 KB 786 KB 599 KB 69 KB [K remote: 19 KB 790 KB 599 KB 69 KB [K remote: 19 KB 793 KB 599 KB 69 KB [K remote: 19 KB 797 KB 599 KB 69 KB [K remote: 19 KB 801 KB 599 KB 69 KB [K remote: 19 KB 801 KB 603 KB 69 KB [K remote: 19 KB 801 KB 607 KB 69 KB [K remote: 19 KB 801 KB 611 KB 69 KB [K remote: 19 KB 801 KB 614 KB 69 KB [K remote: 19 KB 801 KB 618 KB 69 KB [K remote: 19 KB 801 KB 622 KB 69 KB [K remote: 19 KB 801 KB 626 KB 69 KB [K remote: 19 KB 801 KB 630 KB 69 KB [K remote: 19 KB 801 KB 634 KB 69 KB [K remote: 19 KB 801 KB 638 KB 69 KB [K remote: 19 KB 801 KB 642 KB 69 KB [K remote: 19 KB 801 KB 646 KB 69 KB [K remote: 19 KB 801 KB 650 KB 69 KB [K remote: 19 KB 801 KB 653 KB 69 KB [K remote: 19 KB 801 KB 657 KB 69 KB [K remote: 19 KB 801 KB 661 KB 69 KB [K remote: 19 KB 801 KB 665 KB 69 KB [K remote: 19 KB 801 KB 669 KB 69 KB [K remote: 19 KB 801 KB 673 KB 69 KB [K remote: 19 KB 801 KB 677 KB 69 KB [K remote: 19 KB 801 KB 681 KB 69 KB [K remote: 19 KB 801 KB 685 KB 69 KB [K remote: 19 KB 801 KB 689 KB 69 KB [K remote: 19 KB 801 KB 692 KB 69 KB [K remote: 19 KB 801 KB 696 KB 69 KB [K remote: 19 KB 801 KB 700 KB 69 KB [K remote: 19 KB 801 KB 704 KB 69 KB [K remote: 19 KB 801 KB 708 KB 69 KB [K remote: 19 KB 801 KB 712 KB 69 KB [K remote: 19 KB 801 KB 716 KB 69 KB [K remote: 19 KB 801 KB 720 KB 69 KB [K remote: 19 KB 801 KB 724 KB 69 KB [K remote: 19 KB 801 KB 728 KB 69 KB [K remote: 19 KB 801 KB 732 KB 69 KB [K remote: 19 KB 801 KB 736 KB 69 KB [K remote: 19 KB 801 KB 739 KB 69 KB [K remote: 19 KB 801 KB 743 KB 69 KB [K remote: 19 KB 801 KB 747 KB 69 KB [K remote: 19 KB 801 KB 751 KB 69 KB [K remote: 19 KB 801 KB 755 KB 69 KB [K remote: 19 KB 801 KB 759 KB 69 KB [K remote: 19 KB 801 KB 763 KB 69 KB [K remote: 19 KB 801 KB 767 KB 69 KB [K remote: 19 KB 801 KB 771 KB 69 KB [K remote: 19 KB 805 KB 771 KB 69 KB [K remote: 19 KB 809 KB 771 KB 69 KB [K remote: 19 KB 813 KB 771 KB 69 KB [K remote: 19 KB 817 KB 771 KB 69 KB [K remote: 19 KB 821 KB 771 KB 69 KB [K remote: 19 KB 825 KB 771 KB 69 KB [K remote: 19 KB 829 KB 771 KB 69 KB [K remote: 19 KB 833 KB 771 KB 69 KB [K remote: 19 KB 837 KB 771 KB 69 KB [K remote: 837 KB 775 KB 69 KB [K remote: [K remote: 840 KB 778 KB 69 KB [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.jar (19 KB at 77.3 KB/sec)[K >remote: 840 KB 775 KB 69 KB [K remote: 840 KB 782 KB 69 KB [K remote: 840 KB 786 KB 69 KB [K remote: 844 KB 786 KB 69 KB [K remote: 848 KB 786 KB 69 KB [K remote: 848 KB 790 KB 69 KB [K remote: 848 KB 794 KB 69 KB [K remote: 852 KB 794 KB 69 KB [K remote: 856 KB 794 KB 69 KB [K remote: 856 KB 798 KB 69 KB [K remote: 856 KB 802 KB 69 KB [K remote: 860 KB 802 KB 69 KB [K remote: 864 KB 802 KB 69 KB [K remote: 864 KB 806 KB 69 KB [K remote: 864 KB 810 KB 69 KB [K remote: 868 KB 810 KB 69 KB [K remote: 872 KB 810 KB 69 KB [K remote: 872 KB 814 KB 69 KB [K remote: 872 KB 817 KB 69 KB [K remote: 872 KB 821 KB 69 KB [K remote: 4 KB 872 KB 821 KB 69 KB [K remote: 4 KB 872 KB 825 KB 69 KB [K remote: 8 KB 872 KB 825 KB 69 KB [K remote: 8 KB 872 KB 829 KB 69 KB [K remote: 8 KB 872 KB 833 KB 69 KB [K remote: 8 KB 872 KB 837 KB 69 KB [K remote: 8 KB 872 KB 841 KB 69 KB [K remote: 8 KB 872 KB 845 KB 69 KB [K remote: 8 KB 872 KB 849 KB 69 KB [K remote: 8 KB 872 KB 853 KB 69 KB [K remote: 8 KB 872 KB 857 KB 69 KB [K remote: 8 KB 872 KB 861 KB 69 KB [K remote: 8 KB 872 KB 864 KB 69 KB [K remote: 8 KB 872 KB 868 KB 69 KB [K remote: 8 KB 872 KB 872 KB 69 KB [K remote: 8 KB 872 KB 876 KB 69 KB [K remote: 8 KB 872 KB 880 KB 69 KB [K remote: 8 KB 872 KB 884 KB 69 KB [K remote: 8 KB 872 KB 888 KB 69 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/richfaces-components-api-4.1.0-20111213.000953-241.jar (69 KB at 145.6 KB/sec)[K >remote: 8 KB 876 KB 888 KB [K remote: 8 KB 879 KB 888 KB [K remote: 8 KB 883 KB 888 KB [K remote: 8 KB 887 KB 888 KB [K remote: 8 KB 891 KB 888 KB [K remote: 8 KB 895 KB 888 KB [K remote: 8 KB 899 KB 888 KB [K remote: 8 KB 903 KB 888 KB [K remote: 8 KB 907 KB 888 KB [K remote: 8 KB 911 KB 888 KB [K remote: 8 KB 915 KB 888 KB [K remote: 8 KB 918 KB 888 KB [K remote: 8 KB 922 KB 888 KB [K remote: 8 KB 926 KB 888 KB [K remote: 8 KB 930 KB 888 KB [K remote: 8 KB 934 KB 888 KB [K remote: 8 KB 938 KB 888 KB [K remote: 8 KB 942 KB 888 KB [K remote: 8 KB 946 KB 888 KB [K remote: 8 KB 950 KB 888 KB [K remote: 8 KB 954 KB 888 KB [K remote: 8 KB 958 KB 888 KB [K remote: 8 KB 962 KB 888 KB [K remote: 8 KB 962 KB 892 KB [K remote: 8 KB 962 KB 896 KB [K remote: 8 KB 962 KB 900 KB [K remote: 8 KB 962 KB 903 KB [K remote: 8 KB 962 KB 907 KB [K remote: 8 KB 962 KB 911 KB [K remote: 8 KB 962 KB 915 KB [K remote: 8 KB 962 KB 919 KB [K remote: 8 KB 962 KB 923 KB [K remote: 8 KB 965 KB 927 KB [K remote: 8 KB 965 KB 931 KB [K remote: 8 KB 965 KB 935 KB [K remote: 8 KB 965 KB 939 KB [K remote: 8 KB 965 KB 942 KB [K remote: 8 KB 965 KB 923 KB [K remote: 12 KB 965 KB 942 KB [K remote: 16 KB 965 KB 942 KB [K remote: 16 KB 965 KB 942 KB [K remote: 16 KB 969 KB 942 KB [K remote: 16 KB 973 KB 942 KB [K remote: 16 KB 977 KB 942 KB [K remote: 16 KB 981 KB 942 KB [K remote: 16 KB 981 KB 946 KB [K remote: 16 KB 981 KB 950 KB [K remote: 16 KB 981 KB 954 KB [K remote: 16 KB 981 KB 958 KB [K remote: 16 KB 981 KB 962 KB [K remote: 16 KB 981 KB 966 KB [K remote: 16 KB 981 KB 970 KB [K remote: 16 KB 981 KB 974 KB [K remote: 16 KB 981 KB 978 KB [K remote: 16 KB 981 KB 982 KB [K remote: 16 KB 981 KB 986 KB [K remote: 16 KB 981 KB 989 KB [K remote: 16 KB 981 KB 993 KB [K remote: 16 KB 981 KB 997 KB [K remote: 16 KB 981 KB 1001 KB [K remote: 16 KB 981 KB 1005 KB [K remote: 16 KB 981 KB 1009 KB [K remote: 16 KB 981 KB 1013 KB [K remote: 16 KB 981 KB 1017 KB [K remote: 16 KB 981 KB 1021 KB [K remote: 16 KB 981 KB 1025 KB [K remote: 16 KB 985 KB 1025 KB [K remote: 16 KB 989 KB 1025 KB [K remote: 16 KB 993 KB 1025 KB [K remote: 16 KB 997 KB 1025 KB [K remote: 16 KB 1001 KB 1025 KB [K remote: 16 KB 1004 KB 1025 KB [K remote: 16 KB 1008 KB 1025 KB [K remote: 16 KB 1012 KB 1025 KB [K remote: 16 KB 1012 KB 1028 KB [K remote: 16 KB 1016 KB 1028 KB [K remote: 16 KB 1020 KB 1028 KB [K remote: 16 KB 1024 KB 1028 KB [K remote: 16 KB 1028 KB 1028 KB [K remote: 16 KB 1032 KB 1028 KB [K remote: 16 KB 1036 KB 1028 KB [K remote: 16 KB 1040 KB 1028 KB [K remote: 16 KB 1043 KB 1028 KB [K remote: 16 KB 1043 KB 1032 KB [K remote: 16 KB 1043 KB 1036 KB [K remote: 16 KB 1043 KB 1040 KB [K remote: 16 KB 1043 KB 1044 KB [K remote: 16 KB 1043 KB 1048 KB [K remote: 16 KB 1043 KB 1052 KB [K remote: 16 KB 1043 KB 1056 KB [K remote: 16 KB 1043 KB 1060 KB [K remote: 16 KB 1043 KB 1064 KB [K remote: 16 KB 1043 KB 1067 KB [K remote: 16 KB 1043 KB 1071 KB [K remote: 16 KB 1043 KB 1075 KB [K remote: 16 KB 1043 KB 1079 KB [K remote: 16 KB 1043 KB 1083 KB [K remote: 16 KB 1043 KB 1087 KB [K remote: 16 KB 1043 KB 1091 KB [K remote: 16 KB 1043 KB 1095 KB [K remote: 16 KB 1043 KB 1099 KB [K remote: 16 KB 1043 KB 1103 KB [K remote: 16 KB 1043 KB 1107 KB [K remote: 16 KB 1047 KB 1107 KB [K remote: 16 KB 1051 KB 1107 KB [K remote: 16 KB 1055 KB 1107 KB [K remote: 16 KB 1059 KB 1107 KB [K remote: 16 KB 1063 KB 1107 KB [K remote: 16 KB 1067 KB 1107 KB [K remote: 16 KB 1071 KB 1107 KB [K remote: 16 KB 1075 KB 1107 KB [K remote: 16 KB 1079 KB 1111 KB [K remote: 16 KB 1083 KB 1111 KB [K remote: 16 KB 1087 KB 1111 KB [K remote: 16 KB 1090 KB 1111 KB [K remote: 16 KB 1075 KB 1111 KB [K remote: 16 KB 1090 KB 1114 KB [K remote: 16 KB 1090 KB 1118 KB [K remote: 16 KB 1090 KB 1122 KB [K remote: 16 KB 1090 KB 1126 KB [K remote: 16 KB 1090 KB 1130 KB [K remote: 16 KB 1094 KB 1130 KB [K remote: 16 KB 1098 KB 1130 KB [K remote: 16 KB 1102 KB 1130 KB [K remote: 16 KB 1102 KB 1134 KB [K remote: 16 KB 1106 KB 1134 KB [K remote: 16 KB 1106 KB 1138 KB [K remote: 16 KB 1110 KB 1138 KB [K remote: 16 KB 1114 KB 1138 KB [K remote: 16 KB 1118 KB 1138 KB [K remote: 16 KB 1122 KB 1138 KB [K remote: 16 KB 1122 KB 1142 KB [K remote: 16 KB 1122 KB 1146 KB [K remote: 16 KB 1122 KB 1150 KB [K remote: 16 KB 1122 KB 1153 KB [K remote: 16 KB 1122 KB 1157 KB [K remote: 16 KB 1122 KB 1161 KB [K remote: 20 KB 1122 KB 1161 KB [K remote: 24 KB 1122 KB 1161 KB [K remote: 28 KB 1122 KB 1161 KB [K remote: 32 KB 1122 KB 1161 KB [K remote: 36 KB 1122 KB 1161 KB [K remote: 39 KB 1122 KB 1161 KB [K remote: 39 KB 1126 KB 1161 KB [K remote: 39 KB 1126 KB 1165 KB [K remote: 39 KB 1129 KB 1165 KB [K remote: 39 KB 1129 KB 1169 KB [K remote: 39 KB 1133 KB 1169 KB [K remote: 39 KB 1133 KB 1173 KB [K remote: 39 KB 1137 KB 1173 KB [K remote: 39 KB 1137 KB 1177 KB [K remote: 39 KB 1141 KB 1177 KB [K remote: 39 KB 1145 KB 1177 KB [K remote: 39 KB 1149 KB 1177 KB [K remote: 39 KB 1153 KB 1177 KB [K remote: 39 KB 1157 KB 1177 KB [K remote: 39 KB 1161 KB 1177 KB [K remote: 39 KB 1165 KB 1177 KB [K remote: 39 KB 1168 KB 1177 KB [K remote: 39 KB 1172 KB 1177 KB [K remote: 39 KB 1176 KB 1177 KB [K remote: 39 KB 1180 KB 1177 KB [K remote: 39 KB 1184 KB 1177 KB [K remote: 39 KB 1188 KB 1177 KB [K remote: 39 KB 1192 KB 1177 KB [K remote: 39 KB 1196 KB 1177 KB [K remote: 39 KB 1200 KB 1177 KB [K remote: 39 KB 1204 KB 1177 KB [K remote: 39 KB 1208 KB 1177 KB [K remote: 39 KB 1212 KB 1177 KB [K remote: 39 KB 1215 KB 1177 KB [K remote: 39 KB 1219 KB 1177 KB [K remote: 39 KB 1223 KB 1177 KB [K remote: 39 KB 1227 KB 1177 KB [K remote: 39 KB 1231 KB 1177 KB [K remote: 39 KB 1235 KB 1177 KB [K remote: 39 KB 1239 KB 1177 KB [K remote: 39 KB 1243 KB 1177 KB [K remote: 39 KB 1247 KB 1177 KB [K remote: 39 KB 1247 KB 1181 KB [K remote: 39 KB 1247 KB 1185 KB [K remote: 39 KB 1247 KB 1189 KB [K remote: 39 KB 1247 KB 1192 KB [K remote: 39 KB 1247 KB 1196 KB [K remote: 39 KB 1247 KB 1200 KB [K remote: 39 KB 1247 KB 1204 KB [K remote: 39 KB 1247 KB 1208 KB [K remote: 39 KB 1247 KB 1212 KB [K remote: 39 KB 1247 KB 1216 KB [K remote: 39 KB 1247 KB 1220 KB [K remote: 39 KB 1247 KB 1224 KB [K remote: 39 KB 1247 KB 1228 KB [K remote: 39 KB 1247 KB 1232 KB [K remote: 39 KB 1247 KB 1236 KB [K remote: 39 KB 1247 KB 1239 KB [K remote: 39 KB 1247 KB 1243 KB [K remote: 39 KB 1247 KB 1247 KB [K remote: 43 KB 1247 KB 1247 KB [K remote: 47 KB 1247 KB 1247 KB [K remote: 48 KB 1247 KB 1247 KB [K remote: 52 KB 1247 KB 1247 KB [K remote: 56 KB 1247 KB 1247 KB [K remote: 60 KB 1247 KB 1247 KB [K remote: 64 KB 1247 KB 1247 KB [K remote: 64 KB 1247 KB 1247 KB [K remote: 64 KB 1251 KB 1251 KB [K remote: 64 KB 1251 KB 1247 KB [K remote: 68 KB 1251 KB 1251 KB [K remote: 68 KB 1251 KB 1255 KB [K remote: 72 KB 1251 KB 1255 KB [K remote: 72 KB 1251 KB 1259 KB [K remote: 76 KB 1251 KB 1259 KB [K remote: 76 KB 1251 KB 1263 KB [K remote: 80 KB 1251 KB 1263 KB [K remote: 80 KB 1254 KB 1263 KB [K remote: 80 KB 1254 KB 1267 KB [K remote: 80 KB 1254 KB 1271 KB [K remote: 80 KB 1258 KB 1271 KB [K remote: 80 KB 1262 KB 1271 KB [K remote: 80 KB 1262 KB 1275 KB [K remote: 80 KB 1262 KB 1278 KB [K remote: 80 KB 1266 KB 1278 KB [K remote: 80 KB 1270 KB 1278 KB [K remote: 80 KB 1270 KB 1282 KB [K remote: 80 KB 1270 KB 1286 KB [K remote: 80 KB 1274 KB 1286 KB [K remote: 80 KB 1278 KB 1286 KB [K remote: 80 KB 1278 KB 1290 KB [K remote: 80 KB 1278 KB 1294 KB [K remote: 80 KB 1282 KB 1294 KB [K remote: 80 KB 1286 KB 1294 KB [K remote: 80 KB 1286 KB 1298 KB [K remote: 80 KB 1286 KB 1302 KB [K remote: 80 KB 1290 KB 1302 KB [K remote: 80 KB 1293 KB 1302 KB [K remote: 80 KB 1293 KB 1306 KB [K remote: 80 KB 1293 KB 1310 KB [K remote: 80 KB 1297 KB 1310 KB [K remote: 80 KB 1301 KB 1310 KB [K remote: 80 KB 1301 KB 1314 KB [K remote: 80 KB 1301 KB 1317 KB [K remote: 80 KB 1305 KB 1317 KB [K remote: 80 KB 1309 KB 1317 KB [K remote: 80 KB 1309 KB 1321 KB [K remote: 80 KB 1309 KB 1325 KB [K remote: 80 KB 1313 KB 1325 KB [K remote: 80 KB 1317 KB 1325 KB [K remote: 80 KB 1321 KB 1325 KB [K remote: 80 KB 1325 KB 1325 KB [K remote: 80 KB 1329 KB 1325 KB [K remote: 80 KB 1333 KB 1325 KB [K remote: 80 KB 1337 KB 1325 KB [K remote: 80 KB 1340 KB 1325 KB [K remote: 80 KB 1344 KB 1325 KB [K remote: 80 KB 1348 KB 1325 KB [K remote: 80 KB 1352 KB 1325 KB [K remote: 80 KB 1356 KB 1325 KB [K remote: 80 KB 1360 KB 1325 KB [K remote: 80 KB 1364 KB 1325 KB [K remote: 80 KB 1368 KB 1325 KB [K remote: 80 KB 1372 KB 1325 KB [K remote: 80 KB 1372 KB 1329 KB [K remote: 80 KB 1372 KB 1333 KB [K remote: 80 KB 1372 KB 1337 KB [K remote: 80 KB 1372 KB 1341 KB [K remote: 80 KB 1372 KB 1345 KB [K remote: 80 KB 1372 KB 1347 KB [K remote: 84 KB 1372 KB 1347 KB [K remote: 88 KB 1372 KB 1347 KB [K remote: 92 KB 1372 KB 1347 KB [K remote: 96 KB 1372 KB 1347 KB [K remote: 100 KB 1372 KB 1347 KB [K remote: 104 KB 1372 KB 1347 KB [K remote: 108 KB 1372 KB 1347 KB [K remote: 111 KB 1372 KB 1347 KB [K remote: 115 KB 1372 KB 1347 KB [K remote: 119 KB 1372 KB 1347 KB [K remote: 123 KB 1372 KB 1347 KB [K remote: 127 KB 1372 KB 1347 KB [K remote: 127 KB 1376 KB 1347 KB [K remote: 127 KB 1379 KB 1347 KB [K remote: 127 KB 1383 KB 1347 KB [K remote: 127 KB 1387 KB 1347 KB [K remote: 127 KB 1391 KB 1347 KB [K remote: 127 KB 1395 KB 1347 KB [K remote: 127 KB 1399 KB 1347 KB [K remote: 127 KB 1403 KB 1347 KB [K remote: 127 KB 1407 KB 1347 KB [K remote: 127 KB 1411 KB 1347 KB [K remote: 127 KB 1415 KB 1347 KB [K remote: 127 KB 1418 KB 1347 KB [K remote: 127 KB 1422 KB 1347 KB [K remote: 127 KB 1426 KB 1347 KB [K remote: 127 KB 1430 KB 1347 KB [K remote: 127 KB 1434 KB 1347 KB [K remote: 127 KB 1438 KB 1347 KB [K remote: 127 KB 1442 KB 1347 KB [K remote: 127 KB 1446 KB 1347 KB [K remote: 127 KB 1450 KB 1347 KB [K remote: 127 KB 1454 KB 1347 KB [K remote: 131 KB 1454 KB 1347 KB [K remote: 135 KB 1454 KB 1347 KB [K remote: 139 KB 1454 KB 1347 KB [K remote: 143 KB 1454 KB 1347 KB [K remote: 147 KB 1454 KB 1347 KB [K remote: 147 KB 1458 KB 1347 KB [K remote: 150 KB 1458 KB 1347 KB [K remote: 150 KB 1462 KB 1347 KB [K remote: 154 KB 1462 KB 1347 KB [K remote: 154 KB 1465 KB 1347 KB [K remote: 158 KB 1465 KB 1347 KB [K remote: 158 KB 1469 KB 1347 KB [K remote: 162 KB 1469 KB 1347 KB [K remote: 162 KB 1473 KB 1347 KB [K remote: 166 KB 1473 KB 1347 KB [K remote: 166 KB 1477 KB 1347 KB [K remote: 170 KB 1477 KB 1347 KB [K remote: 170 KB 1481 KB 1347 KB [K remote: 174 KB 1481 KB 1347 KB [K remote: 174 KB 1485 KB 1347 KB [K remote: 174 KB 1489 KB 1347 KB [K remote: 174 KB 1493 KB 1347 KB [K remote: 174 KB 1497 KB 1347 KB [K remote: 174 KB 1501 KB 1347 KB [K remote: 174 KB 1504 KB 1347 KB [K remote: 174 KB 1508 KB 1347 KB [K remote: 174 KB 1512 KB 1347 KB [K remote: 174 KB 1516 KB 1347 KB [K remote: 174 KB 1520 KB 1347 KB [K remote: 174 KB 1524 KB 1347 KB [K remote: 174 KB 1528 KB 1347 KB [K remote: 174 KB 1532 KB 1347 KB [K remote: 174 KB 1536 KB 1347 KB [K remote: 174 KB 1540 KB 1347 KB [K remote: 174 KB 1543 KB 1347 KB [K remote: 174 KB 1547 KB 1347 KB [K remote: 174 KB 1551 KB 1347 KB [K remote: 174 KB 1555 KB 1347 KB [K remote: 174 KB 1559 KB 1347 KB [K remote: 174 KB 1563 KB 1347 KB [K remote: 174 KB 1567 KB 1347 KB [K remote: 178 KB 1567 KB 1347 KB [K remote: 182 KB 1567 KB 1347 KB [K remote: 186 KB 1567 KB 1347 KB [K remote: 189 KB 1567 KB 1347 KB [K remote: 192 KB 1567 KB 1347 KB [K remote: 192 KB 1571 KB 1347 KB [K remote: 192 KB 1575 KB 1347 KB [K remote: 192 KB 1579 KB 1347 KB [K remote: 192 KB 1583 KB 1347 KB [K remote: 192 KB 1587 KB 1347 KB [K remote: 192 KB 1590 KB 1347 KB [K remote: 192 KB 1594 KB 1347 KB [K remote: 192 KB 1598 KB 1347 KB [K remote: 192 KB 1602 KB 1347 KB [K remote: 192 KB 1606 KB 1347 KB [K remote: 192 KB 1610 KB 1347 KB [K remote: 192 KB 1614 KB 1347 KB [K remote: 192 KB 1618 KB 1347 KB [K remote: 192 KB 1622 KB 1347 KB [K remote: 192 KB 1626 KB 1347 KB [K remote: 192 KB 1629 KB 1347 KB [K remote: 192 KB 1633 KB 1347 KB [K remote: 192 KB 1637 KB 1347 KB [K remote: 192 KB 1641 KB 1347 KB [K remote: 192 KB 1645 KB 1347 KB [K remote: 192 KB 1649 KB 1347 KB [K remote: 192 KB 1653 KB 1347 KB [K remote: 192 KB 1657 KB 1347 KB [K remote: 192 KB 1661 KB 1347 KB [K remote: 192 KB 1665 KB 1347 KB [K remote: 192 KB 1668 KB 1347 KB [K remote: 192 KB 1672 KB 1347 KB [K remote: 192 KB 1676 KB 1347 KB [K remote: 192 KB 1680 KB 1347 KB [K remote: 192 KB 1684 KB 1347 KB [K remote: 192 KB 1688 KB 1347 KB [K remote: 192 KB 1692 KB 1347 KB [K remote: 192 KB 1696 KB 1347 KB [K remote: 192 KB 1700 KB 1347 KB [K remote: 192 KB 1704 KB 1347 KB [K remote: 192 KB 1708 KB 1347 KB [K remote: 192 KB 1712 KB 1347 KB [K remote: 192 KB 1715 KB 1347 KB [K remote: 192 KB 1719 KB 1347 KB [K remote: 192 KB 1723 KB 1347 KB [K remote: 192 KB 1727 KB 1347 KB [K remote: 192 KB 1731 KB 1347 KB [K remote: 192 KB 1735 KB 1347 KB [K remote: 192 KB 1739 KB 1347 KB [K remote: 192 KB 1743 KB 1347 KB [K remote: 192 KB 1747 KB 1347 KB [K remote: 192 KB 1751 KB 1347 KB [K remote: 192 KB 1754 KB 1347 KB [K remote: 196 KB 1754 KB 1347 KB [K remote: 200 KB 1754 KB 1347 KB [K remote: 204 KB 1754 KB 1347 KB [K remote: 208 KB 1754 KB 1347 KB [K remote: 208 KB 1754 KB 1347 KB [K remote: 212 KB 1754 KB 1347 KB [K remote: 216 KB 1754 KB 1347 KB [K remote: 220 KB 1754 KB 1347 KB [K remote: 224 KB 1754 KB 1347 KB [K remote: 228 KB 1754 KB 1347 KB [K remote: 232 KB 1754 KB 1347 KB [K remote: 236 KB 1754 KB 1347 KB [K remote: 240 KB 1754 KB 1347 KB [K remote: 240 KB 1754 KB 1347 KB [K remote: 244 KB 1754 KB 1347 KB [K remote: 248 KB 1754 KB 1347 KB [K remote: 252 KB 1754 KB 1347 KB [K remote: 256 KB 1754 KB 1347 KB [K remote: 256 KB 1754 KB 1347 KB [K remote: 260 KB 1754 KB 1347 KB [K remote: 264 KB 1754 KB 1347 KB [K remote: 268 KB 1758 KB 1347 KB [K remote: 272 KB 1758 KB 1347 KB [K remote: 276 KB 1758 KB 1347 KB [K remote: 280 KB 1758 KB 1347 KB [K remote: 284 KB 1758 KB 1347 KB [K remote: 288 KB 1758 KB 1347 KB [K remote: 264 KB 1758 KB 1347 KB [K remote: 288 KB 1762 KB 1347 KB [K remote: 288 KB 1766 KB 1347 KB [K remote: 288 KB 1770 KB 1347 KB [K remote: 288 KB 1774 KB 1347 KB [K remote: 288 KB 1778 KB 1347 KB [K remote: 288 KB 1782 KB 1347 KB [K remote: 288 KB 1786 KB 1347 KB [K remote: 288 KB 1790 KB 1347 KB [K remote: 288 KB 1793 KB 1347 KB [K remote: 288 KB 1797 KB 1347 KB [K remote: 288 KB 1801 KB 1347 KB [K remote: 288 KB 1805 KB 1347 KB [K remote: 288 KB 1809 KB 1347 KB [K remote: 288 KB 1813 KB 1347 KB [K remote: 288 KB 1817 KB 1347 KB [K remote: 288 KB 1821 KB 1347 KB [K remote: 288 KB 1825 KB 1347 KB [K remote: 288 KB 1829 KB 1347 KB [K remote: 288 KB 1833 KB 1347 KB [K remote: 288 KB 1837 KB 1347 KB [K remote: 288 KB 1840 KB 1347 KB [K remote: 288 KB 1844 KB 1347 KB [K remote: 288 KB 1848 KB 1347 KB [K remote: 288 KB 1852 KB 1347 KB [K remote: 288 KB 1856 KB 1347 KB [K remote: 288 KB 1860 KB 1347 KB [K remote: 288 KB 1864 KB 1347 KB [K remote: 288 KB 1868 KB 1347 KB [K remote: 288 KB 1872 KB 1347 KB [K remote: 288 KB 1876 KB 1347 KB [K remote: 288 KB 1879 KB 1347 KB [K remote: 288 KB 1883 KB 1347 KB [K remote: 288 KB 1887 KB 1347 KB [K remote: 288 KB 1891 KB 1347 KB [K remote: 288 KB 1895 KB 1347 KB [K remote: 288 KB 1899 KB 1347 KB [K remote: 288 KB 1903 KB 1347 KB [K remote: 288 KB 1907 KB 1347 KB [K remote: 288 KB 1911 KB 1347 KB [K remote: 288 KB 1915 KB 1347 KB [K remote: 288 KB 1918 KB 1347 KB [K remote: 288 KB 1922 KB 1347 KB [K remote: 288 KB 1926 KB 1347 KB [K remote: 288 KB 1930 KB 1347 KB [K remote: 288 KB 1934 KB 1347 KB [K remote: 288 KB 1938 KB 1347 KB [K remote: 288 KB 1942 KB 1347 KB [K remote: 288 KB 1946 KB 1347 KB [K remote: 288 KB 1950 KB 1347 KB [K remote: 288 KB 1954 KB 1347 KB [K remote: 288 KB 1958 KB 1347 KB [K remote: 288 KB 1962 KB 1347 KB [K remote: 288 KB 1965 KB 1347 KB [K remote: 288 KB 1969 KB 1347 KB [K remote: 288 KB 1973 KB 1347 KB [K remote: 288 KB 1977 KB 1347 KB [K remote: 288 KB 1981 KB 1347 KB [K remote: 288 KB 1985 KB 1347 KB [K remote: 288 KB 1989 KB 1347 KB [K remote: 288 KB 1993 KB 1347 KB [K remote: 288 KB 1997 KB 1347 KB [K remote: 292 KB 1997 KB 1347 KB [K remote: 296 KB 1997 KB 1347 KB [K remote: 300 KB 1997 KB 1347 KB [K remote: 303 KB 1997 KB 1347 KB [K remote: 307 KB 1997 KB 1347 KB [K remote: 311 KB 1997 KB 1347 KB [K remote: 311 KB 2001 KB 1347 KB [K remote: 311 KB 2004 KB 1347 KB [K remote: 315 KB 2004 KB 1347 KB [K remote: 319 KB 2004 KB 1347 KB [K remote: 319 KB 2008 KB 1347 KB [K remote: 319 KB 2012 KB 1347 KB [K remote: 323 KB 2012 KB 1347 KB [K remote: 327 KB 2012 KB 1347 KB [K remote: 327 KB 2016 KB 1347 KB [K remote: 327 KB 2020 KB 1347 KB [K remote: 331 KB 2020 KB 1347 KB [K remote: 335 KB 2020 KB 1347 KB [K remote: 335 KB 2024 KB 1347 KB [K remote: 335 KB 2028 KB 1347 KB [K remote: 339 KB 2028 KB 1347 KB [K remote: 342 KB 2028 KB 1347 KB [K remote: 342 KB 2032 KB 1347 KB [K remote: 342 KB 2036 KB 1347 KB [K remote: 346 KB 2036 KB 1347 KB [K remote: 346 KB 2040 KB 1347 KB [K remote: 350 KB 2040 KB 1347 KB [K remote: 350 KB 2043 KB 1347 KB [K remote: 354 KB 2043 KB 1347 KB [K remote: 354 KB 2047 KB 1347 KB [K remote: 358 KB 2047 KB 1347 KB [K remote: 358 KB 2051 KB 1347 KB [K remote: 358 KB 2055 KB 1347 KB [K remote: 358 KB 2059 KB 1347 KB [K remote: 358 KB 2063 KB 1347 KB [K remote: 358 KB 2067 KB 1347 KB [K remote: 358 KB 2071 KB 1347 KB [K remote: 358 KB 2075 KB 1347 KB [K remote: 358 KB 2079 KB 1347 KB [K remote: 362 KB 2079 KB 1347 KB [K remote: 366 KB 2079 KB 1347 KB [K remote: 366 KB 2083 KB 1347 KB [K remote: 370 KB 2083 KB 1347 KB [K remote: 374 KB 2083 KB 1347 KB [K remote: 374 KB 2087 KB 1347 KB [K remote: 374 KB 2090 KB 1347 KB [K remote: 378 KB 2090 KB 1347 KB [K remote: 381 KB 2090 KB 1347 KB [K remote: 381 KB 2094 KB 1347 KB [K remote: 381 KB 2098 KB 1347 KB [K remote: 385 KB 2098 KB 1347 KB [K remote: 389 KB 2098 KB 1347 KB [K remote: 389 KB 2102 KB 1347 KB [K remote: 389 KB 2106 KB 1347 KB [K remote: 393 KB 2106 KB 1347 KB [K remote: 397 KB 2106 KB 1347 KB [K remote: 397 KB 2110 KB 1347 KB [K remote: 397 KB 2114 KB 1347 KB [K remote: 401 KB 2114 KB 1347 KB [K remote: 405 KB 2114 KB 1347 KB [K remote: 405 KB 2118 KB 1347 KB [K remote: 405 KB 2122 KB 1347 KB [K remote: 409 KB 2122 KB 1347 KB [K remote: 413 KB 2122 KB 1347 KB [K remote: 413 KB 2126 KB 1347 KB [K remote: 413 KB 2129 KB 1347 KB [K remote: 417 KB 2129 KB 1347 KB [K remote: 421 KB 2129 KB 1347 KB [K remote: 421 KB 2133 KB 1347 KB [K remote: 421 KB 2137 KB 1347 KB [K remote: 425 KB 2137 KB 1347 KB [K remote: 428 KB 2137 KB 1347 KB [K remote: 428 KB 2141 KB 1347 KB [K remote: 428 KB 2145 KB 1347 KB [K remote: 428 KB 2149 KB 1347 KB [K remote: 428 KB 2153 KB 1347 KB [K remote: 428 KB 2157 KB 1347 KB [K remote: 428 KB 2161 KB 1347 KB [K remote: 428 KB 2165 KB 1347 KB [K remote: 428 KB 2168 KB 1347 KB [K remote: 428 KB 2172 KB 1347 KB [K remote: 428 KB 2176 KB 1347 KB [K remote: 428 KB 2180 KB 1347 KB [K remote: 428 KB 2184 KB 1347 KB [K remote: 428 KB 2188 KB 1347 KB [K remote: 428 KB 2192 KB 1347 KB [K remote: 428 KB 2196 KB 1347 KB [K remote: 428 KB 2200 KB 1347 KB [K remote: 428 KB 2204 KB 1347 KB [K remote: 428 KB 2208 KB 1347 KB [K remote: 428 KB 2212 KB 1347 KB [K remote: 428 KB 2215 KB 1347 KB [K remote: 428 KB 2219 KB 1347 KB [K remote: 432 KB 2219 KB 1347 KB [K remote: 436 KB 2223 KB 1347 KB [K remote: 440 KB 2223 KB 1347 KB [K remote: 444 KB 2223 KB 1347 KB [K remote: 448 KB 2223 KB 1347 KB [K remote: 448 KB 2223 KB 1347 KB [K remote: 432 KB 2223 KB 1347 KB [K remote: 448 KB 2227 KB 1347 KB [K remote: 448 KB 2231 KB 1347 KB [K remote: 448 KB 2235 KB 1347 KB [K remote: 448 KB 2239 KB 1347 KB [K remote: 448 KB 2243 KB 1347 KB [K remote: 448 KB 2247 KB 1347 KB [K remote: 448 KB 2251 KB 1347 KB [K remote: 448 KB 2254 KB 1347 KB [K remote: 448 KB 2258 KB 1347 KB [K remote: 448 KB 2262 KB 1347 KB [K remote: 448 KB 2266 KB 1347 KB [K remote: 448 KB 2270 KB 1347 KB [K remote: 448 KB 2274 KB 1347 KB [K remote: 448 KB 2278 KB 1347 KB [K remote: 448 KB 2282 KB 1347 KB [K remote: 448 KB 2286 KB 1347 KB [K remote: 448 KB 2290 KB 1347 KB [K remote: 448 KB 2293 KB 1347 KB [K remote: 448 KB 2297 KB 1347 KB [K remote: 448 KB 2301 KB 1347 KB [K remote: 448 KB 2305 KB 1347 KB [K remote: 448 KB 2309 KB 1347 KB [K remote: 448 KB 2313 KB 1347 KB [K remote: 448 KB 2317 KB 1347 KB [K remote: 448 KB 2321 KB 1347 KB [K remote: 448 KB 2325 KB 1347 KB [K remote: 448 KB 2329 KB 1347 KB [K remote: 448 KB 2333 KB 1347 KB [K remote: 448 KB 2337 KB 1347 KB [K remote: 448 KB 2340 KB 1347 KB [K remote: 448 KB 2344 KB 1347 KB [K remote: 448 KB 2348 KB 1347 KB [K remote: 448 KB 2352 KB 1347 KB [K remote: 448 KB 2356 KB 1347 KB [K remote: 448 KB 2360 KB 1347 KB [K remote: 448 KB 2364 KB 1347 KB [K remote: 448 KB 2368 KB 1347 KB [K remote: 448 KB 2372 KB 1347 KB [K remote: 448 KB 2376 KB 1347 KB [K remote: 448 KB 2379 KB 1347 KB [K remote: 448 KB 2383 KB 1347 KB [K remote: 448 KB 2387 KB 1347 KB [K remote: 448 KB 2391 KB 1347 KB [K remote: 448 KB 2395 KB 1347 KB [K remote: 448 KB 2399 KB 1347 KB [K remote: 448 KB 2403 KB 1347 KB [K remote: 448 KB 2407 KB 1347 KB [K remote: 448 KB 2411 KB 1347 KB [K remote: 448 KB 2415 KB 1347 KB [K remote: 448 KB 2418 KB 1347 KB [K remote: 448 KB 2422 KB 1347 KB [K remote: 448 KB 2426 KB 1347 KB [K remote: 448 KB 2430 KB 1347 KB [K remote: 448 KB 2434 KB 1347 KB [K remote: 448 KB 2438 KB 1347 KB [K remote: 448 KB 2442 KB 1347 KB [K remote: 448 KB 2446 KB 1347 KB [K remote: 448 KB 2450 KB 1347 KB [K remote: 448 KB 2454 KB 1347 KB [K remote: 448 KB 2458 KB 1347 KB [K remote: 448 KB 2462 KB 1347 KB [K remote: 448 KB 2465 KB 1347 KB [K remote: 448 KB 2469 KB 1347 KB [K remote: 448 KB 2473 KB 1347 KB [K remote: 448 KB 2477 KB 1347 KB [K remote: 448 KB 2481 KB 1347 KB [K remote: 448 KB 2485 KB 1347 KB [K remote: 448 KB 2489 KB 1347 KB [K remote: 448 KB 2493 KB 1347 KB [K remote: 448 KB 2497 KB 1347 KB [K remote: 448 KB 2501 KB 1347 KB [K remote: 448 KB 2504 KB 1347 KB [K remote: 448 KB 2508 KB 1347 KB [K remote: 448 KB 2512 KB 1347 KB [K remote: 448 KB 2516 KB 1347 KB [K remote: 448 KB 2520 KB 1347 KB [K remote: 448 KB 2524 KB 1347 KB [K remote: 448 KB 2528 KB 1347 KB [K remote: 448 KB 2532 KB 1347 KB [K remote: 448 KB 2536 KB 1347 KB [K remote: 448 KB 2540 KB 1347 KB [K remote: 448 KB 2543 KB 1347 KB [K remote: 448 KB 2547 KB 1347 KB [K remote: 448 KB 2551 KB 1347 KB [K remote: 448 KB 2555 KB 1347 KB [K remote: 448 KB 2559 KB 1347 KB [K remote: 448 KB 2563 KB 1347 KB [K remote: 448 KB 2567 KB 1347 KB [K remote: 448 KB 2571 KB 1347 KB [K remote: 448 KB 2575 KB 1347 KB [K remote: 448 KB 2579 KB 1347 KB [K remote: 448 KB 2583 KB 1347 KB [K remote: 448 KB 2587 KB 1347 KB [K remote: 448 KB 2590 KB 1347 KB [K remote: 448 KB 2594 KB 1347 KB [K remote: 448 KB 2598 KB 1347 KB [K remote: 448 KB 2602 KB 1347 KB [K remote: 448 KB 2606 KB 1347 KB [K remote: 448 KB 2610 KB 1347 KB [K remote: 448 KB 2614 KB 1347 KB [K remote: 448 KB 2618 KB 1347 KB [K remote: 448 KB 2622 KB 1347 KB [K remote: 448 KB 2626 KB 1347 KB [K remote: 448 KB 2629 KB 1347 KB [K remote: 448 KB 2633 KB 1347 KB [K remote: 448 KB 2637 KB 1347 KB [K remote: 448 KB 2641 KB 1347 KB [K remote: 448 KB 2645 KB 1347 KB [K remote: 448 KB 2649 KB 1347 KB [K remote: 448 KB 2653 KB 1347 KB [K remote: 448 KB 2657 KB 1347 KB [K remote: 448 KB 2661 KB 1347 KB [K remote: 448 KB 2665 KB 1347 KB [K remote: 448 KB 2668 KB 1347 KB [K remote: 448 KB 2672 KB 1347 KB [K remote: 448 KB 2676 KB 1347 KB [K remote: 448 KB 2680 KB 1347 KB [K remote: 448 KB 2684 KB 1347 KB [K remote: 448 KB 2688 KB 1347 KB [K remote: 448 KB 2692 KB 1347 KB [K remote: 448 KB 2696 KB 1347 KB [K remote: 448 KB 2700 KB 1347 KB [K remote: 448 KB 2704 KB 1347 KB [K remote: 448 KB 2708 KB 1347 KB [K remote: 448 KB 2712 KB 1347 KB [K remote: 448 KB 2715 KB 1347 KB [K remote: 448 KB 2719 KB 1347 KB [K remote: 448 KB 2723 KB 1347 KB [K remote: 448 KB 2727 KB 1347 KB [K remote: 448 KB 2731 KB 1347 KB [K remote: 448 KB 2735 KB 1347 KB [K remote: 448 KB 2739 KB 1347 KB [K remote: 448 KB 2743 KB 1347 KB [K remote: 448 KB 2747 KB 1347 KB [K remote: 448 KB 2751 KB 1347 KB [K remote: 448 KB 2754 KB 1347 KB [K remote: 448 KB 2758 KB 1347 KB [K remote: 448 KB 2762 KB 1347 KB [K remote: 448 KB 2766 KB 1347 KB [K remote: 448 KB 2770 KB 1347 KB [K remote: 448 KB 2774 KB 1347 KB [K remote: 448 KB 2778 KB 1347 KB [K remote: 448 KB 2782 KB 1347 KB [K remote: 448 KB 2786 KB 1347 KB [K remote: 448 KB 2790 KB 1347 KB [K remote: 448 KB 2793 KB 1347 KB [K remote: 448 KB 2797 KB 1347 KB [K remote: 448 KB 2801 KB 1347 KB [K remote: 448 KB 2805 KB 1347 KB [K remote: 448 KB 2809 KB 1347 KB [K remote: 448 KB 2813 KB 1347 KB [K remote: 448 KB 2817 KB 1347 KB [K remote: 448 KB 2821 KB 1347 KB [K remote: 448 KB 2825 KB 1347 KB [K remote: 448 KB 2829 KB 1347 KB [K remote: 448 KB 2833 KB 1347 KB [K remote: 448 KB 2837 KB 1347 KB [K remote: 448 KB 2840 KB 1347 KB [K remote: 448 KB 2844 KB 1347 KB [K remote: 448 KB 2848 KB 1347 KB [K remote: 448 KB 2852 KB 1347 KB [K remote: 448 KB 2856 KB 1347 KB [K remote: 448 KB 2860 KB 1347 KB [K remote: 448 KB 2864 KB 1347 KB [K remote: 448 KB 2868 KB 1347 KB [K remote: 448 KB 2872 KB 1347 KB [K remote: 448 KB 2876 KB 1347 KB [K remote: 448 KB 2879 KB 1347 KB [K remote: 448 KB 2883 KB 1347 KB [K remote: 448 KB 2887 KB 1347 KB [K remote: 448 KB 2891 KB 1347 KB [K remote: 448 KB 2895 KB 1347 KB [K remote: 448 KB 2899 KB 1347 KB [K remote: 448 KB 2903 KB 1347 KB [K remote: 448 KB 2907 KB 1347 KB [K remote: 448 KB 2911 KB 1347 KB [K remote: 448 KB 2915 KB 1347 KB [K remote: 448 KB 2918 KB 1347 KB [K remote: 448 KB 2922 KB 1347 KB [K remote: 448 KB 2926 KB 1347 KB [K remote: 448 KB 2930 KB 1347 KB [K remote: 448 KB 2934 KB 1347 KB [K remote: 448 KB 2938 KB 1347 KB [K remote: 448 KB 2942 KB 1347 KB [K remote: 448 KB 2946 KB 1347 KB [K remote: 448 KB 2950 KB 1347 KB [K remote: 448 KB 2954 KB 1347 KB [K remote: 448 KB 2958 KB 1347 KB [K remote: 448 KB 2962 KB 1347 KB [K remote: 448 KB 2965 KB 1347 KB [K remote: 448 KB 2969 KB 1347 KB [K remote: 448 KB 2973 KB 1347 KB [K remote: 448 KB 2977 KB 1347 KB [K remote: 448 KB 2981 KB 1347 KB [K remote: 448 KB 2985 KB 1347 KB [K remote: 448 KB 2989 KB 1347 KB [K remote: 448 KB 2993 KB 1347 KB [K remote: 448 KB 2997 KB 1347 KB [K remote: 448 KB 3001 KB 1347 KB [K remote: 448 KB 3004 KB 1347 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/infinispan/infinispan-core/5.0.0.BETA2/infinispan-core-5.0.0.BETA2.jar (1347 KB at 674.5 KB/sec)[K >remote: 448 KB 3008 KB [K remote: 448 KB 3012 KB [K remote: 448 KB 3016 KB [K remote: 448 KB 3020 KB [K remote: 448 KB 3024 KB [K remote: 448 KB 3028 KB [K remote: 448 KB 3032 KB [K remote: 448 KB 3036 KB [K remote: 448 KB 3040 KB [K remote: 448 KB 3043 KB [K remote: 448 KB 3047 KB [K remote: 448 KB 3051 KB [K remote: 448 KB 3055 KB [K remote: 448 KB 3059 KB [K remote: 448 KB 3063 KB [K remote: 448 KB 3067 KB [K remote: 448 KB 3071 KB [K remote: 448 KB 3075 KB [K remote: 448 KB 3079 KB [K remote: 448 KB 3083 KB [K remote: 448 KB 3087 KB [K remote: 448 KB 3090 KB [K remote: 448 KB 3094 KB [K remote: 448 KB 3098 KB [K remote: 448 KB 3102 KB [K remote: 448 KB 3106 KB [K remote: 448 KB 3110 KB [K remote: 448 KB 3114 KB [K remote: 448 KB 3118 KB [K remote: 448 KB 3122 KB [K remote: 448 KB 3126 KB [K remote: 448 KB 3129 KB [K remote: 448 KB 3133 KB [K remote: 448 KB 3137 KB [K remote: 448 KB 3141 KB [K remote: 448 KB 3145 KB [K remote: 448 KB 3149 KB [K remote: 448 KB 3153 KB [K remote: 448 KB 3157 KB [K remote: 448 KB 3161 KB [K remote: 448 KB 3165 KB [K remote: 448 KB 3168 KB [K remote: 448 KB 3172 KB [K remote: 448 KB 3176 KB [K remote: 448 KB 3180 KB [K remote: 448 KB 3184 KB [K remote: 448 KB 3188 KB [K remote: 448 KB 3192 KB [K remote: 448 KB 3196 KB [K remote: 448 KB 3200 KB [K remote: 448 KB 3204 KB [K remote: 448 KB 3208 KB [K remote: 448 KB 3212 KB [K remote: 448 KB 3215 KB [K remote: 448 KB 3219 KB [K remote: 448 KB 3223 KB [K remote: 448 KB 3227 KB [K remote: 448 KB 3231 KB [K remote: 448 KB 3235 KB [K remote: 448 KB 3239 KB [K remote: 448 KB 3243 KB [K remote: 448 KB 3247 KB [K remote: 448 KB 3251 KB [K remote: 448 KB 3254 KB [K remote: 448 KB 3258 KB [K remote: 448 KB 3262 KB [K remote: 448 KB 3266 KB [K remote: 448 KB 3270 KB [K remote: 448 KB 3274 KB [K remote: 448 KB 3278 KB [K remote: 448 KB 3282 KB [K remote: 448 KB 3286 KB [K remote: 448 KB 3290 KB [K remote: 448 KB 3293 KB [K remote: 448 KB 3297 KB [K remote: 448 KB 3301 KB [K remote: 448 KB 3305 KB [K remote: 448 KB 3309 KB [K remote: 448 KB 3313 KB [K remote: 448 KB 3317 KB [K remote: 448 KB 3321 KB [K remote: 448 KB 3325 KB [K remote: 448 KB 3329 KB [K remote: 448 KB 3333 KB [K remote: 448 KB 3337 KB [K remote: 448 KB 3340 KB [K remote: 448 KB 3344 KB [K remote: 448 KB 3348 KB [K remote: 448 KB 3352 KB [K remote: 448 KB 3356 KB [K remote: 448 KB 3360 KB [K remote: 448 KB 3364 KB [K remote: 448 KB 3368 KB [K remote: 448 KB 3372 KB [K remote: 448 KB 3376 KB [K remote: 448 KB 3379 KB [K remote: 448 KB 3383 KB [K remote: 448 KB 3387 KB [K remote: 448 KB 3391 KB [K remote: 448 KB 3395 KB [K remote: 448 KB 3399 KB [K remote: 448 KB 3403 KB [K remote: 448 KB 3407 KB [K remote: 448 KB 3411 KB [K remote: 448 KB 3415 KB [K remote: 448 KB 3418 KB [K remote: 448 KB 3422 KB [K remote: 448 KB 3426 KB [K remote: 448 KB 3430 KB [K remote: 448 KB 3434 KB [K remote: 448 KB 3438 KB [K remote: 448 KB 3442 KB [K remote: 448 KB 3446 KB [K remote: 448 KB 3450 KB [K remote: 448 KB 3454 KB [K remote: 448 KB 3458 KB [K remote: 448 KB 3462 KB [K remote: 448 KB 3465 KB [K remote: 448 KB 3469 KB [K remote: 448 KB 3473 KB [K remote: 448 KB 3477 KB [K remote: 448 KB 3481 KB [K remote: 448 KB 3485 KB [K remote: 448 KB 3489 KB [K remote: 448 KB 3493 KB [K remote: 448 KB 3497 KB [K remote: 448 KB 3501 KB [K remote: 448 KB 3504 KB [K remote: 448 KB 3508 KB [K remote: 448 KB 3512 KB [K remote: 448 KB 3516 KB [K remote: 448 KB 3520 KB [K remote: 448 KB 3524 KB [K remote: 448 KB 3528 KB [K remote: 448 KB 3532 KB [K remote: 448 KB 3536 KB [K remote: 448 KB 3540 KB [K remote: 448 KB 3543 KB [K remote: 448 KB 3547 KB [K remote: 448 KB 3551 KB [K remote: 448 KB 3555 KB [K remote: 448 KB 3559 KB [K remote: 448 KB 3563 KB [K remote: 448 KB 3567 KB [K remote: 448 KB 3571 KB [K remote: 448 KB 3575 KB [K remote: 448 KB 3579 KB [K remote: 448 KB 3583 KB [K remote: 448 KB 3587 KB [K remote: 448 KB 3590 KB [K remote: 448 KB 3594 KB [K remote: 448 KB 3598 KB [K remote: 448 KB 3602 KB [K remote: 448 KB 3606 KB [K remote: 448 KB 3610 KB [K remote: 448 KB 3614 KB [K remote: 448 KB 3618 KB [K remote: 448 KB 3622 KB [K remote: 448 KB 3626 KB [K remote: 448 KB 3629 KB [K remote: 448 KB 3633 KB [K remote: 448 KB 3637 KB [K remote: 448 KB 3641 KB [K remote: 448 KB 3645 KB [K remote: 448 KB 3649 KB [K remote: 448 KB 3653 KB [K remote: 448 KB 3657 KB [K remote: 448 KB 3661 KB [K remote: 448 KB 3665 KB [K remote: 448 KB 3668 KB [K remote: 448 KB 3672 KB [K remote: 448 KB 3676 KB [K remote: 448 KB 3680 KB [K remote: 448 KB 3684 KB [K remote: 448 KB 3688 KB [K remote: 448 KB 3692 KB [K remote: 448 KB 3696 KB [K remote: 448 KB 3700 KB [K remote: 448 KB 3704 KB [K remote: 448 KB 3708 KB [K remote: 448 KB 3712 KB [K remote: 448 KB 3715 KB [K remote: 448 KB 3719 KB [K remote: 448 KB 3723 KB [K remote: 448 KB 3727 KB [K remote: 448 KB 3731 KB [K remote: 448 KB 3735 KB [K remote: 448 KB 3739 KB [K remote: 448 KB 3743 KB [K remote: 448 KB 3747 KB [K remote: 448 KB 3751 KB [K remote: 448 KB 3754 KB [K remote: 448 KB 3758 KB [K remote: 448 KB 3762 KB [K remote: 448 KB 3766 KB [K remote: 448 KB 3770 KB [K remote: 448 KB 3774 KB [K remote: 448 KB 3778 KB [K remote: 448 KB 3782 KB [K remote: 448 KB 3786 KB [K remote: 448 KB 3790 KB [K remote: 448 KB 3793 KB [K remote: 448 KB 3797 KB [K remote: 448 KB 3801 KB [K remote: 448 KB 3805 KB [K remote: 448 KB 3809 KB [K remote: 448 KB 3813 KB [K remote: 448 KB 3817 KB [K remote: 448 KB 3821 KB [K remote: 448 KB 3825 KB [K remote: 448 KB 3829 KB [K remote: 448 KB 3833 KB [K remote: 448 KB 3837 KB [K remote: 448 KB 3840 KB [K remote: 448 KB 3844 KB [K remote: 448 KB 3848 KB [K remote: 448 KB 3852 KB [K remote: 448 KB 3856 KB [K remote: 448 KB 3860 KB [K remote: 448 KB 3864 KB [K remote: 448 KB 3868 KB [K remote: 448 KB 3872 KB [K remote: 448 KB 3876 KB [K remote: 448 KB 3879 KB [K remote: 448 KB 3883 KB [K remote: 448 KB 3887 KB [K remote: 448 KB 3891 KB [K remote: 448 KB 3895 KB [K remote: 448 KB 3899 KB [K remote: 448 KB 3903 KB [K remote: 448 KB 3907 KB [K remote: 448 KB 3911 KB [K remote: 448 KB 3915 KB [K remote: 448 KB 3918 KB [K remote: 448 KB 3922 KB [K remote: 448 KB 3926 KB [K remote: 448 KB 3930 KB [K remote: 448 KB 3934 KB [K remote: 448 KB 3938 KB [K remote: 448 KB 3942 KB [K remote: 448 KB 3946 KB [K remote: 448 KB 3950 KB [K remote: 448 KB 3954 KB [K remote: 448 KB 3958 KB [K remote: 448 KB 3962 KB [K remote: 448 KB 3965 KB [K remote: 448 KB 3969 KB [K remote: 448 KB 3973 KB [K remote: 448 KB 3977 KB [K remote: 448 KB 3981 KB [K remote: 448 KB 3985 KB [K remote: 448 KB 3989 KB [K remote: 448 KB 3993 KB [K remote: 448 KB 3997 KB [K remote: 448 KB 4001 KB [K remote: 448 KB 4004 KB [K remote: 448 KB 4008 KB [K remote: 448 KB 4012 KB [K remote: 448 KB 4016 KB [K remote: 448 KB 4020 KB [K remote: 448 KB 4024 KB [K remote: 448 KB 4028 KB [K remote: 448 KB 4032 KB [K remote: 448 KB 4036 KB [K remote: 448 KB 4040 KB [K remote: 448 KB 4043 KB [K remote: 448 KB 4047 KB [K remote: 448 KB 4051 KB [K remote: 448 KB 4055 KB [K remote: 448 KB 4059 KB [K remote: 448 KB 4063 KB [K remote: 448 KB 4067 KB [K remote: 448 KB 4071 KB [K remote: 448 KB 4075 KB [K remote: 448 KB 4079 KB [K remote: 448 KB 4083 KB [K remote: 448 KB 4087 KB [K remote: 448 KB 4090 KB [K remote: 448 KB 4094 KB [K remote: 448 KB 4098 KB [K remote: 448 KB 4102 KB [K remote: 448 KB 4106 KB [K remote: 448 KB 4110 KB [K remote: 448 KB 4114 KB [K remote: 448 KB 4118 KB [K remote: 448 KB 4122 KB [K remote: 448 KB 4126 KB [K remote: 448 KB 4129 KB [K remote: 448 KB 4133 KB [K remote: 448 KB 4137 KB [K remote: 448 KB 4141 KB [K remote: 448 KB 4145 KB [K remote: 448 KB 4149 KB [K remote: 448 KB 4153 KB [K remote: 448 KB 4157 KB [K remote: 448 KB 4161 KB [K remote: 448 KB 4165 KB [K remote: 448 KB 4168 KB [K remote: 448 KB 4172 KB [K remote: 448 KB 4176 KB [K remote: 448 KB 4180 KB [K remote: 448 KB 4184 KB [K remote: 448 KB 4188 KB [K remote: 448 KB 4192 KB [K remote: 448 KB 4196 KB [K remote: 448 KB 4200 KB [K remote: 448 KB 4204 KB [K remote: 448 KB 4208 KB [K remote: 448 KB 4212 KB [K remote: 448 KB 4215 KB [K remote: 448 KB 4219 KB [K remote: 448 KB 4223 KB [K remote: 448 KB 4227 KB [K remote: 448 KB 4231 KB [K remote: 448 KB 4235 KB [K remote: 448 KB 4239 KB [K remote: 448 KB 4243 KB [K remote: 448 KB 4247 KB [K remote: 448 KB 4251 KB [K remote: 448 KB 4254 KB [K remote: 448 KB 4258 KB [K remote: 448 KB 4262 KB [K remote: 448 KB 4266 KB [K remote: 448 KB 4270 KB [K remote: 448 KB 4274 KB [K remote: 448 KB 4278 KB [K remote: 448 KB 4282 KB [K remote: 448 KB 4286 KB [K remote: 448 KB 4290 KB [K remote: 448 KB 4293 KB [K remote: 448 KB 4297 KB [K remote: 448 KB 4301 KB [K remote: 448 KB 4305 KB [K remote: 448 KB 4309 KB [K remote: 448 KB 4313 KB [K remote: 448 KB 4317 KB [K remote: 448 KB 4321 KB [K remote: 448 KB 4325 KB [K remote: 448 KB 4329 KB [K remote: 448 KB 4333 KB [K remote: 448 KB 4337 KB [K remote: 448 KB 4340 KB [K remote: 448 KB 4344 KB [K remote: 448 KB 4348 KB [K remote: 448 KB 4352 KB [K remote: 448 KB 4356 KB [K remote: 448 KB 4360 KB [K remote: 448 KB 4364 KB [K remote: 448 KB 4368 KB [K remote: 448 KB 4372 KB [K remote: 448 KB 4376 KB [K remote: 448 KB 4379 KB [K remote: 448 KB 4383 KB [K remote: 448 KB 4387 KB [K remote: 448 KB 4391 KB [K remote: 448 KB 4395 KB [K remote: 448 KB 4399 KB [K remote: 448 KB 4403 KB [K remote: 448 KB 4407 KB [K remote: 448 KB 4411 KB [K remote: 448 KB 4415 KB [K remote: 448 KB 4418 KB [K remote: 448 KB 4422 KB [K remote: 448 KB 4426 KB [K remote: 448 KB 4430 KB [K remote: 448 KB 4434 KB [K remote: 448 KB 4438 KB [K remote: 448 KB 4442 KB [K remote: 448 KB 4446 KB [K remote: 448 KB 4450 KB [K remote: 448 KB 4454 KB [K remote: 448 KB 4458 KB [K remote: 448 KB 4462 KB [K remote: 448 KB 4465 KB [K remote: 448 KB 4469 KB [K remote: 448 KB 4473 KB [K remote: 448 KB 4477 KB [K remote: 448 KB 4481 KB [K remote: 448 KB 4485 KB [K remote: 448 KB 4489 KB [K remote: 448 KB 4493 KB [K remote: 448 KB 4497 KB [K remote: 448 KB 4501 KB [K remote: 448 KB 4504 KB [K remote: 448 KB 4508 KB [K remote: 448 KB 4512 KB [K remote: 448 KB 4516 KB [K remote: 448 KB 4520 KB [K remote: 448 KB 4524 KB [K remote: 448 KB 4528 KB [K remote: 448 KB 4532 KB [K remote: 448 KB 4536 KB [K remote: 448 KB 4540 KB [K remote: 448 KB 4543 KB [K remote: 448 KB 4547 KB [K remote: 448 KB 4551 KB [K remote: 448 KB 4555 KB [K remote: 448 KB 4559 KB [K remote: 448 KB 4563 KB [K remote: 448 KB 4567 KB [K remote: 448 KB 4571 KB [K remote: 448 KB 4575 KB [K remote: 448 KB 4579 KB [K remote: 448 KB 4583 KB [K remote: 448 KB 4587 KB [K remote: 448 KB 4590 KB [K remote: 448 KB 4594 KB [K remote: 448 KB 4598 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/richfaces-core-impl-4.1.0-20111212.234802-169.jar (448 KB at 237.7 KB/sec)[K >remote: 4602 KB [K remote: 4606 KB [K remote: 4610 KB [K remote: 4614 KB [K remote: 4618 KB [K remote: 4622 KB [K remote: 4626 KB [K remote: 4629 KB [K remote: 4633 KB [K remote: 4637 KB [K remote: 4641 KB [K remote: 4645 KB [K remote: 4649 KB [K remote: 4653 KB [K remote: 4657 KB [K remote: 4661 KB [K remote: 4665 KB [K remote: 4668 KB [K remote: 4672 KB [K remote: 4676 KB [K remote: 4680 KB [K remote: 4684 KB [K remote: 4688 KB [K remote: 4692 KB [K remote: 4696 KB [K remote: 4700 KB [K remote: 4704 KB [K remote: 4708 KB [K remote: 4712 KB [K remote: 4715 KB [K remote: 4719 KB [K remote: 4723 KB [K remote: 4727 KB [K remote: 4731 KB [K remote: 4735 KB [K remote: 4739 KB [K remote: 4743 KB [K remote: 4747 KB [K remote: 4751 KB [K remote: 4754 KB [K remote: 4758 KB [K remote: 4762 KB [K remote: 4766 KB [K remote: 4770 KB [K remote: 4774 KB [K remote: 4778 KB [K remote: 4782 KB [K remote: 4786 KB [K remote: 4790 KB [K remote: 4793 KB [K remote: 4797 KB [K remote: 4801 KB [K remote: 4805 KB [K remote: 4809 KB [K remote: 4813 KB [K remote: 4817 KB [K remote: 4821 KB [K remote: 4825 KB [K remote: 4829 KB [K remote: 4833 KB [K remote: 4837 KB [K remote: 4840 KB [K remote: 4844 KB [K remote: 4848 KB [K remote: 4852 KB [K remote: 4856 KB [K remote: 4860 KB [K remote: 4864 KB [K remote: 4868 KB [K remote: 4872 KB [K remote: 4876 KB [K remote: 4879 KB [K remote: 4883 KB [K remote: 4887 KB [K remote: 4891 KB [K remote: 4895 KB [K remote: 4899 KB [K remote: 4903 KB [K remote: 4907 KB [K remote: 4911 KB [K remote: 4915 KB [K remote: 4918 KB [K remote: 4922 KB [K remote: 4926 KB [K remote: 4930 KB [K remote: 4934 KB [K remote: 4938 KB [K remote: 4942 KB [K remote: 4946 KB [K remote: 4950 KB [K remote: 4954 KB [K remote: 4958 KB [K remote: 4962 KB [K remote: 4965 KB [K remote: 4969 KB [K remote: 4973 KB [K remote: 4977 KB [K remote: 4981 KB [K remote: 4985 KB [K remote: 4989 KB [K remote: 4993 KB [K remote: 4997 KB [K remote: 5001 KB [K remote: 5004 KB [K remote: 5008 KB [K remote: 5012 KB [K remote: 5016 KB [K remote: 5020 KB [K remote: 5024 KB [K remote: 5028 KB [K remote: 5032 KB [K remote: 5036 KB [K remote: 5040 KB [K remote: 5043 KB [K remote: 5047 KB [K remote: 5051 KB [K remote: 5055 KB [K remote: 5059 KB [K remote: 5063 KB [K remote: 5067 KB [K remote: 5071 KB [K remote: 5075 KB [K remote: 5079 KB [K remote: 5083 KB [K remote: 5087 KB [K remote: 5090 KB [K remote: 5094 KB [K remote: 5098 KB [K remote: 5102 KB [K remote: 5106 KB [K remote: 5110 KB [K remote: 5114 KB [K remote: 5118 KB [K remote: 5122 KB [K remote: 5126 KB [K remote: 5129 KB [K remote: 5133 KB [K remote: 5137 KB [K remote: 5141 KB [K remote: 5145 KB [K remote: 5149 KB [K remote: 5153 KB [K remote: 5157 KB [K remote: 5161 KB [K remote: 5165 KB [K remote: 5168 KB [K remote: 5172 KB [K remote: 5176 KB [K remote: 5180 KB [K remote: 5184 KB [K remote: 5188 KB [K remote: 5192 KB [K remote: 5196 KB [K remote: 5200 KB [K remote: 5204 KB [K remote: 5208 KB [K remote: 5212 KB [K remote: 5215 KB [K remote: 5219 KB [K remote: 5223 KB [K remote: 5227 KB [K remote: 5231 KB [K remote: 5235 KB [K remote: 5239 KB [K remote: 5243 KB [K remote: 5247 KB [K remote: 5251 KB [K remote: 5254 KB [K remote: 5258 KB [K remote: 5262 KB [K remote: 5266 KB [K remote: 5270 KB [K remote: 5274 KB [K remote: 5278 KB [K remote: 5282 KB [K remote: 5286 KB [K remote: 5290 KB [K remote: 5293 KB [K remote: 5297 KB [K remote: 5301 KB [K remote: 5305 KB [K remote: 5309 KB [K remote: 5313 KB [K remote: 5317 KB [K remote: 5321 KB [K remote: 5325 KB [K remote: 5329 KB [K remote: 5333 KB [K remote: 5337 KB [K remote: 5340 KB [K remote: 5344 KB [K remote: 5348 KB [K remote: 5352 KB [K remote: 5356 KB [K remote: 5360 KB [K remote: 5364 KB [K remote: 5368 KB [K remote: 5372 KB [K remote: 5376 KB [K remote: 5379 KB [K remote: 5383 KB [K remote: 5387 KB [K remote: 5391 KB [K remote: 5395 KB [K remote: 5399 KB [K remote: 5403 KB [K remote: 5407 KB [K remote: 5411 KB [K remote: 5415 KB [K remote: 5418 KB [K remote: 5422 KB [K remote: 5426 KB [K remote: 5430 KB [K remote: 5434 KB [K remote: 5438 KB [K remote: 5442 KB [K remote: 5446 KB [K remote: 5450 KB [K remote: 5454 KB [K remote: 5458 KB [K remote: 5462 KB [K remote: 5465 KB [K remote: 5469 KB [K remote: 5473 KB [K remote: 5477 KB [K remote: 5481 KB [K remote: 5485 KB [K remote: 5489 KB [K remote: 5493 KB [K remote: 5497 KB [K remote: 5501 KB [K remote: 5504 KB [K remote: 5508 KB [K remote: 5512 KB [K remote: 5516 KB [K remote: 5520 KB [K remote: 5524 KB [K remote: 5528 KB [K remote: 5532 KB [K remote: 5536 KB [K remote: 5540 KB [K remote: 5543 KB [K remote: 5547 KB [K remote: 5551 KB [K remote: 5555 KB [K remote: 5559 KB [K remote: 5563 KB [K remote: 5567 KB [K remote: 5571 KB [K remote: 5575 KB [K remote: 5579 KB [K remote: 5583 KB [K remote: 5587 KB [K remote: 5590 KB [K remote: 5594 KB [K remote: 5598 KB [K remote: 5602 KB [K remote: 5606 KB [K remote: 5610 KB [K remote: 5614 KB [K remote: 5618 KB [K remote: 5622 KB [K remote: 5626 KB [K remote: 5629 KB [K remote: 5633 KB [K remote: 5637 KB [K remote: 5641 KB [K remote: 5645 KB [K remote: 5649 KB [K remote: 5653 KB [K remote: 5657 KB [K remote: 5661 KB [K remote: 5665 KB [K remote: 5668 KB [K remote: 5672 KB [K remote: 5676 KB [K remote: 5680 KB [K remote: 5684 KB [K remote: 5688 KB [K remote: 5692 KB [K remote: 5696 KB [K remote: 5700 KB [K remote: 5704 KB [K remote: 5708 KB [K remote: 5712 KB [K remote: 5715 KB [K remote: 5719 KB [K remote: 5723 KB [K remote: 5727 KB [K remote: 5731 KB [K remote: 5735 KB [K remote: 5739 KB [K remote: 5743 KB [K remote: 5747 KB [K remote: 5751 KB [K remote: 5754 KB [K remote: 5758 KB [K remote: 5762 KB [K remote: 5766 KB [K remote: 5770 KB [K remote: 5774 KB [K remote: 5778 KB [K remote: 5782 KB [K remote: 5786 KB [K remote: 5790 KB [K remote: 5793 KB [K remote: 5797 KB [K remote: 5801 KB [K remote: 5805 KB [K remote: 5809 KB [K remote: 5813 KB [K remote: 5817 KB [K remote: 5821 KB [K remote: 5825 KB [K remote: 5829 KB [K remote: 5833 KB [K remote: 5837 KB [K remote: 5840 KB [K remote: 5844 KB [K remote: 5848 KB [K remote: 5852 KB [K remote: 5856 KB [K remote: 5860 KB [K remote: 5864 KB [K remote: 5868 KB [K remote: 5872 KB [K remote: 5876 KB [K remote: 5879 KB [K remote: 5883 KB [K remote: 5887 KB [K remote: 5891 KB [K remote: 5895 KB [K remote: 5899 KB [K remote: 5903 KB [K remote: 5907 KB [K remote: 5911 KB [K remote: 5915 KB [K remote: 5918 KB [K remote: 5922 KB [K remote: 5926 KB [K remote: 5930 KB [K remote: 5934 KB [K remote: 5938 KB [K remote: 5942 KB [K remote: 5946 KB [K remote: 5950 KB [K remote: 5954 KB [K remote: 5958 KB [K remote: 5962 KB [K remote: 5965 KB [K remote: 5969 KB [K remote: 5973 KB [K remote: 5977 KB [K remote: 5981 KB [K remote: 5985 KB [K remote: 5989 KB [K remote: 5993 KB [K remote: 5997 KB [K remote: 6001 KB [K remote: 6004 KB [K remote: 6008 KB [K remote: 6012 KB [K remote: 6016 KB [K remote: 6020 KB [K remote: 6024 KB [K remote: 6028 KB [K remote: 6032 KB [K remote: 6036 KB [K remote: 6040 KB [K remote: 6043 KB [K remote: 6047 KB [K remote: 6051 KB [K remote: 6055 KB [K remote: 6059 KB [K remote: 6063 KB [K remote: 6067 KB [K remote: 6071 KB [K remote: 6075 KB [K remote: 6079 KB [K remote: 6083 KB [K remote: 6085 KB [K remote: [K remote: Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/richfaces-components-ui-4.1.0-20111213.001234-238.jar (6085 KB at 2155.2 KB/sec)[K >remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/3.0.0-SNAPSHOT/twitter4j-core-3.0.0-SNAPSHOT.jar[K >remote: Downloading: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/3.0.0-SNAPSHOT/twitter4j-stream-3.0.0-SNAPSHOT.jar[K >remote: 2 KB [K remote: 5 KB [K remote: 7 KB [K remote: 10 KB [K remote: 13 KB [K remote: 17 KB [K remote: 17 KB [K remote: 18 KB [K remote: 21 KB [K remote: 24 KB [K remote: 28 KB [K remote: 29 KB [K remote: 32 KB [K remote: 36 KB [K remote: 39 KB [K remote: 42 KB [K remote: 46 KB [K remote: 50 KB [K remote: 54 KB [K remote: 56 KB [K remote: 60 KB [K remote: 60 KB [K remote: 61 KB [K remote: 63 KB [K remote: 63 KB 3 KB [K remote: 63 KB 5 KB [K remote: 65 KB 5 KB [K remote: 69 KB 5 KB [K remote: 71 KB 5 KB [K remote: 75 KB 5 KB [K remote: 76 KB 5 KB [K remote: 79 KB 5 KB [K remote: 83 KB 5 KB [K remote: 83 KB 5 KB [K remote: 87 KB 5 KB [K remote: 88 KB 5 KB [K remote: 92 KB 5 KB [K remote: 94 KB 5 KB [K remote: 97 KB 5 KB [K remote: 101 KB 5 KB [K remote: 103 KB 5 KB [K remote: 104 KB 5 KB [K remote: 107 KB 5 KB [K remote: 108 KB 5 KB [K remote: 111 KB 5 KB [K remote: 114 KB 5 KB [K remote: 114 KB 9 KB [K remote: 114 KB 10 KB [K remote: 114 KB 13 KB [K remote: 116 KB 13 KB [K remote: 120 KB 13 KB [K remote: 122 KB 13 KB [K remote: 123 KB 13 KB [K remote: 126 KB 13 KB [K remote: 129 KB 13 KB [K remote: 130 KB 13 KB [K remote: 131 KB 13 KB [K remote: 135 KB 13 KB [K remote: 136 KB 13 KB [K remote: 137 KB 13 KB [K remote: 141 KB 13 KB [K remote: 142 KB 13 KB [K remote: 146 KB 13 KB [K remote: 149 KB 13 KB [K remote: 150 KB 13 KB [K remote: 152 KB 13 KB [K remote: 156 KB 13 KB [K remote: 158 KB 13 KB [K remote: 162 KB 13 KB [K remote: 162 KB 13 KB [K remote: 166 KB 13 KB [K remote: 167 KB 13 KB [K remote: 169 KB 13 KB [K remote: 172 KB 13 KB [K remote: 176 KB 13 KB [K remote: 177 KB 13 KB [K remote: 177 KB 15 KB [K remote: 177 KB 19 KB [K remote: 177 KB 19 KB [K remote: 177 KB 23 KB [K remote: 177 KB 24 KB [K remote: 177 KB 28 KB [K remote: 177 KB 29 KB [K remote: 177 KB 30 KB [K remote: 179 KB 30 KB [K remote: 180 KB 30 KB [K remote: 184 KB 30 KB [K remote: 186 KB 30 KB [K remote: 190 KB 30 KB [K remote: 194 KB 30 KB [K remote: 195 KB 30 KB [K remote: 197 KB 30 KB [K remote: 201 KB 30 KB [K remote: 201 KB 30 KB [K remote: 202 KB 30 KB [K remote: 206 KB 30 KB [K remote: 210 KB 30 KB [K remote: 214 KB 30 KB [K remote: 216 KB 30 KB [K remote: 217 KB 30 KB [K remote: 221 KB 30 KB [K remote: 225 KB 30 KB [K remote: 225 KB 30 KB [K remote: 229 KB 30 KB [K remote: 231 KB 30 KB [K remote: 235 KB 30 KB [K remote: 237 KB 30 KB [K remote: 239 KB 30 KB [K remote: 240 KB 30 KB [K remote: 242 KB 30 KB [K remote: 242 KB 34 KB [K remote: 242 KB 36 KB [K remote: 242 KB 40 KB [K remote: 242 KB 41 KB [K remote: 242 KB 45 KB [K remote: 242 KB 49 KB [K remote: 242 KB 53 KB [K remote: 242 KB 54 KB [K remote: 245 KB 54 KB [K remote: 249 KB 54 KB [K remote: 252 KB 54 KB [K remote: 253 KB 54 KB [K remote: 257 KB 54 KB [K remote: 260 KB 54 KB [K remote: 264 KB 54 KB [K remote: 265 KB 54 KB [K remote: 269 KB 54 KB [K remote: 270 KB 54 KB [K remote: 274 KB 54 KB [K remote: 277 KB 54 KB [K remote: 281 KB 54 KB [K remote: 281 KB 54 KB [K remote: 285 KB 54 KB [K remote: 286 KB 54 KB [K remote: 290 KB 54 KB [K remote: 294 KB 54 KB [K remote: 294 KB 54 KB [K remote: 296 KB 54 KB [K remote: 300 KB 54 KB [K remote: 302 KB 54 KB [K remote: 306 KB 54 KB [K remote: 307 KB 54 KB [K remote: 308 KB 54 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-stream/3.0.0-SNAPSHOT/twitter4j-stream-3.0.0-SNAPSHOT.jar (54 KB at 30.1 KB/sec)[K >remote: 310 KB [K remote: 314 KB [K remote: 314 KB [K remote: [K remote: Downloaded: http://twitter4j.org/maven2/org/twitter4j/twitter4j-core/3.0.0-SNAPSHOT/twitter4j-core-3.0.0-SNAPSHOT.jar (314 KB at 148.5 KB/sec)[K >remote: [INFO] [K >remote: [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ shared ---[K >remote: [INFO] [K >remote: [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ shared ---[K >remote: [INFO] [K >remote: [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ shared ---[K >remote: [INFO] [K >remote: [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ shared ---[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 30.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 29.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 26.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 35.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 25.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 26.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 26.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 23.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 20.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 14.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom[K >remote: 424 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 5.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 44.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 19.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 19.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 13.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom (6 KB at 24.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 9 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9 KB at 45.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 53.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom[K >remote: 889 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 5.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 37.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 35.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 19.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom[K >remote: 4 KB [K remote: 5 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 65.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar[K >remote: 4 KB [K remote: 7 KB [K remote: 7 KB 4 KB [K remote: 7 KB 6 KB [K remote: 7 KB 4 KB 6 KB [K remote: 7 KB 8 KB 6 KB [K remote: 7 KB 10 KB 6 KB [K remote: 7 KB 10 KB 6 KB 4 KB [K remote: 7 KB 10 KB 6 KB 8 KB [K remote: 7 KB 10 KB 6 KB 12 KB [K remote: 7 KB 10 KB 6 KB 16 KB [K remote: 7 KB 10 KB 6 KB 20 KB [K remote: 7 KB 10 KB 6 KB 24 KB [K remote: 7 KB 10 KB 6 KB 28 KB [K remote: 7 KB 10 KB 6 KB 32 KB [K remote: 7 KB 10 KB 6 KB 36 KB [K remote: 7 KB 10 KB 6 KB 40 KB [K remote: 7 KB 10 KB 6 KB 42 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 39.1 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 33.7 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 54.5 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar (42 KB at 183.1 KB/sec)[K >remote: [debug] execute contextualize[K >remote: [INFO] Using 'UTF-8' encoding to copy filtered resources.[K >remote: [INFO] Copying 1 resource[K >remote: [INFO] [K >remote: [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ shared ---[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/1.8/plexus-compiler-api-1.8.pom[K >remote: 778 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/1.8/plexus-compiler-api-1.8.pom (778 B at 6.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler/1.8/plexus-compiler-1.8.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler/1.8/plexus-compiler-1.8.pom (4 KB at 50.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 73.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 44.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/1.8/plexus-compiler-manager-1.8.pom[K >remote: 690 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/1.8/plexus-compiler-manager-1.8.pom (690 B at 10.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/1.8/plexus-compiler-javac-1.8.pom[K >remote: 686 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/1.8/plexus-compiler-javac-1.8.pom (686 B at 10.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compilers/1.8/plexus-compilers-1.8.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compilers/1.8/plexus-compilers-1.8.pom (2 KB at 16.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/1.8/plexus-compiler-api-1.8.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/1.8/plexus-compiler-manager-1.8.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/1.8/plexus-compiler-javac-1.8.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 12 KB 4 KB [K remote: 12 KB 6 KB [K remote: 4 KB 12 KB 6 KB [K remote: 8 KB 12 KB 6 KB [K remote: 12 KB 12 KB 6 KB [K remote: 16 KB 12 KB 6 KB [K remote: 20 KB 12 KB 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/1.8/plexus-compiler-javac-1.8.jar (12 KB at 127.8 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/1.8/plexus-compiler-manager-1.8.jar (6 KB at 50.8 KB/sec)[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/1.8/plexus-compiler-api-1.8.jar (20 KB at 187.3 KB/sec)[K >remote: [INFO] Compiling 9 source files to /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/shared/target/classes[K >remote: [INFO] [K >remote: [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ shared ---[K >remote: [debug] execute contextualize[K >remote: [INFO] Using 'UTF-8' encoding to copy filtered resources.[K >remote: [INFO] skip non existing resourceDirectory /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/shared/src/test/resources[K >remote: [INFO] [K >remote: [INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ shared ---[K >remote: [INFO] No sources to compile[K >remote: [INFO] [K >remote: [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ shared ---[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.5/surefire-booter-2.5.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.5/surefire-booter-2.5.pom (2 KB at 7.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.5/surefire-api-2.5.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.5/surefire-api-2.5.pom (3 KB at 12.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.9/plexus-utils-1.5.9.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.9/plexus-utils-1.5.9.pom (6 KB at 26.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 23.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.5/surefire-booter-2.5.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.5/surefire-api-2.5.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.9/plexus-utils-1.5.9.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 40 KB [K remote: 44 KB [K remote: 48 KB [K remote: 52 KB [K remote: 56 KB [K remote: 60 KB [K remote: 64 KB [K remote: 68 KB [K remote: 72 KB [K remote: 76 KB [K remote: 80 KB [K remote: 84 KB [K remote: 4 KB 84 KB [K remote: 8 KB 84 KB [K remote: 12 KB 84 KB [K remote: 16 KB 84 KB [K remote: 20 KB 84 KB [K remote: 24 KB 84 KB [K remote: 28 KB 84 KB [K remote: 32 KB 84 KB [K remote: 36 KB 88 KB [K remote: 40 KB 88 KB [K remote: 44 KB 88 KB [K remote: 46 KB 88 KB [K remote: 32 KB 88 KB [K remote: 46 KB 92 KB [K remote: 46 KB 96 KB [K remote: 46 KB 100 KB [K remote: 50 KB 104 KB [K remote: 50 KB 108 KB [K remote: 50 KB 112 KB [K remote: 50 KB 116 KB [K remote: 50 KB 100 KB [K remote: 4 KB 54 KB 116 KB [K remote: 4 KB 58 KB 116 KB [K remote: 4 KB 62 KB 116 KB [K remote: 4 KB 66 KB 116 KB [K remote: 4 KB 70 KB 120 KB [K remote: 4 KB 74 KB 120 KB [K remote: 4 KB 78 KB 120 KB [K remote: 4 KB 80 KB 120 KB [K remote: 4 KB 50 KB 116 KB [K remote: 8 KB 80 KB 120 KB [K remote: 12 KB 80 KB 120 KB [K remote: 16 KB 80 KB 120 KB [K remote: 20 KB 80 KB 120 KB [K remote: 24 KB 80 KB 120 KB [K remote: 28 KB 80 KB 120 KB [K remote: 32 KB 80 KB 120 KB [K remote: 36 KB 80 KB 120 KB [K remote: 40 KB 80 KB 120 KB [K remote: 44 KB 84 KB 120 KB [K remote: 4 KB 66 KB 120 KB [K remote: 44 KB 84 KB 124 KB [K remote: 44 KB 84 KB 128 KB [K remote: 44 KB 84 KB 132 KB [K remote: 44 KB 84 KB 136 KB [K remote: 44 KB 84 KB 140 KB [K remote: 44 KB 84 KB 144 KB [K remote: 44 KB 84 KB 148 KB [K remote: 44 KB 84 KB 152 KB [K remote: 44 KB 84 KB 156 KB [K remote: 44 KB 84 KB 160 KB [K remote: 44 KB 84 KB 164 KB [K remote: 44 KB 84 KB 168 KB [K remote: 48 KB 84 KB 172 KB [K remote: 48 KB 84 KB 176 KB [K remote: 48 KB 84 KB 180 KB [K remote: 48 KB 84 KB 184 KB [K remote: 48 KB 84 KB 188 KB [K remote: 48 KB 84 KB 192 KB [K remote: 40 KB 84 KB 120 KB [K remote: 48 KB 88 KB 192 KB [K remote: 48 KB 92 KB 192 KB [K remote: 48 KB 96 KB 192 KB [K remote: 48 KB 100 KB 192 KB [K remote: 48 KB 104 KB 192 KB [K remote: 48 KB 108 KB 192 KB [K remote: 48 KB 112 KB 192 KB [K remote: 48 KB 116 KB 192 KB [K remote: 48 KB 120 KB 192 KB [K remote: 48 KB 124 KB 192 KB [K remote: 48 KB 128 KB 192 KB [K remote: 48 KB 132 KB 192 KB [K remote: 48 KB 136 KB 192 KB [K remote: 48 KB 140 KB 196 KB [K remote: 48 KB 144 KB 196 KB [K remote: 48 KB 148 KB 196 KB [K remote: 48 KB 152 KB 196 KB [K remote: 48 KB 156 KB 196 KB [K remote: 48 KB 160 KB 196 KB [K remote: 48 KB 164 KB 196 KB [K remote: 48 KB 168 KB 196 KB [K remote: 48 KB 172 KB 196 KB [K remote: 48 KB 84 KB 168 KB [K remote: 52 KB 172 KB 196 KB [K remote: 56 KB 172 KB 196 KB [K remote: 60 KB 172 KB 196 KB [K remote: 64 KB 172 KB 196 KB [K remote: 68 KB 172 KB 196 KB [K remote: 72 KB 172 KB 196 KB [K remote: 76 KB 172 KB 196 KB [K remote: 80 KB 172 KB 196 KB [K remote: 84 KB 172 KB 196 KB [K remote: 88 KB 172 KB 196 KB [K remote: 92 KB 172 KB 196 KB [K remote: 96 KB 172 KB 196 KB [K remote: 100 KB 172 KB 196 KB [K remote: 104 KB 176 KB 196 KB [K remote: 108 KB 176 KB 196 KB [K remote: 112 KB 176 KB 196 KB [K remote: 116 KB 176 KB 196 KB [K remote: 48 KB 136 KB 196 KB [K remote: 116 KB 176 KB 200 KB [K remote: 116 KB 176 KB 204 KB [K remote: 116 KB 176 KB 208 KB [K remote: 116 KB 176 KB 212 KB [K remote: 116 KB 176 KB 216 KB [K remote: 116 KB 176 KB 220 KB [K remote: 116 KB 176 KB 224 KB [K remote: 116 KB 176 KB 228 KB [K remote: 116 KB 176 KB 232 KB [K remote: 116 KB 176 KB 236 KB [K remote: 116 KB 176 KB 240 KB [K remote: 100 KB 176 KB 196 KB [K remote: 116 KB 180 KB 240 KB [K remote: 116 KB 184 KB 240 KB [K remote: 116 KB 188 KB 240 KB [K remote: 116 KB 192 KB 244 KB [K remote: 116 KB 196 KB 244 KB [K remote: 120 KB 200 KB 244 KB [K remote: 120 KB 204 KB 244 KB [K remote: 120 KB 208 KB 244 KB [K remote: 120 KB 212 KB 244 KB [K remote: 120 KB 216 KB 244 KB [K remote: 120 KB 220 KB 244 KB [K remote: 120 KB 224 KB 244 KB [K remote: 120 KB 228 KB 244 KB [K remote: 120 KB 232 KB 244 KB [K remote: 120 KB 236 KB 244 KB [K remote: 120 KB 240 KB 244 KB [K remote: 120 KB 244 KB 244 KB [K remote: 116 KB 188 KB 244 KB [K remote: 120 KB 244 KB 248 KB [K remote: 120 KB 244 KB 252 KB [K remote: 120 KB 244 KB 256 KB [K remote: 120 KB 244 KB 260 KB [K remote: 120 KB 244 KB 264 KB [K remote: 120 KB 244 KB 268 KB [K remote: 120 KB 244 KB 272 KB [K remote: 120 KB 244 KB 276 KB [K remote: 120 KB 244 KB 280 KB [K remote: 120 KB 244 KB 284 KB [K remote: 120 KB 244 KB 288 KB [K remote: 120 KB 244 KB 292 KB [K remote: 120 KB 244 KB 296 KB [K remote: 120 KB 244 KB 300 KB [K remote: 120 KB 244 KB 304 KB [K remote: 120 KB 244 KB 308 KB [K remote: 120 KB 248 KB 312 KB [K remote: 120 KB 248 KB 314 KB [K remote: 120 KB 196 KB 244 KB [K remote: 124 KB 248 KB 314 KB [K remote: 128 KB 248 KB 314 KB [K remote: 132 KB 248 KB 314 KB [K remote: 136 KB 248 KB 314 KB [K remote: 140 KB 248 KB 314 KB [K remote: 144 KB 248 KB 314 KB [K remote: 148 KB 248 KB 314 KB [K remote: 152 KB 248 KB 314 KB [K remote: 156 KB 248 KB 314 KB [K remote: 160 KB 248 KB 314 KB [K remote: 164 KB 248 KB 314 KB [K remote: 168 KB 248 KB 314 KB [K remote: 172 KB 248 KB 314 KB [K remote: 176 KB 248 KB 314 KB [K remote: 180 KB 248 KB 314 KB [K remote: 184 KB 248 KB 314 KB [K remote: 188 KB 248 KB 314 KB [K remote: 192 KB 248 KB 314 KB [K remote: 196 KB 248 KB 314 KB [K remote: 200 KB 248 KB 314 KB [K remote: 204 KB 248 KB 314 KB [K remote: 208 KB 248 KB 314 KB [K remote: 212 KB 248 KB 314 KB [K remote: 216 KB 248 KB 314 KB [K remote: 220 KB 248 KB 314 KB [K remote: 224 KB 248 KB 314 KB [K remote: 228 KB 248 KB 314 KB [K remote: 120 KB 248 KB 308 KB [K remote: 228 KB 252 KB 314 KB [K remote: 228 KB 256 KB 314 KB [K remote: 228 KB 260 KB 314 KB [K remote: 228 KB 264 KB 314 KB [K remote: 228 KB 268 KB 314 KB [K remote: 228 KB 272 KB 314 KB [K remote: 228 KB 276 KB 314 KB [K remote: 228 KB 280 KB 314 KB [K remote: 228 KB 284 KB 314 KB [K remote: 228 KB 288 KB 314 KB [K remote: 228 KB 292 KB 314 KB [K remote: 228 KB 296 KB 314 KB [K remote: 228 KB 300 KB 314 KB [K remote: 228 KB 304 KB 314 KB [K remote: 232 KB 308 KB 314 KB [K remote: 232 KB 312 KB 314 KB [K remote: 232 KB 316 KB [K remote: 232 KB 320 KB [K remote: 232 KB 324 KB [K remote: 232 KB 304 KB 314 KB [K remote: 236 KB 324 KB [K remote: 240 KB 324 KB [K remote: 244 KB 324 KB [K remote: 248 KB 324 KB [K remote: 252 KB 328 KB [K remote: 256 KB 328 KB [K remote: 260 KB 328 KB [K remote: 263 KB 328 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.5/surefire-booter-2.5.jar (314 KB at 351.8 KB/sec)[K >remote: 248 KB 328 KB [K remote: 263 KB 332 KB [K remote: 263 KB 336 KB [K remote: 263 KB 340 KB [K remote: 263 KB 344 KB [K remote: 263 KB 348 KB [K remote: 263 KB 352 KB [K remote: 263 KB 356 KB [K remote: 263 KB 360 KB [K remote: 263 KB 364 KB [K remote: 263 KB 368 KB [K remote: 263 KB 372 KB [K remote: 263 KB 376 KB [K remote: 263 KB 380 KB [K remote: 263 KB 384 KB [K remote: 263 KB 388 KB [K remote: 263 KB 392 KB [K remote: 263 KB 396 KB [K remote: 263 KB 400 KB [K remote: 263 KB 404 KB [K remote: 263 KB 408 KB [K remote: 263 KB 412 KB [K remote: 263 KB 416 KB [K remote: 263 KB 420 KB [K remote: 263 KB 424 KB [K remote: 263 KB 428 KB [K remote: 263 KB 432 KB [K remote: 263 KB 436 KB [K remote: 263 KB 440 KB [K remote: 263 KB 444 KB [K remote: 263 KB 448 KB [K remote: 263 KB 452 KB [K remote: 263 KB 456 KB [K remote: 263 KB 460 KB [K remote: 263 KB 464 KB [K remote: 263 KB 468 KB [K remote: 263 KB 472 KB [K remote: 263 KB 476 KB [K remote: 263 KB 480 KB [K remote: 263 KB 484 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.9/plexus-utils-1.5.9.jar (263 KB at 291.3 KB/sec)[K >remote: 488 KB [K remote: 492 KB [K remote: 496 KB [K remote: 500 KB [K remote: 504 KB [K remote: 508 KB [K remote: 512 KB [K remote: 516 KB [K remote: 520 KB [K remote: 524 KB [K remote: 528 KB [K remote: 532 KB [K remote: 536 KB [K remote: 540 KB [K remote: 544 KB [K remote: 548 KB [K remote: 552 KB [K remote: 556 KB [K remote: 558 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.5/surefire-api-2.5.jar (558 KB at 513.1 KB/sec)[K >remote: [INFO] Tests are skipped.[K >remote: [INFO] [K >remote: [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ shared ---[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 10 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 31.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 40 KB [K remote: 44 KB [K remote: 48 KB [K remote: 52 KB [K remote: 56 KB [K remote: 60 KB [K remote: 64 KB [K remote: 68 KB [K remote: 72 KB [K remote: 76 KB [K remote: 80 KB [K remote: 84 KB [K remote: 88 KB [K remote: 92 KB [K remote: 96 KB [K remote: 100 KB [K remote: 104 KB [K remote: 108 KB [K remote: 112 KB [K remote: 116 KB [K remote: 120 KB [K remote: 124 KB [K remote: 128 KB [K remote: 132 KB [K remote: 136 KB [K remote: 140 KB [K remote: 144 KB [K remote: 148 KB [K remote: 152 KB [K remote: 156 KB [K remote: 160 KB [K remote: 164 KB [K remote: 168 KB [K remote: 172 KB [K remote: 176 KB [K remote: 180 KB [K remote: 184 KB [K remote: 188 KB [K remote: 192 KB [K remote: 196 KB [K remote: 200 KB [K remote: 203 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 1062.1 KB/sec)[K >remote: [INFO] Building jar: /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/shared/target/tweetstream.jar[K >remote: [INFO] [K >remote: [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ shared ---[K >remote: [INFO] Building jar: /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/shared/target/tweetstream-sources.jar[K >remote: [INFO] [K >remote: [INFO] ------------------------------------------------------------------------[K >remote: [INFO] Building tweetstream 1.0.0-SNAPSHOT[K >remote: [INFO] ------------------------------------------------------------------------[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.pom (7 KB at 84.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 28 KB [K remote: 32 KB [K remote: 36 KB [K remote: 40 KB [K remote: 44 KB [K remote: 48 KB [K remote: 52 KB [K remote: 56 KB [K remote: 60 KB [K remote: 64 KB [K remote: 68 KB [K remote: 72 KB [K remote: 76 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.jar (76 KB at 982.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-runtime/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-runtime/maven-metadata.xml[K >remote: 372 B [K remote: [K remote: Downloaded: http://download.java.net/maven/2/org/atmosphere/atmosphere-runtime/maven-metadata.xml (372 B at 1.6 KB/sec)[K >remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-runtime/maven-metadata.xml[K >remote: [K remote: 502 B [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/maven-metadata.xml (502 B at 0.9 KB/sec)[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/maven-metadata.xml (2 KB at 2.1 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9/atmosphere-runtime-0.9.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9/atmosphere-runtime-0.9.pom (6 KB at 30.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9/atmosphere-project-0.9.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9/atmosphere-project-0.9.pom (19 KB at 153.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom[K >remote: 4 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 20.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9/atmosphere-compat-jbossweb-0.9.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9/atmosphere-compat-jbossweb-0.9.pom (3 KB at 25.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9/atmosphere-compat-tomcat-0.9.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9/atmosphere-compat-tomcat-0.9.pom (3 KB at 18.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9/atmosphere-compat-tomcat7-0.9.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9/atmosphere-compat-tomcat7-0.9.pom (3 KB at 22.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-runtime/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-runtime/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-runtime/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 830 B [K remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (830 B at 1.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-runtime-0.9.1.alpha.v20120301-20120302.001049-1.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-runtime/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-runtime-0.9.1.alpha.v20120301-20120302.001049-1.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-runtime-0.9.1.alpha.v20120301-20120302.001049-1.pom[K >remote: 2 KB [K remote: 6 KB [K remote: 7 KB [K remote: 7 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-runtime-0.9.1.alpha.v20120301-20120302.001049-1.pom (7 KB at 16.7 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-project/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-project/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-project/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 641 B [K remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (641 B at 1.1 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-project-0.9.1.alpha.v20120301-20120302.000138-1.pom[K >remote: 2 KB [K remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 12 KB [K remote: 16 KB [K remote: 16 KB [K remote: 18 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-project-0.9.1.alpha.v20120301-20120302.000138-1.pom (18 KB at 42.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: 838 B [K remote: 838 B 838 B [K remote: [K remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (838 B at 3.5 KB/sec)[K >remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (838 B at 1.3 KB/sec)[K >remote: 838 B [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (838 B at 1.5 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-jbossweb-0.9.1.alpha.v20120301-20120302.000154-1.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-jbossweb-0.9.1.alpha.v20120301-20120302.000154-1.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-jbossweb-0.9.1.alpha.v20120301-20120302.000154-1.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-jbossweb-0.9.1.alpha.v20120301-20120302.000154-1.pom (3 KB at 6.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: 836 B [K remote: 836 B 836 B [K remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (836 B at 2.5 KB/sec)[K >remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (836 B at 1.2 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: 836 B [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (836 B at 2.2 KB/sec)[K >remote: [K remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-tomcat-0.9.1.alpha.v20120301-20120302.000147-1.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-tomcat-0.9.1.alpha.v20120301-20120302.000147-1.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-tomcat-0.9.1.alpha.v20120301-20120302.000147-1.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-tomcat-0.9.1.alpha.v20120301-20120302.000147-1.pom (3 KB at 5.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: 838 B [K remote: 838 B 838 B [K remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (838 B at 3.2 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (838 B at 1.4 KB/sec)[K >remote: 838 B [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (838 B at 2.3 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-weblogic-0.9.1.alpha.v20120301-20120302.000158-1.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-weblogic-0.9.1.alpha.v20120301-20120302.000158-1.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-weblogic-0.9.1.alpha.v20120301-20120302.000158-1.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-weblogic/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-weblogic-0.9.1.alpha.v20120301-20120302.000158-1.pom (3 KB at 4.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: 837 B [K remote: 837 B 837 B [K remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (837 B at 3.2 KB/sec)[K >remote: [K remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (837 B at 1.5 KB/sec)[K >remote: 837 B [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (837 B at 2.0 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-tomcat7-0.9.1.alpha.v20120301-20120302.000150-1.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-tomcat7-0.9.1.alpha.v20120301-20120302.000150-1.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-tomcat7-0.9.1.alpha.v20120301-20120302.000150-1.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-tomcat7-0.9.1.alpha.v20120301-20120302.000150-1.pom (3 KB at 5.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: 835 B [K remote: [K remote: 835 B 835 B [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (835 B at 3.4 KB/sec)[K >remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (835 B at 1.5 KB/sec)[K >remote: 835 B [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/maven-metadata.xml (835 B at 2.4 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-jetty-0.9.1.alpha.v20120301-20120302.000144-1.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-jetty-0.9.1.alpha.v20120301-20120302.000144-1.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-jetty-0.9.1.alpha.v20120301-20120302.000144-1.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jetty/0.9.1.alpha.v20120301-SNAPSHOT/atmosphere-compat-jetty-0.9.1.alpha.v20120301-20120302.000144-1.pom (3 KB at 4.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.1/atmosphere-runtime-0.9.1.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.1/atmosphere-runtime-0.9.1.pom (6 KB at 33.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.1/atmosphere-project-0.9.1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.1/atmosphere-project-0.9.1.pom (19 KB at 146.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.1/atmosphere-compat-jbossweb-0.9.1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.1/atmosphere-compat-jbossweb-0.9.1.pom (3 KB at 22.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.1/atmosphere-compat-tomcat-0.9.1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.1/atmosphere-compat-tomcat-0.9.1.pom (3 KB at 25.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.1/atmosphere-compat-tomcat7-0.9.1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.1/atmosphere-compat-tomcat7-0.9.1.pom (3 KB at 23.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.2/atmosphere-runtime-0.9.2.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.2/atmosphere-runtime-0.9.2.pom (6 KB at 66.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.2/atmosphere-project-0.9.2.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.2/atmosphere-project-0.9.2.pom (19 KB at 218.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.2/atmosphere-compat-jbossweb-0.9.2.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.2/atmosphere-compat-jbossweb-0.9.2.pom (3 KB at 32.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.2/atmosphere-compat-tomcat-0.9.2.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.2/atmosphere-compat-tomcat-0.9.2.pom (3 KB at 19.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.2/atmosphere-compat-tomcat7-0.9.2.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.2/atmosphere-compat-tomcat7-0.9.2.pom (3 KB at 19.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.3/atmosphere-runtime-0.9.3.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.3/atmosphere-runtime-0.9.3.pom (6 KB at 84.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.3/atmosphere-project-0.9.3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.3/atmosphere-project-0.9.3.pom (19 KB at 247.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.3/atmosphere-compat-jbossweb-0.9.3.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.3/atmosphere-compat-jbossweb-0.9.3.pom (3 KB at 38.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.3/atmosphere-compat-tomcat-0.9.3.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.3/atmosphere-compat-tomcat-0.9.3.pom (3 KB at 23.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.3/atmosphere-compat-tomcat7-0.9.3.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.3/atmosphere-compat-tomcat7-0.9.3.pom (3 KB at 18.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.4/atmosphere-runtime-0.9.4.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.4/atmosphere-runtime-0.9.4.pom (6 KB at 63.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.4/atmosphere-project-0.9.4.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.4/atmosphere-project-0.9.4.pom (19 KB at 136.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.4/atmosphere-compat-jbossweb-0.9.4.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.4/atmosphere-compat-jbossweb-0.9.4.pom (3 KB at 21.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.4/atmosphere-compat-tomcat-0.9.4.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.4/atmosphere-compat-tomcat-0.9.4.pom (3 KB at 19.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.4/atmosphere-compat-tomcat7-0.9.4.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.4/atmosphere-compat-tomcat7-0.9.4.pom (3 KB at 17.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.5/atmosphere-runtime-0.9.5.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.5/atmosphere-runtime-0.9.5.pom (6 KB at 34.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.5/atmosphere-project-0.9.5.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.5/atmosphere-project-0.9.5.pom (19 KB at 200.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.5/atmosphere-compat-jbossweb-0.9.5.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.5/atmosphere-compat-jbossweb-0.9.5.pom (3 KB at 44.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.5/atmosphere-compat-tomcat-0.9.5.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.5/atmosphere-compat-tomcat-0.9.5.pom (3 KB at 21.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.5/atmosphere-compat-tomcat7-0.9.5.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.5/atmosphere-compat-tomcat7-0.9.5.pom (3 KB at 32.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.6/atmosphere-runtime-0.9.6.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.6/atmosphere-runtime-0.9.6.pom (6 KB at 69.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.6/atmosphere-project-0.9.6.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.6/atmosphere-project-0.9.6.pom (19 KB at 269.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.6/atmosphere-compat-jbossweb-0.9.6.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.6/atmosphere-compat-jbossweb-0.9.6.pom (3 KB at 37.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.6/atmosphere-compat-tomcat-0.9.6.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.6/atmosphere-compat-tomcat-0.9.6.pom (3 KB at 23.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.6/atmosphere-compat-tomcat7-0.9.6.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.6/atmosphere-compat-tomcat7-0.9.6.pom (3 KB at 14.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.7/atmosphere-runtime-0.9.7.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/0.9.7/atmosphere-runtime-0.9.7.pom (6 KB at 37.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.7/atmosphere-project-0.9.7.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/0.9.7/atmosphere-project-0.9.7.pom (19 KB at 198.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.7/atmosphere-compat-jbossweb-0.9.7.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/0.9.7/atmosphere-compat-jbossweb-0.9.7.pom (3 KB at 34.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.7/atmosphere-compat-tomcat-0.9.7.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/0.9.7/atmosphere-compat-tomcat-0.9.7.pom (3 KB at 29.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.7/atmosphere-compat-tomcat7-0.9.7.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/0.9.7/atmosphere-compat-tomcat7-0.9.7.pom (3 KB at 12.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-runtime/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-runtime/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-runtime/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 2 KB [K remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/1.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 2.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.0-SNAPSHOT/atmosphere-runtime-1.0.0-20120717.230305-225.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-runtime/1.0.0-SNAPSHOT/atmosphere-runtime-1.0.0-20120717.230305-225.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/1.0.0-SNAPSHOT/atmosphere-runtime-1.0.0-20120717.230305-225.pom[K >remote: 2 KB [K remote: 6 KB [K remote: 7 KB [K remote: 7 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/1.0.0-SNAPSHOT/atmosphere-runtime-1.0.0-20120717.230305-225.pom (7 KB at 17.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-project/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-project/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-project/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: 613 B [K remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/1.0.0-SNAPSHOT/maven-metadata.xml (613 B at 1.7 KB/sec)[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/1.0.0-SNAPSHOT/atmosphere-project-1.0.0-20120717.230234-222.pom[K >remote: 2 KB [K remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 12 KB [K remote: 16 KB [K remote: 16 KB [K remote: 19 KB [K remote: 19 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/1.0.0-SNAPSHOT/atmosphere-project-1.0.0-20120717.230234-222.pom (19 KB at 44.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: 2 KB [K remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: 2 KB 2 KB [K remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 5.4 KB/sec)[K >remote: [K remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 2.1 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: [K remote: 2 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 3.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/atmosphere-compat-jbossweb-1.0.0-20120717.230253-220.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/atmosphere-compat-jbossweb-1.0.0-20120717.230253-220.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/atmosphere-compat-jbossweb-1.0.0-20120717.230253-220.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.0-SNAPSHOT/atmosphere-compat-jbossweb-1.0.0-20120717.230253-220.pom (3 KB at 8.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 2 KB [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: 2 KB 2 KB [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 6.1 KB/sec)[K >remote: [K remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 1.4 KB/sec)[K >remote: 2 KB [K remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/atmosphere-compat-tomcat-1.0.0-20120717.230242-223.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/atmosphere-compat-tomcat-1.0.0-20120717.230242-223.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/atmosphere-compat-tomcat-1.0.0-20120717.230242-223.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.0-SNAPSHOT/atmosphere-compat-tomcat-1.0.0-20120717.230242-223.pom (3 KB at 7.0 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: 2 KB [K remote: [K remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: 2 KB 2 KB [K remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 9.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 3.4 KB/sec)[K >remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 2 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/maven-metadata.xml (2 KB at 3.7 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/atmosphere-compat-tomcat7-1.0.0-20120717.230248-221.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/atmosphere-compat-tomcat7-1.0.0-20120717.230248-221.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/atmosphere-compat-tomcat7-1.0.0-20120717.230248-221.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.0-SNAPSHOT/atmosphere-compat-tomcat7-1.0.0-20120717.230248-221.pom (3 KB at 4.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.0.beta1/atmosphere-runtime-1.0.0.beta1.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.0.beta1/atmosphere-runtime-1.0.0.beta1.pom (7 KB at 35.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/1.0.0.beta1/atmosphere-project-1.0.0.beta1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/1.0.0.beta1/atmosphere-project-1.0.0.beta1.pom (19 KB at 108.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0.beta1/atmosphere-compat-jbossweb-1.0.0.beta1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0.beta1/atmosphere-compat-jbossweb-1.0.0.beta1.pom (3 KB at 23.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0.beta1/atmosphere-compat-tomcat-1.0.0.beta1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0.beta1/atmosphere-compat-tomcat-1.0.0.beta1.pom (3 KB at 14.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0.beta1/atmosphere-compat-tomcat7-1.0.0.beta1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0.beta1/atmosphere-compat-tomcat7-1.0.0.beta1.pom (3 KB at 30.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.0.beta2/atmosphere-runtime-1.0.0.beta2.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.0.beta2/atmosphere-runtime-1.0.0.beta2.pom (7 KB at 43.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/1.0.0.beta2/atmosphere-project-1.0.0.beta2.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/1.0.0.beta2/atmosphere-project-1.0.0.beta2.pom (19 KB at 190.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0.beta2/atmosphere-compat-jbossweb-1.0.0.beta2.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0.beta2/atmosphere-compat-jbossweb-1.0.0.beta2.pom (3 KB at 39.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0.beta2/atmosphere-compat-tomcat-1.0.0.beta2.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0.beta2/atmosphere-compat-tomcat-1.0.0.beta2.pom (3 KB at 31.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0.beta2/atmosphere-compat-tomcat7-1.0.0.beta2.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0.beta2/atmosphere-compat-tomcat7-1.0.0.beta2.pom (3 KB at 24.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.0.beta2a/atmosphere-runtime-1.0.0.beta2a.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.0.beta2a/atmosphere-runtime-1.0.0.beta2a.pom (7 KB at 60.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/1.0.0.beta2a/atmosphere-project-1.0.0.beta2a.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/1.0.0.beta2a/atmosphere-project-1.0.0.beta2a.pom (19 KB at 218.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0.beta2a/atmosphere-compat-jbossweb-1.0.0.beta2a.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0.beta2a/atmosphere-compat-jbossweb-1.0.0.beta2a.pom (3 KB at 27.2 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0.beta2a/atmosphere-compat-tomcat-1.0.0.beta2a.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0.beta2a/atmosphere-compat-tomcat-1.0.0.beta2a.pom (3 KB at 25.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0.beta2a/atmosphere-compat-tomcat7-1.0.0.beta2a.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0.beta2a/atmosphere-compat-tomcat7-1.0.0.beta2a.pom (3 KB at 22.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.0.beta3/atmosphere-runtime-1.0.0.beta3.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.0.beta3/atmosphere-runtime-1.0.0.beta3.pom (7 KB at 71.4 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/1.0.0.beta3/atmosphere-project-1.0.0.beta3.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 19 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/1.0.0.beta3/atmosphere-project-1.0.0.beta3.pom (19 KB at 156.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0.beta3/atmosphere-compat-jbossweb-1.0.0.beta3.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.0.beta3/atmosphere-compat-jbossweb-1.0.0.beta3.pom (3 KB at 37.8 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0.beta3/atmosphere-compat-tomcat-1.0.0.beta3.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.0.beta3/atmosphere-compat-tomcat-1.0.0.beta3.pom (3 KB at 33.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0.beta3/atmosphere-compat-tomcat7-1.0.0.beta3.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.0.beta3/atmosphere-compat-tomcat7-1.0.0.beta3.pom (3 KB at 26.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 803 B [K remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (803 B at 1.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/atmosphere-runtime-1.0.1.beta2a-20120629.130156-4.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/atmosphere-runtime-1.0.1.beta2a-20120629.130156-4.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/atmosphere-runtime-1.0.1.beta2a-20120629.130156-4.pom[K >remote: 2 KB [K remote: 6 KB [K remote: 6 KB [K remote: 7 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/atmosphere-runtime-1.0.1.beta2a-20120629.130156-4.pom (7 KB at 13.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-project/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-project/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-project/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-project/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: [K remote: 623 B [K remote: [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (623 B at 1.5 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/1.0.1.beta2a-SNAPSHOT/atmosphere-project-1.0.1.beta2a-20120629.130134-4.pom[K >remote: 2 KB [K remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 12 KB [K remote: 16 KB [K remote: 16 KB [K remote: 19 KB [K remote: 19 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-project/1.0.1.beta2a-SNAPSHOT/atmosphere-project-1.0.1.beta2a-20120629.130134-4.pom (19 KB at 42.4 KB/sec)[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: 811 B [K remote: 811 B 811 B [K remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (811 B at 3.3 KB/sec)[K >remote: [K remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (811 B at 1.7 KB/sec)[K >remote: [K remote: 811 B [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (811 B at 2.2 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-jbossweb-1.0.1.beta2a-20120629.130148-4.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-jbossweb-1.0.1.beta2a-20120629.130148-4.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-jbossweb-1.0.1.beta2a-20120629.130148-4.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-jbossweb-1.0.1.beta2a-20120629.130148-4.pom (3 KB at 7.3 KB/sec)[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: 809 B [K remote: 809 B 809 B [K remote: [K remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (809 B at 5.7 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (809 B at 1.9 KB/sec)[K >remote: [K remote: 809 B [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (809 B at 2.3 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat-1.0.1.beta2a-20120629.130140-4.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat-1.0.1.beta2a-20120629.130140-4.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat-1.0.1.beta2a-20120629.130140-4.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat-1.0.1.beta2a-20120629.130140-4.pom (3 KB at 6.3 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: Downloading: http://download.java.net/maven/2/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://twitter4j.org/maven2/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/releases/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://scala-tools.org/repo-releases/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: 810 B [K remote: 810 B 810 B [K remote: [K remote: Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (810 B at 4.8 KB/sec)[K >remote: Downloading: https://repository.jboss.org/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: http://snapshots.repository.codehaus.org/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml[K >remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (810 B at 1.9 KB/sec)[K >remote: [K remote: 810 B [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/maven-metadata.xml (810 B at 2.6 KB/sec)[K >remote: [K remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat7-1.0.1.beta2a-20120629.130144-4.pom[K >remote: [K remote: Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat7-1.0.1.beta2a-20120629.130144-4.pom[K >remote: [K remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat7-1.0.1.beta2a-20120629.130144-4.pom[K >remote: 2 KB [K remote: 3 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat7-1.0.1.beta2a-20120629.130144-4.pom (3 KB at 5.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom[K >remote: 157 B [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom (157 B at 0.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.pom[K >remote: 4 KB [K remote: 6 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.pom (6 KB at 28.1 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/glassfish/web/jsp/2.2/jsp-2.2.pom[K >remote: 4 KB [K remote: 7 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/glassfish/web/jsp/2.2/jsp-2.2.pom (7 KB at 39.0 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.9.RC1/slf4j-api-1.5.9.RC1.pom[K >remote: 3 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.9.RC1/slf4j-api-1.5.9.RC1.pom (3 KB at 24.5 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.9.RC1/slf4j-parent-1.5.9.RC1.pom[K >remote: 4 KB [K remote: 8 KB [K remote: 9 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.9.RC1/slf4j-parent-1.5.9.RC1.pom (9 KB at 98.7 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-simple/1.5.9.RC1/slf4j-simple-1.5.9.RC1.pom[K >remote: 2 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-simple/1.5.9.RC1/slf4j-simple-1.5.9.RC1.pom (2 KB at 12.3 KB/sec)[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/atmosphere-runtime-1.0.1.beta2a-20120629.130156-4.jar[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-jbossweb-1.0.1.beta2a-20120629.130148-4.jar[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat-1.0.1.beta2a-20120629.130140-4.jar[K >remote: Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat7-1.0.1.beta2a-20120629.130144-4.jar[K >remote: 4 KB [K remote: 4 KB 4 KB [K remote: 4 KB 8 KB [K remote: 4 KB 12 KB [K remote: 4 KB 4 KB 12 KB [K remote: 4 KB 5 KB 12 KB [K remote: 6 KB 5 KB 12 KB [K remote: 6 KB 5 KB 12 KB 4 KB [K remote: 6 KB 5 KB 16 KB 4 KB [K remote: 6 KB 5 KB 16 KB 6 KB [K remote: 6 KB 5 KB 20 KB 6 KB [K remote: 6 KB 5 KB 24 KB 6 KB [K remote: 6 KB 5 KB 28 KB 6 KB [K remote: 6 KB 5 KB 32 KB 6 KB [K remote: 6 KB 5 KB 36 KB 6 KB [K remote: 6 KB 5 KB 40 KB 6 KB [K remote: 6 KB 5 KB 44 KB 6 KB [K remote: 6 KB 5 KB 48 KB 6 KB [K remote: 6 KB 5 KB 52 KB 6 KB [K remote: 6 KB 5 KB 56 KB 6 KB [K remote: 6 KB 5 KB 60 KB 6 KB [K remote: 6 KB 5 KB 64 KB 6 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat7/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat7-1.0.1.beta2a-20120629.130144-4.jar (6 KB at 11.2 KB/sec)[K >remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-tomcat/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-tomcat-1.0.1.beta2a-20120629.130140-4.jar (6 KB at 10.7 KB/sec)[K >remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-compat-jbossweb/1.0.1.beta2a-SNAPSHOT/atmosphere-compat-jbossweb-1.0.1.beta2a-20120629.130148-4.jar (5 KB at 8.2 KB/sec)[K >remote: 68 KB [K remote: 72 KB [K remote: 76 KB [K remote: 80 KB [K remote: 84 KB [K remote: 88 KB [K remote: 92 KB [K remote: 96 KB [K remote: 100 KB [K remote: 104 KB [K remote: 108 KB [K remote: 112 KB [K remote: 116 KB [K remote: 120 KB [K remote: 124 KB [K remote: 128 KB [K remote: 132 KB [K remote: 136 KB [K remote: 140 KB [K remote: 144 KB [K remote: 148 KB [K remote: 152 KB [K remote: 156 KB [K remote: 160 KB [K remote: 164 KB [K remote: 168 KB [K remote: 172 KB [K remote: 176 KB [K remote: 180 KB [K remote: 184 KB [K remote: 188 KB [K remote: 192 KB [K remote: 196 KB [K remote: 200 KB [K remote: 204 KB [K remote: 208 KB [K remote: 212 KB [K remote: 216 KB [K remote: 220 KB [K remote: 224 KB [K remote: 228 KB [K remote: 232 KB [K remote: 236 KB [K remote: 240 KB [K remote: 244 KB [K remote: 248 KB [K remote: 252 KB [K remote: 256 KB [K remote: 260 KB [K remote: 264 KB [K remote: 268 KB [K remote: 272 KB [K remote: 276 KB [K remote: 280 KB [K remote: 284 KB [K remote: 288 KB [K remote: 292 KB [K remote: 296 KB [K remote: 300 KB [K remote: 304 KB [K remote: 308 KB [K remote: 312 KB [K remote: 316 KB [K remote: 320 KB [K remote: 324 KB [K remote: 328 KB [K remote: 332 KB [K remote: 336 KB [K remote: 340 KB [K remote: 344 KB [K remote: 348 KB [K remote: 352 KB [K remote: 356 KB [K remote: 360 KB [K remote: 364 KB [K remote: 367 KB [K remote: [K remote: Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/atmosphere/atmosphere-runtime/1.0.1.beta2a-SNAPSHOT/atmosphere-runtime-1.0.1.beta2a-20120629.130156-4.jar (367 KB at 311.9 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/com/google/guava/guava/r08/guava-r08.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.9.RC1/slf4j-api-1.5.9.RC1.jar[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-simple/1.5.9.RC1/slf4j-simple-1.5.9.RC1.jar[K >remote: 4 KB [K remote: 8 KB [K remote: 12 KB [K remote: 16 KB [K remote: 20 KB [K remote: 24 KB [K remote: 24 KB 4 KB [K remote: 24 KB 8 KB [K remote: 4 KB 24 KB 8 KB [K remote: 8 KB 24 KB 8 KB [K remote: 12 KB 24 KB 8 KB [K remote: 16 KB 24 KB 8 KB [K remote: 20 KB 24 KB 8 KB [K remote: 24 KB 24 KB 8 KB [K remote: 28 KB 24 KB 8 KB [K remote: 32 KB 24 KB 8 KB [K remote: 36 KB 24 KB 8 KB [K remote: 40 KB 24 KB 8 KB [K remote: 44 KB 24 KB 8 KB [K remote: 48 KB 24 KB 8 KB [K remote: 52 KB 24 KB 8 KB [K remote: 53 KB 24 KB 8 KB [K remote: 57 KB 24 KB 8 KB [K remote: 61 KB 24 KB 8 KB [K remote: 65 KB 24 KB 8 KB [K remote: 66 KB 24 KB 8 KB [K remote: 70 KB 24 KB 8 KB [K remote: 71 KB 24 KB 8 KB [K remote: 75 KB 24 KB 8 KB [K remote: 79 KB 24 KB 8 KB [K remote: 83 KB 24 KB 8 KB [K remote: 87 KB 24 KB 8 KB [K remote: 91 KB 24 KB 8 KB [K remote: 95 KB 24 KB 8 KB [K remote: 99 KB 24 KB 8 KB [K remote: 103 KB 24 KB 8 KB [K remote: 107 KB 24 KB 8 KB [K remote: 111 KB 24 KB 8 KB [K remote: 115 KB 24 KB 8 KB [K remote: 119 KB 24 KB 8 KB [K remote: 123 KB 24 KB 8 KB [K remote: 127 KB 24 KB 8 KB [K remote: 131 KB 24 KB 8 KB [K remote: 135 KB 24 KB 8 KB [K remote: 139 KB 24 KB 8 KB [K remote: 143 KB 24 KB 8 KB [K remote: 147 KB 24 KB 8 KB [K remote: 151 KB 24 KB 8 KB [K remote: 155 KB 24 KB 8 KB [K remote: 159 KB 24 KB 8 KB [K remote: 163 KB 24 KB 8 KB [K remote: 167 KB 24 KB 8 KB [K remote: 171 KB 24 KB 8 KB [K remote: 175 KB 24 KB 8 KB [K remote: 179 KB 24 KB 8 KB [K remote: 183 KB 24 KB 8 KB [K remote: 183 KB 24 KB 8 KB 4 KB [K remote: 187 KB 24 KB 8 KB 4 KB [K remote: 191 KB 24 KB 8 KB 4 KB [K remote: 191 KB 24 KB 8 KB 8 KB [K remote: 195 KB 24 KB 8 KB 8 KB [K remote: 195 KB 24 KB 8 KB 12 KB [K remote: 195 KB 24 KB 8 KB 14 KB [K remote: 199 KB 24 KB 8 KB 14 KB [K remote: 199 KB 24 KB 8 KB 18 KB [K remote: 199 KB 24 KB 8 KB 22 KB [K remote: 203 KB 24 KB 8 KB 22 KB [K remote: 203 KB 24 KB 8 KB 25 KB [K remote: 207 KB 24 KB 8 KB 25 KB [K remote: 211 KB 24 KB 8 KB 25 KB [K remote: 215 KB 24 KB 8 KB 25 KB [K remote: 219 KB 24 KB 8 KB 25 KB [K remote: 223 KB 24 KB 8 KB 25 KB [K remote: 223 KB 24 KB 8 KB 29 KB [K remote: 227 KB 24 KB 8 KB 29 KB [K remote: 227 KB 24 KB 8 KB 31 KB [K remote: 231 KB 24 KB 8 KB 31 KB [K remote: 235 KB 24 KB 8 KB 31 KB [K remote: 239 KB 24 KB 8 KB 31 KB [K remote: 243 KB 24 KB 8 KB 31 KB [K remote: 247 KB 24 KB 8 KB 31 KB [K remote: 247 KB 24 KB 8 KB 35 KB [K remote: 247 KB 24 KB 8 KB 36 KB [K remote: 251 KB 24 KB 8 KB 36 KB [K remote: 251 KB 24 KB 8 KB 40 KB [K remote: 255 KB 24 KB 8 KB 40 KB [K remote: 255 KB 24 KB 8 KB 42 KB [K remote: 259 KB 24 KB 8 KB 42 KB [K remote: 259 KB 24 KB 8 KB 46 KB [K remote: 263 KB 24 KB 8 KB 46 KB [K remote: 263 KB 24 KB 8 KB 49 KB [K remote: 267 KB 24 KB 8 KB 49 KB [K remote: 269 KB 24 KB 8 KB 49 KB [K remote: 273 KB 24 KB 8 KB 49 KB [K remote: 277 KB 24 KB 8 KB 49 KB [K remote: 279 KB 24 KB 8 KB 49 KB [K remote: 283 KB 24 KB 8 KB 49 KB [K remote: 287 KB 24 KB 8 KB 49 KB [K remote: 291 KB 24 KB 8 KB 49 KB [K remote: 295 KB 24 KB 8 KB 49 KB [K remote: 4 KB 295 KB 24 KB 8 KB 49 KB [K remote: 4 KB 298 KB 24 KB 8 KB 49 KB [K remote: 8 KB 298 KB 24 KB 8 KB 49 KB [K remote: 12 KB 298 KB 24 KB 8 KB 49 KB [K remote: 14 KB 298 KB 24 KB 8 KB 49 KB [K remote: 14 KB 302 KB 24 KB 8 KB 49 KB [K remote: 14 KB 306 KB 24 KB 8 KB 49 KB [K remote: 14 KB 308 KB 24 KB 8 KB 49 KB [K remote: 14 KB 312 KB 24 KB 8 KB 49 KB [K remote: 14 KB 316 KB 24 KB 8 KB 49 KB [K remote: 14 KB 319 KB 24 KB 8 KB 49 KB [K remote: 15 KB 319 KB 24 KB 8 KB 49 KB [K remote: 19 KB 319 KB 24 KB 8 KB 49 KB [K remote: 21 KB 319 KB 24 KB 8 KB 49 KB [K remote: 23 KB 319 KB 24 KB 8 KB 49 KB [K remote: 23 KB 323 KB 24 KB 8 KB 49 KB [K remote: 27 KB 323 KB 24 KB 8 KB 49 KB [K remote: 31 KB 323 KB 24 KB 8 KB 49 KB [K remote: 32 KB 323 KB 24 KB 8 KB 49 KB [K remote: 32 KB 327 KB 24 KB 8 KB 49 KB [K remote: 32 KB 331 KB 24 KB 8 KB 49 KB [K remote: 32 KB 335 KB 24 KB 8 KB 49 KB [K remote: 36 KB 335 KB 24 KB 8 KB 49 KB [K remote: 38 KB 335 KB 24 KB 8 KB 49 KB [K remote: 38 KB 339 KB 24 KB 8 KB 49 KB [K remote: 38 KB 343 KB 24 KB 8 KB 49 KB [K remote: 38 KB 347 KB 24 KB 8 KB 49 KB [K remote: 38 KB 350 KB 24 KB 8 KB 49 KB [K remote: 38 KB 354 KB 24 KB 8 KB 49 KB [K remote: 38 KB 358 KB 24 KB 8 KB 49 KB [K remote: 38 KB 361 KB 24 KB 8 KB 49 KB [K remote: 38 KB 365 KB 24 KB 8 KB 49 KB [K remote: 40 KB 365 KB 24 KB 8 KB 49 KB [K remote: 40 KB 369 KB 24 KB 8 KB 49 KB [K remote: 40 KB 373 KB 24 KB 8 KB 49 KB [K remote: 40 KB 377 KB 24 KB 8 KB 49 KB [K remote: 40 KB 378 KB 24 KB 8 KB 49 KB [K remote: 44 KB 378 KB 24 KB 8 KB 49 KB [K remote: 47 KB 378 KB 24 KB 8 KB 49 KB [K remote: 51 KB 378 KB 24 KB 8 KB 49 KB [K remote: 53 KB 378 KB 24 KB 8 KB 49 KB [K remote: 53 KB 382 KB 24 KB 8 KB 49 KB [K remote: 53 KB 386 KB 24 KB 8 KB 49 KB [K remote: 53 KB 387 KB 24 KB 8 KB 49 KB [K remote: 53 KB 391 KB 24 KB 8 KB 49 KB [K remote: 53 KB 395 KB 24 KB 8 KB 49 KB [K remote: 53 KB 399 KB 24 KB 8 KB 49 KB [K remote: 53 KB 400 KB 24 KB 8 KB 49 KB [K remote: 53 KB 404 KB 24 KB 8 KB 49 KB [K remote: 56 KB 404 KB 24 KB 8 KB 49 KB [K remote: 56 KB 408 KB 24 KB 8 KB 49 KB [K remote: 56 KB 411 KB 24 KB 8 KB 49 KB [K remote: 60 KB 411 KB 24 KB 8 KB 49 KB [K remote: 62 KB 411 KB 24 KB 8 KB 49 KB [K remote: 66 KB 411 KB 24 KB 8 KB 49 KB [K remote: 67 KB 411 KB 24 KB 8 KB 49 KB [K remote: 67 KB 415 KB 24 KB 8 KB 49 KB [K remote: 67 KB 419 KB 24 KB 8 KB 49 KB [K remote: 67 KB 422 KB 24 KB 8 KB 49 KB [K remote: 67 KB 426 KB 24 KB 8 KB 49 KB [K remote: 67 KB 426 KB 24 KB 8 KB 49 KB [K remote: 67 KB 430 KB 24 KB 8 KB 49 KB [K remote: 67 KB 434 KB 24 KB 8 KB 49 KB [K remote: 67 KB 435 KB 24 KB 8 KB 49 KB [K remote: 71 KB 435 KB 24 KB 8 KB 49 KB [K remote: 73 KB 435 KB 24 KB 8 KB 49 KB [K remote: 77 KB 435 KB 24 KB 8 KB 49 KB [K remote: 80 KB 435 KB 24 KB 8 KB 49 KB [K remote: 80 KB 439 KB 24 KB 8 KB 49 KB [K remote: 80 KB 443 KB 24 KB 8 KB 49 KB [K remote: 80 KB 447 KB 24 KB 8 KB 49 KB [K remote: 80 KB 449 KB 24 KB 8 KB 49 KB [K remote: 80 KB 453 KB 24 KB 8 KB 49 KB [K remote: 80 KB 457 KB 24 KB 8 KB 49 KB [K remote: 80 KB 461 KB 24 KB 8 KB 49 KB [K remote: 80 KB 462 KB 24 KB 8 KB 49 KB [K remote: 84 KB 462 KB 24 KB 8 KB 49 KB [K remote: 88 KB 462 KB 24 KB 8 KB 49 KB [K remote: 88 KB 462 KB 24 KB 8 KB 49 KB [K remote: 92 KB 462 KB 24 KB 8 KB 49 KB [K remote: 96 KB 462 KB 24 KB 8 KB 49 KB [K remote: 97 KB 462 KB 24 KB 8 KB 49 KB [K remote: 97 KB 466 KB 24 KB 8 KB 49 KB [K remote: 97 KB 470 KB 24 KB 8 KB 49 KB [K remote: 97 KB 474 KB 24 KB 8 KB 49 KB [K remote: 97 KB 478 KB 24 KB 8 KB 49 KB [K remote: 97 KB 479 KB 24 KB 8 KB 49 KB [K remote: 97 KB 483 KB 24 KB 8 KB 49 KB [K remote: 97 KB 487 KB 24 KB 8 KB 49 KB [K remote: 97 KB 491 KB 24 KB 8 KB 49 KB [K remote: 97 KB 491 KB 24 KB 8 KB 49 KB [K remote: 100 KB 491 KB 24 KB 8 KB 49 KB [K remote: 103 KB 491 KB 24 KB 8 KB 49 KB [K remote: 103 KB 495 KB 24 KB 8 KB 49 KB [K remote: 103 KB 499 KB 24 KB 8 KB 49 KB [K remote: 103 KB 503 KB 24 KB 8 KB 49 KB [K remote: 103 KB 507 KB 24 KB 8 KB 49 KB [K remote: 103 KB 511 KB 24 KB 8 KB 49 KB [K remote: 103 KB 515 KB 24 KB 8 KB 49 KB [K remote: 103 KB 519 KB 24 KB 8 KB 49 KB [K remote: 103 KB 523 KB 24 KB 8 KB 49 KB [K remote: 103 KB 527 KB 24 KB 8 KB 49 KB [K remote: 103 KB 531 KB 24 KB 8 KB 49 KB [K remote: 103 KB 534 KB 24 KB 8 KB 49 KB [K remote: 103 KB 538 KB 24 KB 8 KB 49 KB [K remote: 103 KB 542 KB 24 KB 8 KB 49 KB [K remote: 103 KB 546 KB 24 KB 8 KB 49 KB [K remote: 103 KB 548 KB 24 KB 8 KB 49 KB [K remote: 103 KB 552 KB 24 KB 8 KB 49 KB [K remote: 103 KB 556 KB 24 KB 8 KB 49 KB [K remote: 103 KB 560 KB 24 KB 8 KB 49 KB [K remote: 103 KB 564 KB 24 KB 8 KB 49 KB [K remote: 103 KB 566 KB 24 KB 8 KB 49 KB [K remote: 103 KB 570 KB 24 KB 8 KB 49 KB [K remote: 103 KB 574 KB 24 KB 8 KB 49 KB [K remote: 103 KB 578 KB 24 KB 8 KB 49 KB [K remote: 103 KB 582 KB 24 KB 8 KB 49 KB [K remote: 103 KB 586 KB 24 KB 8 KB 49 KB [K remote: 103 KB 590 KB 24 KB 8 KB 49 KB [K remote: 103 KB 594 KB 24 KB 8 KB 49 KB [K remote: 103 KB 598 KB 24 KB 8 KB 49 KB [K remote: 103 KB 602 KB 24 KB 8 KB 49 KB [K remote: 103 KB 606 KB 24 KB 8 KB 49 KB [K remote: 103 KB 610 KB 24 KB 8 KB 49 KB [K remote: 103 KB 610 KB 24 KB 8 KB 49 KB [K remote: 103 KB 614 KB 24 KB 8 KB 49 KB [K remote: 103 KB 618 KB 24 KB 8 KB 49 KB [K remote: 103 KB 622 KB 24 KB 8 KB 49 KB [K remote: 103 KB 626 KB 24 KB 8 KB 49 KB [K remote: 103 KB 627 KB 24 KB 8 KB 49 KB [K remote: 103 KB 631 KB 24 KB 8 KB 49 KB [K remote: 103 KB 635 KB 24 KB 8 KB 49 KB [K remote: 103 KB 639 KB 24 KB 8 KB 49 KB [K remote: 103 KB 643 KB 24 KB 8 KB 49 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.jar (49 KB at 167.6 KB/sec)[K >remote: Downloading: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar[K >remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-simple/1.5.9.RC1/slf4j-simple-1.5.9.RC1.jar (8 KB at 25.8 KB/sec)[K >remote: 103 KB 647 KB [K remote: 103 KB 651 KB [K remote: 103 KB 655 KB [K remote: 103 KB 659 KB [K remote: [K remote: 663 KB [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (103 KB at 351.5 KB/sec)[K >remote: 667 KB [K remote: 671 KB [K remote: [K remote: 675 KB [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.9.RC1/slf4j-api-1.5.9.RC1.jar (24 KB at 79.6 KB/sec)[K >remote: 679 KB [K remote: 683 KB [K remote: 687 KB [K remote: 691 KB [K remote: 695 KB [K remote: 698 KB [K remote: 702 KB [K remote: 706 KB [K remote: 710 KB [K remote: 714 KB [K remote: 718 KB [K remote: 722 KB [K remote: 726 KB [K remote: 730 KB [K remote: 734 KB [K remote: 738 KB [K remote: 742 KB [K remote: 746 KB [K remote: 750 KB [K remote: 753 KB [K remote: 757 KB [K remote: 761 KB [K remote: 765 KB [K remote: 769 KB [K remote: 773 KB [K remote: 777 KB [K remote: 781 KB [K remote: 785 KB [K remote: 786 KB [K remote: 790 KB [K remote: 794 KB [K remote: 797 KB [K remote: 801 KB [K remote: 805 KB [K remote: 809 KB [K remote: 813 KB [K remote: 817 KB [K remote: 821 KB [K remote: 825 KB [K remote: 829 KB [K remote: 829 KB [K remote: 833 KB [K remote: 837 KB [K remote: 841 KB [K remote: 845 KB [K remote: 849 KB [K remote: 853 KB [K remote: 857 KB [K remote: 861 KB [K remote: 865 KB [K remote: 869 KB [K remote: 872 KB [K remote: 876 KB [K remote: 880 KB [K remote: 884 KB [K remote: 887 KB [K remote: 891 KB [K remote: 895 KB [K remote: 899 KB [K remote: 903 KB [K remote: 907 KB [K remote: 911 KB [K remote: 911 KB [K remote: 915 KB [K remote: 919 KB [K remote: 923 KB [K remote: 927 KB [K remote: 931 KB [K remote: 934 KB [K remote: 938 KB [K remote: 942 KB [K remote: 946 KB [K remote: 950 KB [K remote: 951 KB [K remote: 955 KB [K remote: 959 KB [K remote: 963 KB [K remote: 967 KB [K remote: 971 KB [K remote: 975 KB [K remote: 976 KB [K remote: 980 KB [K remote: 984 KB [K remote: 988 KB [K remote: 992 KB [K remote: 996 KB [K remote: 999 KB [K remote: 1003 KB [K remote: 1007 KB [K remote: 1011 KB [K remote: 1015 KB [K remote: 1019 KB [K remote: 1023 KB [K remote: 1027 KB [K remote: 1031 KB [K remote: 1035 KB [K remote: 1037 KB [K remote: 1041 KB [K remote: 1045 KB [K remote: 1049 KB [K remote: 1053 KB [K remote: 1057 KB [K remote: 1061 KB [K remote: 1065 KB [K remote: 1069 KB [K remote: 1073 KB [K remote: 1077 KB [K remote: 1081 KB [K remote: 1085 KB [K remote: 1089 KB [K remote: 4 KB 1089 KB [K remote: 8 KB 1089 KB [K remote: 12 KB 1089 KB [K remote: 16 KB 1089 KB [K remote: 20 KB 1089 KB [K remote: 24 KB 1089 KB [K remote: 28 KB 1089 KB [K remote: 32 KB 1089 KB [K remote: 36 KB 1089 KB [K remote: 39 KB 1089 KB [K remote: 43 KB 1089 KB [K remote: 47 KB 1089 KB [K remote: 51 KB 1089 KB [K remote: 53 KB 1089 KB [K remote: 57 KB 1089 KB [K remote: 61 KB 1089 KB [K remote: 65 KB 1089 KB [K remote: 69 KB 1089 KB [K remote: 73 KB 1089 KB [K remote: 77 KB 1089 KB [K remote: 81 KB 1089 KB [K remote: 85 KB 1089 KB [K remote: 89 KB 1089 KB [K remote: 93 KB 1089 KB [K remote: 97 KB 1089 KB [K remote: 101 KB 1089 KB [K remote: 105 KB 1089 KB [K remote: 109 KB 1089 KB [K remote: 113 KB 1089 KB [K remote: 117 KB 1089 KB [K remote: 121 KB 1089 KB [K remote: 125 KB 1089 KB [K remote: 129 KB 1089 KB [K remote: 133 KB 1089 KB [K remote: 137 KB 1089 KB [K remote: 141 KB 1089 KB [K remote: 145 KB 1089 KB [K remote: 149 KB 1089 KB [K remote: 153 KB 1089 KB [K remote: 157 KB 1089 KB [K remote: 161 KB 1089 KB [K remote: 165 KB 1089 KB [K remote: 169 KB 1089 KB [K remote: 173 KB 1089 KB [K remote: 177 KB 1089 KB [K remote: 181 KB 1089 KB [K remote: 185 KB 1089 KB [K remote: 189 KB 1089 KB [K remote: 193 KB 1089 KB [K remote: 197 KB 1089 KB [K remote: 201 KB 1089 KB [K remote: 205 KB 1089 KB [K remote: 209 KB 1089 KB [K remote: 213 KB 1089 KB [K remote: 217 KB 1089 KB [K remote: 221 KB 1089 KB [K remote: 225 KB 1089 KB [K remote: 229 KB 1089 KB [K remote: 233 KB 1089 KB [K remote: 237 KB 1089 KB [K remote: 240 KB 1089 KB [K remote: 244 KB 1089 KB [K remote: 248 KB 1089 KB [K remote: 252 KB 1089 KB [K remote: 256 KB 1089 KB [K remote: 260 KB 1089 KB [K remote: 264 KB 1089 KB [K remote: 268 KB 1089 KB [K remote: 272 KB 1089 KB [K remote: 276 KB 1089 KB [K remote: 280 KB 1089 KB [K remote: 284 KB 1089 KB [K remote: 288 KB 1089 KB [K remote: 292 KB 1089 KB [K remote: 296 KB 1089 KB [K remote: 300 KB 1089 KB [K remote: 304 KB 1089 KB [K remote: 308 KB 1089 KB [K remote: 312 KB 1089 KB [K remote: 316 KB 1089 KB [K remote: 320 KB 1089 KB [K remote: 324 KB 1089 KB [K remote: 328 KB 1089 KB [K remote: 332 KB 1089 KB [K remote: 336 KB 1089 KB [K remote: 340 KB 1089 KB [K remote: 344 KB 1089 KB [K remote: 348 KB 1089 KB [K remote: 352 KB 1089 KB [K remote: 356 KB 1089 KB [K remote: 360 KB 1089 KB [K remote: 364 KB 1089 KB [K remote: 368 KB 1089 KB [K remote: 372 KB 1089 KB [K remote: 376 KB 1089 KB [K remote: 380 KB 1089 KB [K remote: 384 KB 1089 KB [K remote: 388 KB 1089 KB [K remote: 392 KB 1089 KB [K remote: 396 KB 1089 KB [K remote: 400 KB 1089 KB [K remote: 404 KB 1089 KB [K remote: 408 KB 1089 KB [K remote: 412 KB 1089 KB [K remote: 416 KB 1089 KB [K remote: 420 KB 1089 KB [K remote: 424 KB 1089 KB [K remote: 428 KB 1089 KB [K remote: 432 KB 1089 KB [K remote: 436 KB 1089 KB [K remote: 440 KB 1089 KB [K remote: 444 KB 1089 KB [K remote: 448 KB 1089 KB [K remote: 452 KB 1089 KB [K remote: 456 KB 1089 KB [K remote: 460 KB 1089 KB [K remote: 464 KB 1089 KB [K remote: 468 KB 1089 KB [K remote: 468 KB 1089 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/com/google/guava/guava/r08/guava-r08.jar (1089 KB at 2225.3 KB/sec)[K >remote: 472 KB [K remote: 476 KB [K remote: 480 KB [K remote: 484 KB [K remote: 488 KB [K remote: 492 KB [K remote: 496 KB [K remote: 498 KB [K remote: 502 KB [K remote: 506 KB [K remote: 510 KB [K remote: 514 KB [K remote: 518 KB [K remote: 522 KB [K remote: 526 KB [K remote: 530 KB [K remote: 534 KB [K remote: 538 KB [K remote: 542 KB [K remote: 546 KB [K remote: 550 KB [K remote: 554 KB [K remote: 558 KB [K remote: 562 KB [K remote: 566 KB [K remote: 570 KB [K remote: 574 KB [K remote: 578 KB [K remote: 580 KB [K remote: 584 KB [K remote: 588 KB [K remote: 592 KB [K remote: 593 KB [K remote: 597 KB [K remote: 601 KB [K remote: 605 KB [K remote: 607 KB [K remote: 611 KB [K remote: 615 KB [K remote: 619 KB [K remote: 623 KB [K remote: 627 KB [K remote: 630 KB [K remote: [K remote: Downloaded: http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar (630 KB at 1709.4 KB/sec)[K >remote: [INFO] [K >remote: [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ tweetstream ---[K >remote: [INFO] [K >remote: [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ tweetstream ---[K >remote: [INFO] [K >remote: [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ tweetstream ---[K >remote: [INFO] [K >remote: [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ tweetstream ---[K >remote: [debug] execute contextualize[K >remote: [INFO] Using 'UTF-8' encoding to copy filtered resources.[K >remote: [INFO] Copying 3 resources[K >remote: [INFO] [K >remote: [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ tweetstream ---[K >remote: [INFO] Compiling 15 source files to /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/tweetstream/target/classes[K >remote: [INFO] -------------------------------------------------------------[K >remote: [WARNING] COMPILATION WARNING : [K >remote: [INFO] -------------------------------------------------------------[K >remote: [WARNING] /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[24,37] [deprecation] org.richfaces.application.push.EventAbortedException in org.richfaces.application.push has been deprecated[K >remote: >remote: [WARNING] /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[28,37] [deprecation] org.richfaces.application.push.SessionTopicListener in org.richfaces.application.push has been deprecated[K >remote: >remote: [WARNING] /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[60,33] [deprecation] org.richfaces.application.push.SessionTopicListener in org.richfaces.application.push has been deprecated[K >remote: >remote: [WARNING] /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[60,33] [deprecation] org.richfaces.application.push.SessionTopicListener in org.richfaces.application.push has been deprecated[K >remote: >remote: [WARNING] /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[63,89] [deprecation] org.richfaces.application.push.EventAbortedException in org.richfaces.application.push has been deprecated[K >remote: >remote: [WARNING] /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[71,85] [deprecation] org.richfaces.application.push.EventAbortedException in org.richfaces.application.push has been deprecated[K >remote: >remote: [WARNING] /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[84,91] [deprecation] org.richfaces.application.push.EventAbortedException in org.richfaces.application.push has been deprecated[K >remote: >remote: [INFO] 7 warnings [K >remote: [INFO] -------------------------------------------------------------[K >remote: [INFO] -------------------------------------------------------------[K >remote: [ERROR] COMPILATION ERROR : [K >remote: [INFO] -------------------------------------------------------------[K >remote: [ERROR] /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/listeners/TweetStreamListener.java:[49,7] org.richfaces.examples.tweetstream.dataserver.listeners.TweetStreamListener is not abstract and does not override abstract method onStallWarning(twitter4j.StallWarning) in twitter4j.StatusListener[K >remote: >remote: [INFO] 1error[K >remote: [INFO] -------------------------------------------------------------[K >remote: [INFO] ------------------------------------------------------------------------[K >remote: [INFO] Reactor Summary:[K >remote: [INFO] [K >remote: [INFO] tweetstream-demo .................................. SUCCESS [1:29.201s][K >remote: [INFO] tweetstream-shared ................................ SUCCESS [2:02.813s][K >remote: [INFO] tweetstream ....................................... FAILURE [46.887s][K >remote: [INFO] ------------------------------------------------------------------------[K >remote: [INFO] BUILD FAILURE[K >remote: [INFO] ------------------------------------------------------------------------[K >remote: [INFO] Total time: 4:21.592s[K >remote: [INFO] Finished at: Wed Jul 18 09:47:04 EDT 2012[K >remote: [INFO] Final Memory: 25M/62M[K >remote: [INFO] ------------------------------------------------------------------------[K >remote: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project tweetstream: Compilation failure[K >remote: [ERROR] /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/listeners/TweetStreamListener.java:[49,7] org.richfaces.examples.tweetstream.dataserver.listeners.TweetStreamListener is not abstract and does not override abstract method onStallWarning(twitter4j.StallWarning) in twitter4j.StatusListener[K >remote: [ERROR] -> [Help 1][K >remote: [ERROR] [K >remote: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.[K >remote: [ERROR] Re-run Maven using the -X switch to enable full debug logging.[K >remote: [ERROR] [K >remote: [ERROR] For more information about the errors and possible solutions, please read the following articles:[K >remote: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException[K >remote: [ERROR] [K >remote: [ERROR] After correcting the problems, you can resume the build with the command[K >remote: [ERROR] mvn -rf :tweetstream[K >remote: Running .openshift/action_hooks/build[K >remote: Emptying tmp dir: /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/tweet/jbossas-7/standalone/tmp/auth[K >remote: Emptying tmp dir: /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/tweet/jbossas-7/standalone/tmp/vfs[K >remote: Emptying tmp dir: /var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/tweet/jbossas-7/standalone/tmp/work[K >remote: Syncing Git deployments directory [/var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/app-root/runtime/repo//deployments/] with JBoss deployments directory [/var/lib/stickshift/e97782f1abce47ccb39f4a1660633a89/tweet/jbossas-7/standalone/deployments/][K >remote: sending incremental file list[K >remote: deleting ROOT.war.deployed[K >remote: deleting ROOT.war[K >remote: .gitkeep[K >remote: >remote: sent 80 bytes received 31 bytes 222.00 bytes/sec[K >remote: total size is 0 speedup is 0.00[K >remote: Running .openshift/action_hooks/deploy[K >remote: Starting application...[K >remote: Done[K >remote: Running .openshift/action_hooks/post_deploy[K >To ssh://e97782f1abce47ccb39f4a1660633a89@tweet-xn15oi5hm7.dev.rhcloud.com/~/git/tweet.git/ >470ef8d..66a3b1b master -> master
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 841278
: 598906