Create Java project with Maven archetype eightroes-webapp-archetype

eightroes-webapp-archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dpackage="My-package"   -DarchetypeGroupId="top.ssrsdev"   -DarchetypeArtifactId="eightroes-webapp-archetype"   -DarchetypeVersion="1.0.5"   -DinteractiveMode=false 

Required parameters for generate java project:

package
validationRegex: none

Generated Project modules

  • webapp-${rootArtifactId}

Details about maven archetype eightroes-webapp-archetype

License

License

GroupId

GroupId

top.ssrsdev
ArtifactId

ArtifactId

eightroes-webapp-archetype
Version

Version

1.0.5
Type

Type

maven-archetype
Description

Description

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

Project URL

https://gitee.com/quella01/eightroes-webapp-archetype
Source Code Management

Source Code Management

https://gitee.com/quella01/EightRoes

How to add to project

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