Skip to content

Instantly share code, notes, and snippets.

@cshupp1
Created January 29, 2018 19:07
Show Gist options
  • Save cshupp1/2871c77b570f517b46d2831adb6f8ac8 to your computer and use it in GitHub Desktop.
Save cshupp1/2871c77b570f517b46d2831adb6f8ac8 to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.2.0.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.2.0.0-SNAPSHOT, C:\work\jruby\jruby\pom.xml, line 339, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-stdlib:jar:9.2.0.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.2.0.0-SNAPSHOT, C:\work\jruby\jruby\pom.xml, line 339, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.2.0.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin
[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]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JRuby
[INFO] JRuby Core
[INFO] JRuby Lib Setup
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby 9.2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jruby-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ jruby-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-parent ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Core 9.2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jruby-core ---
[INFO] Deleting C:\work\jruby\jruby\core\target
[INFO] Deleting C:\work\jruby\jruby\core\src\main\java (includes = [org/jruby/runtime/Constants.java], excludes = [])
[INFO] Deleting C:\work\jruby\jruby\core\.. (includes = [bin/jruby], excludes = [])
[INFO] Deleting C:\work\jruby\jruby\core\.. (includes = [lib/jni/**], excludes = [])
[INFO]
[INFO] --- maven-dependency-plugin:2.8:unpack (unzip native) @ jruby-core ---
[INFO] Configured Artifact: com.github.jnr:jffi:native:1.2.16:jar
[INFO] Unpacking C:\Users\cshupp\.m2\repository\com\github\jnr\jffi\1.2.16\jffi-1.2.16-native.jar to C:\work\jruby\jruby\core\..\lib with includes "" and excludes "META-INF,META-INF/*"
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ jruby-core ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (jruby-revision) @ jruby-core ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"
[INFO] Working directory: C:\work\jruby\jruby\core
[INFO] Storing buildNumber: 1886187 at timestamp: 1517252447778
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"
[INFO] Working directory: C:\work\jruby\jruby\core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jruby-core ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 44 resources
[INFO] Copying 2 resources
[INFO] Copying 1 resource to C:\work\jruby\jruby\core\src\main\java
[INFO] Copying 4 resources to C:\work\jruby\jruby\core\target\classes/META-INF/
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (anno) @ jruby-core ---
[INFO] Compiling 7 source files to C:\work\jruby\jruby\core\target\classes
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jruby-core ---
[INFO] Compiling 1368 source files to C:\work\jruby\jruby\core\target\classes
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\RubyBasicObject.java:[1102,31] [deprecation] dataGetStructChecked() in IRubyObject has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\RubyModule.java:[1841,46] [deprecation] WrapperMethod in org.jruby.internal.runtime.methods has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\Ruby.java:[696,73] [deprecation] getVariables() in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\Ruby.java:[716,20] [deprecation] GlobalAsgnNode(ISourcePosition,String,Node) in GlobalAsgnNode has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\Ruby.java:[718,75] [deprecation] GlobalVarNode(ISourcePosition,String) in GlobalVarNode has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\Ruby.java:[718,44] [deprecation] GlobalAsgnNode(ISourcePosition,String,Node) in GlobalAsgnNode has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\Ruby.java:[720,41] [deprecation] GlobalVarNode(ISourcePosition,String) in GlobalVarNode has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\Ruby.java:[723,39] [deprecation] VCallNode(ISourcePosition,String) in VCallNode has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\Ruby.java:[726,33] [deprecation] GlobalAsgnNode(ISourcePosition,String,Node) in GlobalAsgnNode has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\Ruby.java:[734,36] [deprecation] FCallNode(ISourcePosition,String,Node,Node) in FCallNode has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\Ruby.java:[5250,19] [deprecation] PREFER_IPV4 in Options has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ast\visitor\AbstractNodeVisitor.java:[147,35] [deprecation] ClassVarDeclNode in org.jruby.ast has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\runtime\DynamicScope.java:[522,40] [deprecation] getVariables() in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ir\IRScope.java:[866,81] [deprecation] addVariable(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\RubyBinding.java:[144,96] [deprecation] isDefined(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\RubyBinding.java:[151,45] [deprecation] isDefined(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\RubyBinding.java:[162,45] [deprecation] isDefined(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\RubyBinding.java:[165,45] [deprecation] addVariable(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\RubyBinding.java:[180,60] [deprecation] getVariables() in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ast\visitor\NodeVisitor.java:[61,28] [deprecation] ClassVarDeclNode in org.jruby.ast has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ast\RestArgNode.java:[40,8] [deprecation] ArgumentNode(ISourcePosition,String,int) in ArgumentNode has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ir\IRClosure.java:[247,83] [deprecation] addVariableThisScope(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ast\Colon3Node.java:[92,33] [deprecation] stringAsByteList(String) in StringSupport has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\RubyMethod.java:[255,63] [deprecation] WrapperMethod in org.jruby.internal.runtime.methods has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ir\instructions\BuildCompoundArrayInstr.java:[61,35] [deprecation] argsPush(ThreadContext,RubyArray,IRubyObject) in Helpers has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ir\operands\UndefinedValue.java:[317,18] [deprecation] dataGetStructChecked() in IRubyObject has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ir\operands\UndefinedValue.java:[254,23] [deprecation] checkStringType19() in IRubyObject has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\parser\ParserSupport.java:[146,31] [deprecation] declare(ISourcePosition,String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ext\bigdecimal\RubyBigDecimal.java:[1579,27] [deprecation] newInstance(ThreadContext,IRubyObject,IRubyObject,IRubyObject) in RubyRational has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ext\ripper\RipperParserBase.java:[102,26] [deprecation] exists(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ext\ripper\RipperParserBase.java:[107,15] [deprecation] addVariableThisScope(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ext\ripper\RipperParserBase.java:[122,25] [deprecation] assign(ISourcePosition,String,Node) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ext\ripper\RipperParserBase.java:[169,32] [deprecation] isDefined(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ext\ripper\RipperParserBase.java:[273,23] [deprecation] exists(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ext\ripper\RipperParserBase.java:[275,23] [deprecation] isDefined(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ext\ripper\RipperParserBase.java:[278,26] [deprecation] exists(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ext\ripper\RipperLexer.java:[348,84] [deprecation] isDefined(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ext\ripper\RipperLexer.java:[1215,40] [deprecation] isDefined(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\parser\RubyParser.java:[4125,137] [deprecation] addVariable(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\parser\RubyParser.java:[5442,101] [deprecation] addVariable(String) in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ir\IRBuilder.java:[3127,41] [deprecation] getVariables() in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\RubyKernel.java:[774,60] [deprecation] getVariables() in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ir\persistence\IRReader.java:[141,46] [deprecation] newStaticScope(StaticScope,Type,String[],int) in StaticScopeFactory has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\ir\persistence\IRWriter.java:[127,31] [deprecation] getVariables() in StaticScope has been deprecated
[WARNING] C:\work\jruby\jruby\core\src\main\java\org\jruby\embed\internal\EmbedRubyRuntimeAdapterImpl.java:[231,28] [deprecation] newEvalScope(StaticScope,String[]) in StaticScopeFactory has been deprecated
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-populators) @ jruby-core ---
[INFO] Source directory: C:\work\jruby\jruby\core\target\generated-sources added.
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (invoker-generator) @ jruby-core ---
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (populators) @ jruby-core ---
[INFO] Compiling 223 source files to C:\work\jruby\jruby\core\target\classes
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (eclipse-hack) @ jruby-core ---
[INFO] Not compiling main sources
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jruby-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ jruby-core ---
[INFO] Building jar: C:\work\jruby\jruby\core\target\jruby-core-9.2.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-shade-plugin:3.1.0:shade (create lib/jruby.jar) @ jruby-core ---
[INFO] Including org.ow2.asm:asm:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:5.0.4 in the shaded jar.
[INFO] Including com.github.jnr:jnr-netdb:jar:1.1.6 in the shaded jar.
[INFO] Including com.github.jnr:jnr-enxio:jar:0.16 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-unixsocket:jar:0.17 in the shaded jar.
[INFO] Including com.github.jnr:jnr-posix:jar:3.0.43 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.9 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.7 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.16 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.16 in the shaded jar.
[INFO] Including org.jruby.joni:joni:jar:2.1.13 in the shaded jar.
[INFO] Including org.jruby.extras:bytelist:jar:1.0.15 in the shaded jar.
[INFO] Including org.jruby.jcodings:jcodings:jar:1.0.26 in the shaded jar.
[INFO] Including org.jruby:dirgra:jar:0.3 in the shaded jar.
[INFO] Including com.headius:invokebinder:jar:1.11 in the shaded jar.
[INFO] Including com.headius:options:jar:1.4 in the shaded jar.
[INFO] Including com.jcraft:jzlib:jar:1.1.3 in the shaded jar.
[INFO] Including com.martiansoftware:nailgun-server:jar:0.9.1 in the shaded jar.
[INFO] Including joda-time:joda-time:jar:2.8.2 in the shaded jar.
[INFO] Including me.qmx.jitescript:jitescript:jar:0.4.1 in the shaded jar.
[INFO] Including com.headius:modulator:jar:1.0 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Lib Setup 9.2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jruby-stdlib ---
[INFO] Deleting C:\work\jruby\jruby\lib\target
[INFO] Deleting C:\work\jruby\jruby\lib\ruby\gems\shared\specifications\default (includes = [*], excludes = [])
[INFO] Deleting C:\work\jruby\jruby\lib\ruby\stdlib (includes = [org/**/*.jar], excludes = [])
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ jruby-stdlib ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-stdlib ---
[INFO]
[INFO] --- polyglot-maven-plugin:0.1.15:execute (install_gems) @ jruby-stdlib ---
using jruby 9.0.5.0
install gems unless already installed
C:/Users/cshupp/.m2/repository/rubygems/jruby-openssl/0.9.21/jruby-openssl-0.9.21.gem
C:/Users/cshupp/.m2/repository/rubygems/jruby-readline/1.2.0/jruby-readline-1.2.0.gem
C:/Users/cshupp/.m2/repository/rubygems/rake/10.4.2/rake-10.4.2.gem
C:/Users/cshupp/.m2/repository/rubygems/rdoc/5.0.0/rdoc-5.0.0.gem
C:/Users/cshupp/.m2/repository/rubygems/minitest/5.4.1/minitest-5.4.1.gem
C:/Users/cshupp/.m2/repository/rubygems/test-unit/3.1.1/test-unit-3.1.1.gem
C:/Users/cshupp/.m2/repository/rubygems/power_assert/0.2.3/power_assert-0.2.3.gem
C:/Users/cshupp/.m2/repository/rubygems/psych/2.2.4/psych-2.2.4.gem
C:/Users/cshupp/.m2/repository/rubygems/json/1.8.3/json-1.8.3.gem
C:/Users/cshupp/.m2/repository/rubygems/jar-dependencies/0.3.10/jar-dependencies-0.3.10.gem
if you want to use the executable lock_jars then install ruby-maven gem before using lock_jars
$ gem install ruby-maven -v '~> 3.3.11'
or add it as a development dependency to your Gemfile
gem 'ruby-maven', '~> 3.3.11'
C:/Users/cshupp/.m2/repository/rubygems/net-telnet/0.1.1/net-telnet-0.1.1.gem
C:/Users/cshupp/.m2/repository/rubygems/did_you_mean/1.0.1/did_you_mean-1.0.1.gem
C:/Users/cshupp/.m2/repository/rubygems/rake-ant/1.0.4/rake-ant-1.0.4.gem
--- gem jruby-openssl-0.9.21 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to specifications/default: jruby-openssl-0.9.21-java.gemspec
--- gem jruby-readline-1.2.0 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to specifications/default: jruby-readline-1.2.0-java.gemspec
--- gem rake-10.4.2 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to bin: rake
copy to specifications/default: rake-10.4.2.gemspec
--- gem rdoc-5.0.0 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to bin: console
copy to bin: setup
copy to specifications/default: rdoc-5.0.0.gemspec
--- gem minitest-5.4.1 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to specifications/default: minitest-5.4.1.gemspec
--- gem test-unit-3.1.1 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to specifications/default: test-unit-3.1.1.gemspec
--- gem power_assert-0.2.3 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to specifications/default: power_assert-0.2.3.gemspec
--- gem psych-2.2.4 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to specifications/default: psych-2.2.4-java.gemspec
--- gem json-1.8.3 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to specifications/default: json-1.8.3-java.gemspec
--- gem jar-dependencies-0.3.10 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to bin: lock_jars
copy to specifications/default: jar-dependencies-0.3.10.gemspec
--- gem net-telnet-0.1.1 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to bin: console
copy to bin: setup
copy to specifications/default: net-telnet-0.1.1.gemspec
--- gem did_you_mean-1.0.1 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to specifications/default: did_you_mean-1.0.1.gemspec
--- gem rake-ant-1.0.4 ---
copy gem content to C:/work/jruby/jruby/lib/ruby/stdlib
copy to specifications/default: rake-ant-1.0.4.gemspec
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (default) @ jruby-stdlib ---
[INFO] Installing C:\Users\cshupp\.m2\repository\org\yaml\snakeyaml\1.18\snakeyaml-1.18.jar to C:\work\jruby\jruby\lib\ruby\stdlib\org\yaml\snakeyaml\1.18\snakeyaml-1.18.jar
[INFO] bcprov-jdk15on-1.56.jar already exists in destination.
[INFO] bcpkix-jdk15on-1.56.jar already exists in destination.
[INFO]
[INFO] --- polyglot-maven-plugin:0.1.15:execute (fix shebang on gem bin files and add *.bat files) @ jruby-stdlib ---
fix the gem stub files
generating missing .bat files
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jruby-stdlib ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 14 resources to C:\work\jruby\jruby\lib\target\classes/META-INF/jruby.home/lib/ruby/gems/shared
[INFO] Copying 1251 resources to C:\work\jruby\jruby\lib\target\classes/META-INF/jruby.home
[INFO] Copying 4 resources to C:\work\jruby\jruby\lib\target\classes/META-INF/
[INFO]
[INFO] --- polyglot-maven-plugin:0.1.15:execute (copy bin/jruby.bash to bin/jruby) @ jruby-stdlib ---
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jruby-stdlib ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-stdlib ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\work\jruby\jruby\lib\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jruby-stdlib ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-stdlib ---
[INFO] No tests to run.
[INFO]
[INFO] --- polyglot-maven-plugin:0.1.15:execute (jrubydir) @ jruby-stdlib ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ jruby-stdlib ---
[INFO] Building jar: C:\work\jruby\jruby\lib\target\jruby-stdlib-9.2.0.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JRuby .............................................. SUCCESS [ 0.262 s]
[INFO] JRuby Core ......................................... SUCCESS [01:57 min]
[INFO] JRuby Lib Setup .................................... SUCCESS [ 40.105 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:41 min
[INFO] Finished at: 2018-01-29T14:03:10-05:00
[INFO] Final Memory: 94M/1533M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment