Skip to content

Commit

Permalink
cleaned up the integ pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Jul 12, 2014
1 parent 572620e commit 850c05d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<version.jruby-maven-plugins>1.0.0-rc</version.jruby-maven-plugins>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jruby.version>1.7.12</jruby.version>
<jruby.version>1.7.13</jruby.version>
<!-- prereleased gems ARE snapshots -->
<warbler.version>1.4.4.dev-SNAPSHOT</warbler.version>
<gem.home>${session.executionRootDirectory}/target/rubygems</gem.home>
Expand Down Expand Up @@ -146,16 +146,13 @@
<jrubyVersion>${jruby.version}</jrubyVersion>
</configuration>
<executions>

<execution>
<id>bundle-install</id>

<goals><goal>jruby</goal></goals>
<goals><goal>jruby</goal></goals>
<configuration>
<args>-C ${basedir}/src/main/ruby -S ${gem.home}/bin/bundle install</args>
</configuration>
</execution>

<execution>
<id>create-war</id>
<goals><goal>jruby</goal></goals>
Expand Down

0 comments on commit 850c05d

Please sign in to comment.