https://github.com/codehaus-plexus/modello
https://github.com/codehaus-plexus/modello
maven maven-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codehaus-plexus/modello
- Owner: codehaus-plexus
- License: mit
- Created: 2015-08-03T10:53:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-19T17:43:51.000Z (5 months ago)
- Last Synced: 2026-01-19T23:34:44.449Z (5 months ago)
- Topics: maven, maven-plugin
- Language: Java
- Homepage: https://codehaus-plexus.github.io/modello/
- Size: 23.9 MB
- Stars: 15
- Watchers: 7
- Forks: 19
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Modello
=======
[](https://search.maven.org/artifact/org.codehaus.modello/modello)
[](http://www.apache.org/licenses/)

[](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/codehaus/modello/README.md)
Modello is a framework for code generation from a simple model.
Modello generates code from a simple model format: based on a plugin architecture, various types of code and descriptors can be generated from the single model, including Java POJOs, XML/JSON/YAML marshallers/unmarshallers, XSD and documentation.
# Documentation
Documentation can be found on the Modello site hosted at [Github.io](http://codehaus-plexus.github.io/modello/).
This site is generated by running:
```
mvn -Prun-its,reporting clean verify site site:stage
```
# Licensing
Modello is licensed under the therms of the [MIT License](http://opensource.org/licenses/mit-license.php)