Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with jbundler on jruby-1.7.16 #49

Closed
swistaczek opened this issue Oct 23, 2014 · 9 comments
Closed

Problem with jbundler on jruby-1.7.16 #49

swistaczek opened this issue Oct 23, 2014 · 9 comments

Comments

@swistaczek
Copy link

Hello,
I am trying to create gem that depends on jar extension. I think that first problem is with interpolation of $HOME variable. After running this steps on osx:

  • Add 'jbundler' to gemfile
  • Create Jarfile, add one dependent Jar
  • bundle install # to get jbundler installed
  • jbundle install

I found directory called "${user.home}" with .m2 inside. I was thinking that this directory should go directly into $HOME (which is set).

@mkristian, I would appreciate any suggestions 😉.

Ps. I found that wiki is little bit outdated, mainly configuration page.
Ps. 2: I also tried luck with configuration ~/.jbundlerrc (which should be yaml instead key=value) with following content:


---
jars.home: /Users/ernest/.m2/repository
jars.maven.settings: /Users/ernest/.m2/settings.xml
@mkristian
Copy link
Owner

so I get from your post following issues:

  • ${user.home}/.m2 gets created on current directory
  • .jbunderrc is yaml instead of expected key=value entries

but I miss what is not working or what error you see ?

if you want to create a gem with jar-dependencies would https://github.com/mkristian/jar-dependencies be the better choice ? just asking . . .

@swistaczek
Copy link
Author

Hey, sorry for confusion. I think that problem is that jars was instaled directly to directory called:
"/Users/ernest/work/ruby/testing-project/${user.home}./m2" instead of "/Users/ernest/.m2". This breaks up other commands like racksh.

@mkristian
Copy link
Owner

ohh - that is bad indeed ;)

@mkristian
Copy link
Owner

@swistaczek since I can not reproduce it with jbundler-0.6.4 I need you to give me the output of
jbundle install --verbose
after removing 'Jarfile.lock'. this should at least give me a hint where the problem lies.

what works (or should work with you) is
JARS_HOME=/Users/ernest/.m2/repository jbundle install

@mkristian
Copy link
Owner

do you have a $HOME/.m2/settings.xml file ? if yes, does it have a ${user.home}/.m2/repository declaration. still trying to find where this ${user.home} comes from since it is a maven like reference to System.getProperty

@swistaczek
Copy link
Author

Hello @mkristian, first of all I would thank you for your efforts 👍!

My ~/.m2/settings.xml file contains <localRepository>${user.home}/.m2/repository</localRepository> in top 'settings' tree.

As you suggest I removed 'Jarfile.lock' and other directories created by previous command runs.

jbundle install --verbose

