Skip to content

Commit

Permalink
get shell script executed during maven integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Sep 18, 2014
1 parent 88e9f75 commit fb4dc4e
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -33,7 +33,10 @@
<phase>package</phase>
<goals><goal>exec</goal></goals>
<configuration>
<executable>irb.sh</executable>
<executable>sh</executable>
<arguments>
<argument>irb.sh</argument>
</arguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit fb4dc4e

Please sign in to comment.