Create Java project with Maven archetype shogun-core-webapp-archetype

SHOGun-Core is the core framework used in SHOGun

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dshogun-parent-package="My-shogun-parent-package"   -Dwebapp-name="My-webapp-name"   -DarchetypeGroupId="de.terrestris"   -DarchetypeArtifactId="shogun-core-webapp-archetype"   -DarchetypeVersion="5.3.12"   -DinteractiveMode=false 

Required parameters for generate java project:

shogun-parent-package
validationRegex: none
webapp-name
validationRegex: none

Details about maven archetype shogun-core-webapp-archetype

License

License

GroupId

GroupId

de.terrestris
ArtifactId

ArtifactId

shogun-core-webapp-archetype
Version

Version

5.3.12
Type

Type

maven-archetype
Description

Description

SHOGun-Core (Webapp Archetype)
SHOGun-Core is the core framework used in SHOGun
Project Organization

Project Organization

terrestris GmbH & Co. KG

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.terrestris -DarchetypeArtifactId=shogun-core-webapp-archetype -DarchetypeVersion=5.3.12 -DinteractiveMode=false

Dependencies

compile (14)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.17.0
org.apache.logging.log4j : log4j-jcl jar 2.17.0
org.apache.logging.log4j : log4j-slf4j-impl jar 2.17.0
org.slf4j : log4j-over-slf4j jar 1.7.28
org.slf4j : slf4j-simple jar 1.7.28
org.slf4j : slf4j-api jar 1.7.28
xerces : xercesImpl jar 2.12.2
javax.xml.bind : jaxb-api jar 2.3.1
com.sun.xml.bind : jaxb-core jar 2.3.0.1
com.sun.xml.bind : jaxb-impl jar 2.3.0.1
org.hibernate : hibernate-jcache jar 5.4.24.Final
org.hibernate : hibernate-spatial jar 5.4.24.Final
javax.cache : cache-api jar 1.1.1
com.zaxxer : HikariCP jar 3.4.2

test (1)

Group / Artifact Type Version
org.powermock : powermock-api-mockito2 jar 2.0.9

Project Modules

There are no modules declared in this project.