Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (7 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 362 Bytes

RingoJS Maven Skeleton

This is an example of a webapp built with Maven using RingoJS as a dependency.

Setup

Download RingoJS, cd into ringojs and run:

mvn install:install-file -Dfile=lib/ringo.jar -DpomFile=pom.xml

Then cd into ringo-maven and run:

mvn clean compile package