Create Java project with Maven archetype net.osgiliath.archetype.business.cdi

Must be behind an Osgiliath parent archetype, business processing of data

Create a Java Project by archetype net.osgiliath.archetype.business.cdi with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.osgiliath.archetypes"   -DarchetypeArtifactId="net.osgiliath.archetype.business.cdi"   -DarchetypeVersion="0.2.3"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}.spi
  • ${rootArtifactId}.impl

Details about maven archetype net.osgiliath.archetype.business.cdi

License

License

GroupId

GroupId

net.osgiliath.archetypes
ArtifactId

ArtifactId

net.osgiliath.archetype.business.cdi
Version

Version

0.2.3
Type

Type

maven-archetype
Description

Description

Osgiliath business archetype with CDI
Must be behind an Osgiliath parent archetype, business processing of data

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.osgiliath.archetypes -DarchetypeArtifactId=net.osgiliath.archetype.business.cdi -DarchetypeVersion=0.2.3 -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.