Create Java project with Maven archetype kerneos-flex-archetypes-module

The OW2 Consortium is an open source community committed to making available to everyone the best and most reliable middleware technology, including generic enterprise applications and cloud computing technologies. The mission of the OW2 Consortium is to i) develop open source code for middleware, generic enterprise applications and cloud computing and ii) to foster a vibrant community and business ecosystem.

Create a Java Project by archetype kerneos-flex-archetypes-module with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.ow2.kerneos"   -DarchetypeArtifactId="kerneos-flex-archetypes-module"   -DarchetypeVersion="2.2.1"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-client
  • ${rootArtifactId}-server

Details about maven archetype kerneos-flex-archetypes-module

License

License

GroupId

GroupId

org.ow2.kerneos
ArtifactId

ArtifactId

kerneos-flex-archetypes-module
Version

Version

2.2.1
Type

Type

maven-archetype
Description

Description

Kerneos :: Flex :: Archetypes :: Module
The OW2 Consortium is an open source community committed to making available to everyone the best and most reliable middleware technology, including generic enterprise applications and cloud computing technologies. The mission of the OW2 Consortium is to i) develop open source code for middleware, generic enterprise applications and cloud computing and ii) to foster a vibrant community and business ecosystem.
Project Organization

Project Organization

OW2 Consortium

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.ow2.kerneos -DarchetypeArtifactId=kerneos-flex-archetypes-module -DarchetypeVersion=2.2.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.