Skip to content

Instantly share code, notes, and snippets.

@nicksieger
Created August 13, 2008 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicksieger/5282 to your computer and use it in GitHub Desktop.
Save nicksieger/5282 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.jruby.plugins</groupId>
<artifactId>jruby-rake-plugin</artifactId>
<executions>
<execution>
<id>runtests</id>
<phase>test</phase>
<goals><goal>rake</goal></goals>
<configuration>
<script>
task :default do
puts "tests were successful"
end
</script>
</configuration>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment