Sculptor :: Maven :: Plugin

Maven plugin for the Sculptor code generator

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

org.sculptorgenerator
Идентификатор

Идентификатор

sculptor-maven-plugin
Последняя версия

Последняя версия

3.1.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Sculptor :: Maven :: Plugin
Maven plugin for the Sculptor code generator

Скачать sculptor-maven-plugin

Как подключить последнюю версию

<plugin>
    <groupId>org.sculptorgenerator</groupId>
    <artifactId>sculptor-maven-plugin</artifactId>
    <version>3.1.0</version>
</plugin>

Зависимости

compile (12)

Идентификатор библиотеки Тип Версия
org.sculptorgenerator : sculptor-generator-library jar 3.1.0
org.sculptorgenerator : sculptor-cartridge-builder jar 3.1.0
org.sculptorgenerator : sculptor-cartridge-mongodb jar 3.1.0
org.sculptorgenerator : sculptor-cartridge-springdatajpa jar 3.1.0
org.apache.maven : maven-plugin-api jar 3.0.3
org.apache.maven : maven-core jar 3.0.3
org.apache.maven : maven-compat jar 3.0.3
org.codehaus.plexus : plexus-interpolation jar 1.16
org.sonatype.plexus : plexus-build-api jar 0.0.7
org.apache.commons : commons-exec jar 1.3
commons-io : commons-io jar 2.4
commons-codec : commons-codec jar 1.10

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

test (6)

Идентификатор библиотеки Тип Версия
org.codehaus.plexus : plexus-archiver jar 2.4.1
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 2.1
org.powermock : powermock-module-junit4 jar 1.5.6
org.mockito : mockito-all jar 1.10.17
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Sculptor Build Status Maven Central Gitter

Sculptor is an open source productivity tool that applies the concepts from Domain-Driven Design and Domain Specific Languages.

You express your design intent in a textual specification (within an Eclipse editor), from which Sculptor generates (with a Maven plugin) high quality Java code and configuration. You can use the concepts from Domain-Driven Design (DDD) in the textual Domain Specific Language (DSL). E.g. Service, Module, Entity, Value Object, Repository.

The generated code is based on well-known frameworks, such as JPA, Hibernate, Spring Framework or Java EE. Sculptor takes care of the technical details, the tedious repetitive work, and let you focus on delivering more business value - and have more fun.

System Requirements

To use Sculptor you need local installations of the following tools:

The installation and configuration of these tools is described in Sculptors installation guide.

Installation

Sculptor consists of an Eclipse plugin (the DSL editor) and a Maven plugin (the code generator) with its Maven archetypes:

The installation and configuration of these tools is described in Sculptors installation guide.

Getting started

To start with a hands-on example on using Sculptor use the Hello Word Tutorial. There're other tutorials to continue with, e.g. the DDD Sample, the Archetype Tutorial or the Advanced Tutorial.

You can learn more about the capabilities of Sculptor by reading the blog posts, e.g. Improving Developer Productivity with Sculptor.

Contributing

Here are some ways for you to contribute:

License

Sculptor is released under the Apache License, Version 2.0.

org.sculptorgenerator

Java code generator using concepts from Domain-Driven Design

Версии библиотеки

Версия
3.1.0
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0