Skip to content

rhuan080/javaee8-war-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javaee8-war-archetype

Archetype to create a java EE 8 project.

Install on your local repository

To install the archetype on your local repository, run the following command:

mvn install

Creating a Project with your local archetype

To create a project, go to a folder where you will have the project and run the following command:

mvn archetype:generate -DarchetypeGroupId=net.rhuanrocha -DarchetypeArtifactId=javaee8-war-archetype -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=<new project Group Id> -DartifactId=<new project artifact Id>

Creating a Project with archetype of Maven Central

To create a project, go to a folder where you will have the project and run the following command:

mvn archetype:generate -DarchetypeGroupId=net.rhuanrocha -DarchetypeArtifactId=javaee8-war-archetype -DarchetypeVersion=1.0.2 -DgroupId=<new project Group Id> -DartifactId=<new project artifact Id>

About

Archetype to create a java EE 8 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages