Skip to content

An example Maven project that embeds ModeShape within a trivial application

Notifications You must be signed in to change notification settings

rhauch/modeshape-embedded-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An example Maven project that embeds ModeShape within a trivial application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages