Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maven/jruby/src/it/j2ee_wildfly/pom.rb
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@

# get jruby dependencies
properties( 'jruby.version' => '@project.version@',
'wildfly.version' => '9.0.2.Final',
'project.build.sourceEncoding' => 'utf-8' )

pom( 'org.jruby:jruby', '${jruby.version}' )
@@ -15,7 +16,7 @@

jruby_plugin :gem, :includeRubygemsInResources => true do
execute_goal :initialize
end
end

execute 'jrubydir', 'initialize' do |ctx|
require 'jruby/commands'
1 change: 1 addition & 0 deletions maven/jruby/src/it/j2ee_wildfly/pom.xml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@
<tesla.dump.pom>pom.xml</tesla.dump.pom>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<tesla.version>0.1.1</tesla.version>
<wildfly.version>9.0.2.Final</wildfly.version>
</properties>
<dependencies>
<dependency>

0 comments on commit 3c1dea4

Please sign in to comment.