Create Java project with Maven archetype ezyfox-server-archetype

An archetype which contains an ezyfox-server sample

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.tvd12"   -DarchetypeArtifactId="ezyfox-server-archetype"   -DarchetypeVersion="1.2.2"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-plugin
  • ${rootArtifactId}-app-api
  • ${rootArtifactId}-app-entry
  • ${rootArtifactId}-common
  • ${rootArtifactId}-startup

Details about maven archetype ezyfox-server-archetype

License

License

GroupId

GroupId

com.tvd12
ArtifactId

ArtifactId

ezyfox-server-archetype
Version

Version

1.2.2
Type

Type

maven-archetype
Description

Description

ezyfox-server-archetype
An archetype which contains an ezyfox-server sample
Project URL

Project URL

https://youngmonkeys.org/project/ezyfox-sever/
Project Organization

Project Organization

Young Monkeys
Source Code Management

Source Code Management

https://github.com/youngmonkeys/ezyfox-server-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.tvd12 -DarchetypeArtifactId=ezyfox-server-archetype -DarchetypeVersion=1.2.2 -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.