Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.14 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.14 KB

A trivial ModeShape example

This repository contains a very simple application that uses Maven 3 for its build system and that shows how to embed ModeShape into the application.

To use, simply clone the repository:

$ git clone git://github.com/rhauch/modeshape-embedded-example.git
$ cd modeshape-embedded-example

Be sure that you have Maven 3 installed; if not, see this ModeShape community article for help on how to install it. Once installed, simply build the project:

$ mvn clean install

This will compile everything, run the unit test (that runs the command line application), and install the JARs into your local Maven repository.

Please feel free to fork this repository and create your own application, or use this as a guide for building your own ModeShape application.

Need help?

ModeShape is open source software with a dedicated community. If you have any questions or problems, post a question in our user forum or hop into our IRC chat room and talk our community of contributors and users.