Skip to content

Maven Archetype to generate a project uncoupled architecture using EAR(app) > WAS (jax-rs) > JAR (core)

Notifications You must be signed in to change notification settings

eduardoestrella/maven-archetype-rest-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Archetype App-Rest-Core

This Maven Archetype generate a base project with 3 modules:

  • App (ear). Application container
  • Web (was). Web proyect with jax-rs for use with Api RestFul
  • Core (jar). MicroService SOA Library

Generate Archetype

How to generate local Archetype

You have to cd in the parent archetype (in our case in root path of repository) and run:

$ mvn install

This will regenerate the target and the eer-archetype-rest-core-1.0-SNAPSHOT] jar file, if you want to change the archetype project, remember to edit the archetype pom.xml file groupId and artifactId properties

How to generate the project base

Type:

$ mvn archetype:generate

Your newly deployed archetype will be listed as the last one of a list that will appear in your terminal, choose the archetype, fill in the parameters and hit enter, open up your file browser and check that all the generated files accomodates to the supplied parameters.

More info

About

Maven Archetype to generate a project uncoupled architecture using EAR(app) > WAS (jax-rs) > JAR (core)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages