Create Java project with Maven archetype angular-archetype

Maven archetype for Angular applications with a Java backend

Create a Java Project by archetype angular-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -DcontextRoot="My-contextRoot"   -Drepository="My-repository"   -Ddescription="My-description"   -DfailOnMissingConfig="My-failOnMissingConfig"   -DarchetypeGroupId="edu.byu.hbll.maven"   -DarchetypeArtifactId="angular-archetype"   -DarchetypeVersion="2.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
package
validationRegex: none
contextRoot
validationRegex: none
repository
validationRegex: none
description
validationRegex: none
failOnMissingConfig
validationRegex: ^(true|false)$

Generated Project modules

  • ${rootArtifactId}-backend
  • ${rootArtifactId}-frontend

Details about maven archetype angular-archetype

License

License

GroupId

GroupId

edu.byu.hbll.maven
ArtifactId

ArtifactId

angular-archetype
Version

Version

2.0.0
Type

Type

maven-archetype
Description

Description

Java Angular Application Archetype
Maven archetype for Angular applications with a Java backend

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=edu.byu.hbll.maven -DarchetypeArtifactId=angular-archetype -DarchetypeVersion=2.0.0 -DinteractiveMode=false

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.22.0

Project Modules

There are no modules declared in this project.