Создать Java проект на основе Maven архетипа portofino-java-service-archetype

Portofino is a web application framework written in Java and extensible using Groovy, distributed under the LGPL open source license. The framework can be used to create interactive database-driven web applications. The creation process includes automatic generation through a "wizard" tool, manual configuration through a web-based administration interface, and customization through scripting languages. The framework combines features that are typical of Content Management Systems and of Rapid application development tools. Portofino is mainly intended for Java developers of enterprise applications and of dynamic web sites. It can connect to an existing database and generate a working web application based on an automatic analysis of the database's structure.

Консольная команда для создания Java-проекта на основе архетипа portofino-java-service-archetype:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DportofinoVersion="My-portofinoVersion"   -DarchetypeGroupId="com.manydesigns"   -DarchetypeArtifactId="portofino-java-service-archetype"   -DarchetypeVersion="5.3.2"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

portofinoVersion
validationRegex: нет

Подробная информация об архетипе portofino-java-service-archetype

Лицензия

Лицензия

Группа

Группа

com.manydesigns
Идентификатор

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

portofino-java-service-archetype
Версия

Версия

5.3.2
Тип

Тип

maven-archetype
Описание

Описание

Portofino is a web application framework written in Java and extensible using Groovy, distributed under the LGPL open source license. The framework can be used to create interactive database-driven web applications. The creation process includes automatic generation through a "wizard" tool, manual configuration through a web-based administration interface, and customization through scripting languages. The framework combines features that are typical of Content Management Systems and of Rapid application development tools. Portofino is mainly intended for Java developers of enterprise applications and of dynamic web sites. It can connect to an existing database and generate a working web application based on an automatic analysis of the database's structure.
Организация-разработчик

Организация-разработчик

MANYDESIGNS s.r.l.

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.manydesigns -DarchetypeArtifactId=portofino-java-service-archetype -DarchetypeVersion=5.3.2 -DinteractiveMode=false

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
jakarta.xml.bind : jakarta.xml.bind-api jar 2.3.3
jakarta.annotation : jakarta.annotation-api jar 1.3.5
jakarta.activation : jakarta.activation-api jar 1.2.2
org.glassfish.jaxb : jaxb-runtime jar 2.3.3

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.14.3

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

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