Skip to content

Commit

Permalink
clean up docs and output
Browse files Browse the repository at this point in the history
  • Loading branch information
Klauer - Nick Klauer committed Feb 17, 2011
1 parent 00d6605 commit e339cea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
@@ -0,0 +1,21 @@
What is it?
===========
An example program to bundle JRuby up in a Maven project using [mkristian][1]'s
[jruby-maven-plugins][2]. To use simply

mvn install

and then go to your `target` folder and run it:

java -jar ruby-jar-it-with-dependencies-and-gems.jar


Why?
====
This is simply a reference point for trying to create your own. There are
obvious use-cases for this kind of thing, such as a hybrid Java/Ruby project,
and if you're comfortable using Maven as your build system, you might want to
go with this approach to create a runnable .jar.

[1]: http://blog.mkristian.tk/
[2]:
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -83,6 +83,7 @@
</executions>
</plugin>
</plugins>
<finalName>ruby-jar-it</finalName>
</build>
</project>

0 comments on commit e339cea

Please sign in to comment.