Advertisement
Guest User

Untitled

a guest
Apr 16th, 2012
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.jruby.plugins</groupId>
  3. <artifactId>jruby-rake-plugin</artifactId>
  4. <version>1.4.0</version>
  5. <executions>
  6. <execution>
  7. <id>install gems</id>
  8. <phase>generate-resources</phase>
  9. <goals>
  10. <goal>gem</goal>
  11. </goals>
  12. <configuration>
  13. <args>install ${gem.options} ${required.gems}
  14. ${testing.required.gems}</args>
  15. <launchDirectory>${basedir}/src/main/webapp/WEB-INF/gems/
  16. </launchDirectory>
  17. </configuration>
  18. </execution>
  19. </executions>
  20. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement