Skip to content

Commit

Permalink
[build] let's see if this is missing bit for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jan 14, 2015
1 parent 753dd28 commit 2866660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions maven/jruby/src/it/j2ee_tomcat_rack/Mavenfile
Expand Up @@ -5,6 +5,7 @@ packaging 'war'

# get jruby dependencies
properties( 'jruby.version' => '@project.version@',
'jruby.home' => '../../../../../',
'jruby.plugins.version' => '1.0.7',
'project.build.sourceEncoding' => 'utf-8',
'public.dir' => '${basedir}/public' )
Expand Down
1 change: 1 addition & 0 deletions maven/jruby/src/it/j2ee_tomcat_rack/pom.xml
Expand Up @@ -8,6 +8,7 @@
<packaging>war</packaging>
<name>j2ee_tomcat_rack</name>
<properties>
<jruby.home>../../../../../</jruby.home>
<jruby.version>@project.version@</jruby.version>
<jruby.plugins.version>1.0.7</jruby.plugins.version>
<tesla.dump.pom>pom.xml</tesla.dump.pom>
Expand Down

0 comments on commit 2866660

Please sign in to comment.