Create Java project with Maven archetype oasp4j-template-server

Application template for the server of the Open Application Standard Platform for Java (OASP4J).

Create a Java Project by archetype oasp4j-template-server with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DearProjectName="My-earProjectName"   -DdbType="My-dbType"   -Dbatch="My-batch"   -DarchetypeGroupId="io.oasp.java.templates"   -DarchetypeArtifactId="oasp4j-template-server"   -DarchetypeVersion="3.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

earProjectName
validationRegex: none
dbType
validationRegex: none
batch
validationRegex: batch|[.]

Generated Project modules

  • server

Details about maven archetype oasp4j-template-server

License

License

Apache Software Licenese
GroupId

GroupId

io.oasp.java.templates
ArtifactId

ArtifactId

oasp4j-template-server
Version

Version

3.0.0
Type

Type

maven-archetype
Description

Description

oasp4j-template-server
Application template for the server of the Open Application Standard Platform for Java (OASP4J).
Project Organization

Project Organization

OASP-Team

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.oasp.java.templates -DarchetypeArtifactId=oasp4j-template-server -DarchetypeVersion=3.0.0 -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.