Skip to content

Commit

Permalink
changed the phase for gem init in the integs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Sep 5, 2013
1 parent 9cd2775 commit 87598b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/gem-initializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<executions>
<execution>
<id>build-warbler-gem</id>
<phase>initialize</phase>
<phase>pre-integration-test</phase>
<goals><goal>jruby</goal></goals>
<configuration>
<args>-C../../ -S gem build warbler.gemspec</args>
</configuration>
</execution>
<execution>
<id>gem-install-warbler</id>
<phase>initialize</phase>
<phase>pre-integration-test</phase>
<goals><goal>jruby</goal></goals>
<configuration>
<args>-S gem install ${basedir}/../../warbler-${warbler.version}.gem</args>
Expand Down

0 comments on commit 87598b3

Please sign in to comment.