Skip to content

Sample Project that uses maven to build a project that utilizes jruby and rubygems (including sinatra)

Notifications You must be signed in to change notification settings

ezgraphs/maven-jruby-gems-sinatra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

To build the project:

	> mvn clean install

To start the server

	> mvn test -Pserver
	
Hit the main page at

	http://localhost:4579/
	
This demonstrates
	- ruby is available
	- rubygems (sinatra) available
	- java (System) available
	
Tested on Mac OSX with:
	Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400)
	Java version: 1.5.0_19	

About

Sample Project that uses maven to build a project that utilizes jruby and rubygems (including sinatra)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages