Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codehaus-plexus/modello
https://github.com/codehaus-plexus/modello
maven maven-plugin
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codehaus-plexus/modello
- Owner: codehaus-plexus
- License: mit
- Created: 2015-08-03T10:53:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T08:13:58.000Z (about 1 month ago)
- Last Synced: 2025-01-22T11:03:00.042Z (12 days ago)
- Topics: maven, maven-plugin
- Language: Java
- Homepage: https://codehaus-plexus.github.io/modello/
- Size: 22.2 MB
- Stars: 13
- Watchers: 9
- Forks: 17
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Modello
=======================[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.modello/modello.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.modello/modello)
[![MIT License](https://img.shields.io/github/license/codehaus-plexus/modello.svg?label=License)](http://www.apache.org/licenses/)
![Build Status](https://github.com/codehaus-plexus/modello/workflows/GitHub%20CI/badge.svg)
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/codehaus/modello/badge.json)](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)