Create Java project with Maven archetype vertx-js-archetype

A Maven Archetype for generating a basic Vert.x 3.0.0 JavaScript project

Create a Java Project by archetype vertx-js-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.zanclus.codepalousa"   -DarchetypeArtifactId="vertx-js-archetype"   -DarchetypeVersion="3.3.3"   -DinteractiveMode=false 

Details about maven archetype vertx-js-archetype

License

License

Apache License 2.0
GroupId

GroupId

com.zanclus.codepalousa
ArtifactId

ArtifactId

vertx-js-archetype
Version

Version

3.3.3
Type

Type

maven-archetype
Description

Description

vertx-js-archetype
A Maven Archetype for generating a basic Vert.x 3.0.0 JavaScript project
Project URL

Project URL

https://github.com/InfoSec812/vertx-js-archetype
Source Code Management

Source Code Management

https://github.com/InfoSec812/vertx-js-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.zanclus.codepalousa -DarchetypeArtifactId=vertx-js-archetype -DarchetypeVersion=3.3.3 -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.