Create Java project with Maven archetype portofino-war-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.
Create a Java Project by archetype portofino-war-archetype with Command Line:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DportofinoVersion="My-portofinoVersion" -DarchetypeGroupId="com.manydesigns" -DarchetypeArtifactId="portofino-war-archetype" -DarchetypeVersion="5.3.2" -DinteractiveMode=false
Required parameters for generate java project:
- portofinoVersion
-
validationRegex: none
Details about maven archetype portofino-war-archetype
License |
License
|
GroupId |
GroupIdcom.manydesigns |
ArtifactId |
ArtifactIdportofino-war-archetype |
Version |
Version5.3.2 |
Type |
Typemaven-archetype |
Description |
Description
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.
|
Project Organization |
Project Organization
MANYDESIGNS s.r.l.
|
How to add to project
Dependencies
compile (4)
test (1)
Project Modules
There are no modules declared in this project.