Create Java project with Maven archetype eightroes-plugin-archetype

eightroes-webapp-archetype

Create a Java Project by archetype eightroes-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DmyArtifactId="My-myArtifactId"   -DmyArtifactIdUP="My-myArtifactIdUP"   -DarchetypeGroupId="top.ssrsdev"   -DarchetypeArtifactId="eightroes-plugin-archetype"   -DarchetypeVersion="1.0.5"   -DinteractiveMode=false 

Required parameters for generate java project:

myArtifactId
validationRegex: none
myArtifactIdUP
validationRegex: none

Details about maven archetype eightroes-plugin-archetype

License

License

GroupId

GroupId

top.ssrsdev
ArtifactId

ArtifactId

eightroes-plugin-archetype
Version

Version

1.0.5
Type

Type

maven-archetype
Description

Description

eightroes-plugin-archetype
eightroes-webapp-archetype
Project URL

Project URL

https://gitee.com/quella01/eightroes-plugin-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=top.ssrsdev -DarchetypeArtifactId=eightroes-plugin-archetype -DarchetypeVersion=1.0.5 -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.