Using rake 10.3.2
Using arrayfields 4.9.2
0:  rake (10.3.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rake-10.3.2.gemspec
5:  arrayfields (4.9.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/arrayfields-4.9.2.gemspec
Using addressable 2.3.6
4:  addressable (2.3.6) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/addressable-2.3.6.gemspec
Using builder 3.0.4
Using multi_json 1.10.1
Using awesome_print 1.2.0
2:  multi_json (1.10.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/multi_json-1.10.1.gemspec
0:  awesome_print (1.2.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/awesome_print-1.2.0.gemspec
3:  builder (3.0.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/builder-3.0.4.gemspec
Using thread_safe 0.3.4
4:  thread_safe (0.3.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@global/specifications/thread_safe-0.3.4-java.gemspec
Using parallel 1.3.3
Using ice_nine 0.11.0
Using highline 1.6.21
5:  ice_nine (0.11.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@global/specifications/ice_nine-0.11.0.gemspec
0:  highline (1.6.21) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/highline-1.6.21.gemspec
Using chronic 0.10.2
4:  chronic (0.10.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/chronic-0.10.2.gemspec
Using hirb 0.7.2
Using fattr 2.2.2
Using i18n 0.6.11
5:  hirb (0.7.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/hirb-0.7.2.gemspec
4:  fattr (2.2.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/fattr-2.2.2.gemspec
1:  i18n (0.6.11) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/i18n-0.6.11.gemspec
2:  parallel (1.3.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/parallel-1.3.3.gemspec
Using json_pure 1.8.1
0:  json_pure (1.8.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/json_pure-1.8.1.gemspec
Using map 6.5.5
4:  map (6.5.5) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/map-6.5.5.gemspec
Using mime-types 2.3
1:  mime-types (2.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/mime-types-2.3.gemspec
Using sexp_processor 4.4.4
Using netrc 0.7.8
4:  sexp_processor (4.4.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/sexp_processor-4.4.4.gemspec
0:  netrc (0.7.8) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/netrc-0.7.8.gemspec
Using coderay 1.1.0
Using colored 1.2
4:  colored (1.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/colored-1.2.gemspec
1:  coderay (1.1.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/coderay-1.1.0.gemspec
Using net-ssh 2.9.1
Using diff-lcs 1.2.5
Using docile 1.1.5
3:  net-ssh (2.9.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/net-ssh-2.9.1.gemspec
Using safe_yaml 1.0.3
5:  diff-lcs (1.2.5) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/diff-lcs-1.2.5.gemspec
4:  docile (1.1.5) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/docile-1.1.5.gemspec
Using code_metrics 0.1.3
0:  safe_yaml (1.0.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/safe_yaml-1.0.3.gemspec
2:  code_metrics (0.1.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/code_metrics-0.1.3.gemspec
Using equalizer 0.0.9
Using dotenv 1.0.2
4:  equalizer (0.0.9) from /Users/ernest/.rvm/gems/jruby-1.7.16@global/specifications/equalizer-0.0.9.gemspec
Using ffi 1.9.6
Using erubis 2.7.0
1:  dotenv (1.0.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/dotenv-1.0.2.gemspec
Using multipart-post 2.0.0
5:  erubis (2.7.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/erubis-2.7.0.gemspec
3:  multipart-post (2.0.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/multipart-post-2.0.0.gemspec
0:  ffi (1.9.6) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/ffi-1.9.6-java.gemspec
Using rspec-core 2.99.2
Using rspec-mocks 2.99.2
1:  rspec-core (2.99.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rspec-core-2.99.2.gemspec
Using ruby-progressbar 1.6.0
5:  rspec-mocks (2.99.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rspec-mocks-2.99.2.gemspec
Using formatador 0.2.5
Using gpa_metrics 0.0.3
3:  ruby-progressbar (1.6.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/ruby-progressbar-1.6.0.gemspec
4:  gpa_metrics (0.0.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/gpa_metrics-0.0.3.gemspec
Using multi_xml 0.5.5
Using rack 1.5.2
0:  multi_xml (0.5.5) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/multi_xml-0.5.5.gemspec
Using hashie 3.3.1
5:  rack (1.5.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rack-1.5.2.gemspec
1:  hashie (3.3.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/hashie-3.3.1.gemspec
Using grape_auth 0.1.3
0:  grape_auth (0.1.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/grape_auth-0.1.3.gemspec
Using lumberjack 1.0.9
Using rb-fsevent 0.9.4
3:  lumberjack (1.0.9) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/lumberjack-1.0.9.gemspec
5:  rb-fsevent (0.9.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rb-fsevent-0.9.4.gemspec
Using tilt 2.0.1
4:  tilt (2.0.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/tilt-2.0.1.gemspec
Using method_source 0.8.2
Using slop 3.6.0
Using thor 0.19.1
1:  method_source (0.8.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/method_source-0.8.2.gemspec
Using bundler 1.7.3
3:  thor (0.19.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/thor-0.19.1.gemspec
0:  slop (3.6.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/slop-3.6.0.gemspec
2:  formatador (0.2.5) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/formatador-0.2.5.gemspec
Using jar-dependencies 0.1.3
5:  bundler (1.7.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@global/specifications/bundler-1.7.3.gemspec
4:  jar-dependencies (0.1.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/jar-dependencies-0.1.3.gemspec
Using ruby-maven-libs 3.1.1
1:  ruby-maven-libs (3.1.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@global/specifications/ruby-maven-libs-3.1.1.gemspec
Using jruby-openssl 0.9.5
Using json 1.8.1
Using json_expressions 0.8.3
3:  jruby-openssl (0.9.5) from /Users/ernest/.rvm/rubies/jruby-1.7.16/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.9.5-java.gemspec
4:  json_expressions (0.8.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/json_expressions-0.8.3.gemspec
0:  json (1.8.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/json-1.8.1-java.gemspec
Using metric_fu-Saikuro 1.1.3
Using jwt 1.0.0
Using require_all 1.3.2
1:  metric_fu-Saikuro (1.1.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/metric_fu-Saikuro-1.1.3.gemspec
2:  require_all (1.3.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/require_all-1.3.2.gemspec
Using redcard 1.1.0
3:  redcard (1.1.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/redcard-1.1.0.gemspec
5:  jwt (1.0.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/jwt-1.0.0.gemspec
Using rainbow 2.0.0
Using moneta 0.8.0
Using moped 1.5.2
1:  rainbow (2.0.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rainbow-2.0.0.gemspec
2:  moneta (0.8.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/moneta-0.8.0.gemspec
4:  moped (1.5.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/moped-1.5.2.gemspec
Using tzinfo 0.3.41
3:  tzinfo (0.3.41) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/tzinfo-0.3.41.gemspec
Using origin 1.1.0
Using pluginator 1.2.0
0:  origin (1.1.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/origin-1.1.0.gemspec
Using rack-cors 0.2.9
1:  pluginator (1.2.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/pluginator-1.2.0.gemspec
Using simplecov-html 0.8.0
2:  rack-cors (0.2.9) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rack-cors-0.2.9.gemspec
4:  simplecov-html (0.8.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/simplecov-html-0.8.0.gemspec
Using vcr 2.9.3
Using terminal-notifier-guard 1.5.3
3:  vcr (2.9.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/vcr-2.9.3.gemspec
5:  terminal-notifier-guard (1.5.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/terminal-notifier-guard-1.5.3.gemspec
Using descendants_tracker 0.0.4
0:  descendants_tracker (0.0.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@global/specifications/descendants_tracker-0.0.4.gemspec
Using activesupport 3.2.19
1:  activesupport (3.2.19) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/activesupport-3.2.19.gemspec
Using main 6.0.0
2:  main (6.0.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/main-6.0.0.gemspec
Using cane 2.6.2
4:  cane (2.6.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/cane-2.6.2.gemspec
Using ruby_parser 3.6.3
3:  ruby_parser (3.6.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/ruby_parser-3.6.3.gemspec
Using code_analyzer 0.4.5
5:  code_analyzer (0.4.5) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/code_analyzer-0.4.5.gemspec
Using rest-client 1.7.2
0:  rest-client (1.7.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rest-client-1.7.2.gemspec
Using rspec-expectations 2.99.2
1:  rspec-expectations (2.99.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rspec-expectations-2.99.2.gemspec
Using net-ssh-gateway 1.2.0
3:  net-ssh-gateway (1.2.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/net-ssh-gateway-1.2.0.gemspec
Using net-scp 1.2.1
Using net-sftp 2.1.2
2:  net-scp (1.2.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/net-scp-1.2.1.gemspec
4:  net-sftp (2.1.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/net-sftp-2.1.2.gemspec
Using crack 0.4.2
5:  crack (0.4.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/crack-0.4.2.gemspec
Using faraday 0.9.0
0:  faraday (0.9.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/faraday-0.9.0.gemspec
Using rb-inotify 0.9.5
1:  rb-inotify (0.9.5) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rb-inotify-0.9.5.gemspec
Using rb-kqueue 0.2.3
Using spoon 0.0.4
2:  spoon (0.0.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/spoon-0.0.4.gemspec
3:  rb-kqueue (0.2.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rb-kqueue-0.2.3.gemspec
Using rack-accept 0.4.5
4:  rack-accept (0.4.5) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rack-accept-0.4.5.gemspec
Using rack-test 0.6.2
0:  rack-test (0.6.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rack-test-0.6.2.gemspec
Using rack-token_auth 0.1.0
Using rack-mount 0.8.3
1:  rack-token_auth (0.1.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rack-token_auth-0.1.0.gemspec
5:  rack-mount (0.8.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rack-mount-0.8.3.gemspec
Using rubi_stack 0.1.9
2:  rubi_stack (0.1.9) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rubi_stack-0.1.9.gemspec
Using pre-commit 0.20.0
3:  pre-commit (0.20.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/pre-commit-0.20.0.gemspec
Using simplecov 0.9.1
4:  simplecov (0.9.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/simplecov-0.9.1.gemspec
Using axiom-types 0.1.1
Using coercible 1.0.0
0:  axiom-types (0.1.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@global/specifications/axiom-types-0.1.1.gemspec
1:  coercible (1.0.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@global/specifications/coercible-1.0.0.gemspec
Using activemodel 3.2.19
5:  activemodel (3.2.19) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/activemodel-3.2.19.gemspec
Using dummy_status 0.0.6
3:  dummy_status (0.0.6) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/dummy_status-0.0.6.gemspec
Using factory_girl 4.4.0
Using climate_control 0.0.3
4:  factory_girl (4.4.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/factory_girl-4.4.0.gemspec
Using grape-entity 0.4.4
2:  climate_control (0.0.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/climate_control-0.0.3.gemspec
0:  grape-entity (0.4.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/grape-entity-0.4.4.gemspec
Using rabl 0.11.0
1:  rabl (0.11.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rabl-0.11.0.gemspec
Using flay 2.5.0
3:  flay (2.5.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/flay-2.5.0.gemspec
Using flog 4.3.0
5:  flog (4.3.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/flog-4.3.0.gemspec
Using roodi 3.3.1
2:  roodi (3.3.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/roodi-3.3.1.gemspec
Using ruby2ruby 2.1.3
4:  ruby2ruby (2.1.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/ruby2ruby-2.1.3.gemspec
Using rails_best_practices 1.15.4
0:  rails_best_practices (1.15.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rails_best_practices-1.15.4.gemspec
Using churn 0.0.35
1:  churn (0.0.35) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/churn-0.0.35.gemspec
Using rspec 2.99.0
3:  rspec (2.99.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rspec-2.99.0.gemspec
Using capistrano 2.15.5
5:  capistrano (2.15.5) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/capistrano-2.15.5.gemspec
Using webmock 1.19.0
2:  webmock (1.19.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/webmock-1.19.0.gemspec
Using faraday_middleware 0.9.1
4:  faraday_middleware (0.9.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/faraday_middleware-0.9.1.gemspec
Using oauth2 1.0.0
0:  oauth2 (1.0.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/oauth2-1.0.0.gemspec
Using pry 0.10.1
1:  pry (0.10.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/pry-0.10.1-java.gemspec
Using launchy 2.4.2
3:  launchy (2.4.2) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/launchy-2.4.2-java.gemspec
Using listen 1.3.1
5:  listen (1.3.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/listen-1.3.1.gemspec
Using racksh 1.0.0
4:  racksh (1.0.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/racksh-1.0.0.gemspec
Using rubi_stack_production 0.1.9
2:  rubi_stack_production (0.1.9) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rubi_stack_production-0.1.9.gemspec
Using virtus 1.0.3
0:  virtus (1.0.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/bundler/gems/virtus-509327829720/virtus.gemspec
Using mongoid 3.1.6
1:  mongoid (3.1.6) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/mongoid-3.1.6.gemspec
Using cocaine 0.5.4
3:  cocaine (0.5.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/cocaine-0.5.4.gemspec
Using reek 1.3.8
5:  reek (1.3.8) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/reek-1.3.8.gemspec
Using fuubar 1.3.3
4:  fuubar (1.3.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/fuubar-1.3.3.gemspec
Using rspec_junit_formatter 0.2.0
2:  rspec_junit_formatter (0.2.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rspec_junit_formatter-0.2.0.gemspec
Using rvm-capistrano 1.5.4
0:  rvm-capistrano (1.5.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rvm-capistrano-1.5.4.gemspec
Using service_discovery 0.0.22.1
1:  service_discovery (0.0.22.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/service_discovery-0.0.22.1.gemspec
Using pry-remote 0.1.8
3:  pry-remote (0.1.8) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/pry-remote-0.1.8.gemspec
Using guard 1.8.3
5:  guard (1.8.3) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/guard-1.8.3.gemspec
Using grape 0.9.0
4:  grape (0.9.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/grape-0.9.0.gemspec
Using maven-tools 1.0.5
2:  maven-tools (1.0.5) from /Users/ernest/.rvm/gems/jruby-1.7.16@global/specifications/maven-tools-1.0.5.gemspec
Using mongoid-rspec 1.11.0
0:  mongoid-rspec (1.11.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/mongoid-rspec-1.11.0.gemspec
Using paperclip 4.2.0
Using metric_fu 4.11.1
1:  paperclip (4.2.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/paperclip-4.2.0.gemspec
3:  metric_fu (4.11.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/metric_fu-4.11.1.gemspec
Using guard-bundler 1.0.0
Using guard-rspec 3.1.0
5:  guard-bundler (1.0.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/guard-bundler-1.0.0.gemspec
4:  guard-rspec (3.1.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/guard-rspec-3.1.0.gemspec
Using grape-swagger 0.8.1
Using grape-rabl 0.3.0
2:  grape-swagger (0.8.1) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/bundler/gems/grape-swagger-6d4bfbc2baa6/grape-swagger.gemspec
0:  grape-rabl (0.3.0) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/grape-rabl-0.3.0.gemspec
Using ruby-maven 3.1.1.0.8
Using mongoid-paperclip 0.0.9
1:  ruby-maven (3.1.1.0.8) from /Users/ernest/.rvm/gems/jruby-1.7.16@global/specifications/ruby-maven-3.1.1.0.8.gemspec
3:  mongoid-paperclip (0.0.9) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/mongoid-paperclip-0.0.9.gemspec
Using paperclip-hamster 1.0.11
5:  paperclip-hamster (1.0.11) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/paperclip-hamster-1.0.11.gemspec
Using rubi_stack_test 0.1.9
4:  rubi_stack_test (0.1.9) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rubi_stack_test-0.1.9.gemspec
Using guard-jruby-rspec 0.2.2.dev
2:  guard-jruby-rspec (0.2.2.dev) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/bundler/gems/guard-jruby-rspec-f9d4534df46f/guard-jruby-rspec.gemspec
Using jbundler 0.6.4
0:  jbundler (0.6.4) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/jbundler-0.6.4.gemspec
Using rubi_stack_development 0.1.9
1:  rubi_stack_development (0.1.9) from /Users/ernest/.rvm/gems/jruby-1.7.16@application/specifications/rubi_stack_development-0.1.9.gemspec
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
...
mvn dependency:list -f /Users/ernest/.rvm/gems/jruby-1.7.16@application/gems/jbundler-0.6.4/lib/jbundler/dependency_pom.rb -e -Djbundler.outputFile=/Users/ernest/Projects/test-entry/application/pkg/dependencies.txt -Djbundler.basedir=/Users/ernest/Projects/test-entry/application -Djbundler.jarfile=/Users/ernest/Projects/test-entry/application/Jarfile -Djbundler.gemfile=/Users/ernest/Projects/test-entry/application/Gemfile -Djbundler.workdir=/Users/ernest/Projects/test-entry/application/pkg -Djbundler.groups -Djbundler.bootstrap -Dmaven.repo.local=${user.home}/.m2/repository -s /Users/ernest/.m2/settings.xml -Djbundler.jars.0=org.bouncycastle:bcpkix-jdk15on:jar:1.47 -Djbundler.jars.1=org.bouncycastle:bcprov-jdk15on:jar:1.47 -Djbundler.jars.size=2
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for no_group_id_given:jbundler:jar:0.0.0
[WARNING] 'repositories.repository.id' must not contain any of these characters \/:"<>|?* but found /
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (12 KB at 25.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 KB at 74.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 256.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/apache/13/apache-13.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/apache/13/apache-13.pom (14 KB at 290.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (150 KB at 1495.9 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jbundler 0.0.0
[INFO] ------------------------------------------------------------------------
Downloading: https://nexus.office/nexus/content/groups/public/pl/test-entry/scaleme/scaleme-urlgenerator/maven-metadata.xml
Downloading: https://nexus.office/nexus/service/local/repositories/test-entry.pl.release/content/pl/test-entry/scaleme/scaleme-urlgenerator/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/pl/test-entry/scaleme/scaleme-urlgenerator/maven-metadata.xml
Downloading: https://nexus.office/nexus/content/groups/payu/pl/test-entry/scaleme/scaleme-urlgenerator/maven-metadata.xml
Downloaded: https://nexus.office/nexus/service/local/repositories/test-entry.pl.release/content/pl/test-entry/scaleme/scaleme-urlgenerator/maven-metadata.xml (432 B at 3.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/payu/pl/test-entry/scaleme/scaleme-urlgenerator/7.3/scaleme-urlgenerator-7.3.pom
Downloading: https://nexus.office/nexus/content/groups/public/pl/test-entry/scaleme/scaleme-urlgenerator/7.3/scaleme-urlgenerator-7.3.pom
Downloading: https://nexus.office/nexus/service/local/repositories/test-entry.pl.release/content/pl/test-entry/scaleme/scaleme-urlgenerator/7.3/scaleme-urlgenerator-7.3.pom
Downloaded: https://nexus.office/nexus/service/local/repositories/test-entry.pl.release/content/pl/test-entry/scaleme/scaleme-urlgenerator/7.3/scaleme-urlgenerator-7.3.pom (3 KB at 4.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/payu/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.pom
Downloading: https://nexus.office/nexus/content/groups/public/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.pom (2 KB at 15.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/payu/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.pom
Downloading: https://nexus.office/nexus/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.pom (832 B at 8.7 KB/sec)
Downloading: https://nexus.office/nexus/service/local/repositories/test-entry.pl.release/content/pl/test-entry/scaleme/scaleme-urlgenerator/7.3/scaleme-urlgenerator-7.3.jar
Downloaded: https://nexus.office/nexus/service/local/repositories/test-entry.pl.release/content/pl/test-entry/scaleme/scaleme-urlgenerator/7.3/scaleme-urlgenerator-7.3.jar (450 KB at 2721.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/payu/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.jar
Downloading: https://nexus.office/nexus/content/groups/payu/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar
Downloading: https://nexus.office/nexus/content/groups/public/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.jar
Downloading: https://nexus.office/nexus/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.jar (503 KB at 2477.8 KB/sec)
Downloaded: https://nexus.office/nexus/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar (1951 KB at 5822.4 KB/sec)
[INFO]
[INFO] --- maven-dependency-plugin:2.8:list (default-cli) @ jbundler ---
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloaded: https://nexus.office/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)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 323.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 693.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/apache/4/apache-4.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/apache/4/apache-4.pom (5 KB at 168.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 26.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 168.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 35.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 52.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 62.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 71.3 KB/sec)
Downloading: https://nexus.office/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
Downloaded: https://nexus.office/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 96.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 14.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 143.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 15.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 155.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 66.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 57.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 62.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 45.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 55.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 194.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloaded: https://nexus.office/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 47.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 37.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 22.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Downloaded: https://nexus.office/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 10.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9 KB at 131.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 KB at 466.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 44.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 35.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 63.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded: https://nexus.office/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 182.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 2.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 77.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 56.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 132.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 582.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/apache/7/apache-7.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/apache/7/apache-7.pom (15 KB at 427.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (2 KB at 38.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (10 KB at 254.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom (31 KB at 772.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (5 KB at 9.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 64.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 226.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 551.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/apache/3/apache-3.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/apache/3/apache-3.pom (4 KB at 119.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 48.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 96.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 23.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 33.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 85.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 56.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 45.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 51.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 47.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (3 KB at 38.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8 KB at 225.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 365.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (4 KB at 89.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (2 KB at 45.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (3 KB at 51.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (4 KB at 69.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (9 KB at 206.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (5 KB at 116.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (10 KB at 260.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 1020.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/apache/5/apache-5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/apache/5/apache-5.pom (5 KB at 105.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (2 KB at 35.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3 KB at 68.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2 KB at 68.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3 KB at 97.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (2 KB at 65.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (2 KB at 33.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 243.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (3 KB at 79.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (8 KB at 202.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom (8 KB at 39.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6 KB at 148.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 230.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 3.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (4 KB at 55.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 KB at 326.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (3 KB at 56.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (3 KB at 75.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (3 KB at 9.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (3 KB at 37.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (2 KB at 31.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (6 KB at 108.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (9 KB at 148.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom (13 KB at 267.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom (18 KB at 341.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 43.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 52.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloaded: https://nexus.office/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 14.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 91.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded: https://nexus.office/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 29.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9 KB at 128.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 6.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 23.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 23.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (3 KB at 49.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 4.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 6.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (4 KB at 93.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (3 KB at 46.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (6 KB at 190.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 8.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 271.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (4 KB at 51.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3 KB at 93.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 KB at 525.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 132.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 308.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (4 KB at 62.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (3 KB at 54.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3 KB at 114.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 631.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 78.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (4 KB at 74.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (4 KB at 118.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (9 KB at 265.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/9/maven-parent-9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 KB at 1068.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4 KB at 94.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (3 KB at 62.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 KB at 451.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 23.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 KB at 367.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 26.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (2 KB at 48.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (2 KB at 38.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 9.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (7 KB at 164.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (3 KB at 44.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 147.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 308.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (6 KB at 152.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 214.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 4.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (5 KB at 132.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 26.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 153.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 563.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (2 KB at 56.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (6 KB at 118.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (2 KB at 46.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (3 KB at 68.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (2 KB at 46.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (2 KB at 59.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (2 KB at 20.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 25.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (7 KB at 228.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (3 KB at 96.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 KB at 707.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (3 KB at 62.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (4 KB at 105.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 230.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 27.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 219.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (3 KB at 73.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (4 KB at 104.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (2 KB at 60.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (2 KB at 37.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 22.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (2 KB at 67.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 28.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 513.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (4 KB at 126.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 293.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 804.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/apache/10/apache-10.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/apache/10/apache-10.pom (15 KB at 481.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (2 KB at 28.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 KB at 407.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (4 KB at 73.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (3 KB at 88.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (3 KB at 74.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2 KB at 76.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (3 KB at 94.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (2 KB at 54.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2 KB at 67.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (2 KB at 56.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (3 KB at 96.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4 KB at 151.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 580.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (3 KB at 22.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 354.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded: https://nexus.office/nexus/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 3.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 193.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded: https://nexus.office/nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom (3 KB at 40.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/com/google/google/1/google-1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/com/google/google/1/google-1.pom (2 KB at 58.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom
Downloaded: https://nexus.office/nexus/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 27.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4 KB at 140.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 255.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 185.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5 KB at 137.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (10 KB at 260.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 KB at 669.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/apache/6/apache-6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/apache/6/apache-6.pom (13 KB at 446.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (18 KB at 183.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 KB at 870.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 421.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 690.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloaded: https://nexus.office/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 576.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar
Downloaded: https://nexus.office/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 247.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 175.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 KB at 305.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (54 KB at 725.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 KB at 978.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloaded: https://nexus.office/nexus/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (89 KB at 1711.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded: https://nexus.office/nexus/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar (107 KB at 1613.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloaded: https://nexus.office/nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 KB at 928.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloaded: https://nexus.office/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (185 KB at 2362.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloaded: https://nexus.office/nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (165 KB at 2350.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloaded: https://nexus.office/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (64 KB at 1356.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloaded: https://nexus.office/nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (107 KB at 2372.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (46 KB at 1227.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 KB at 182.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 KB at 238.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (8 KB at 202.4 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (46 KB at 1313.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (48 KB at 854.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 KB at 377.3 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 KB at 678.6 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar (383 KB at 4669.9 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 KB at 760.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (37 KB at 873.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 KB at 714.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar
Downloaded: https://nexus.office/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 2189.5 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/asm/asm/3.3.1/asm-3.3.1.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (183 KB at 2396.0 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (57 KB at 1609.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (227 KB at 2867.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 KB at 923.7 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 158.2 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
Downloaded: https://nexus.office/nexus/content/groups/public/asm/asm/3.3.1/asm-3.3.1.jar (43 KB at 945.8 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (31 KB at 935.1 KB/sec)
Downloading: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Downloaded: https://nexus.office/nexus/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (131 KB at 2174.3 KB/sec)
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (59 KB at 944.3 KB/sec)
Downloaded: https://nexus.office/nexus/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 KB at 613.7 KB/sec)
Downloaded: https://nexus.office/nexus/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (278 KB at 3802.2 KB/sec)
Downloaded: https://nexus.office/nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 6174.8 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:05.872s
[INFO] Finished at: Mon Oct 27 05:19:35 CET 2014
[INFO] Final Memory: 52M/305M
[INFO] ------------------------------------------------------------------------

jbundler provided classpath:
----------------

jbundler runtime classpath:
---------------------------
${user.home}/.m2/repository/Users/ernest/Projects/test-entry/application/${user.home}/.m2/repository/pl/test-entry/scaleme/scaleme-urlgenerator/7.3/scaleme-urlgenerator-7.3.jar
${user.home}/.m2/repository/Users/ernest/Projects/test-entry/application/${user.home}/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar
${user.home}/.m2/repository/Users/ernest/Projects/test-entry/application/${user.home}/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.jar

@mkristian
Copy link
Owner

I already convinced myself that the ${user.home} must come from you
settings.xml, now I know it thanx. the fix is easy will do it today (and
look that docu/wiki for outdated stuff). thanx

@swistaczek
Copy link
Author

Hey, thanks for very qucik reaction. Have a nice day!

@mkristian
Copy link
Owner

@swistaczek please update jar-dependencies to version 0.1.4 and let me know if the problem persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants