Create Java project with Maven archetype JavaEE7-Angular2-Architype

e easiest way to get started with JavaEE + Angular2

Create a Java Project by archetype JavaEE7-Angular2-Architype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.coodoo"   -DarchetypeArtifactId="JavaEE7-Angular2-Architype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Generated Project modules

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

Details about maven archetype JavaEE7-Angular2-Architype

License

License

GroupId

GroupId

io.coodoo
ArtifactId

ArtifactId

JavaEE7-Angular2-Architype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

JavaEE7-Angular2-Architype
e easiest way to get started with JavaEE + Angular2
Project URL

Project URL

https://github.com/coodoo-io/JavaEE7-Angular2-Architype
Project Organization

Project Organization

coodoo GmbH

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.coodoo -DarchetypeArtifactId=JavaEE7-Angular2-Architype -DarchetypeVersion=1.0 -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.