Skip to content

A Maven archetype to create initial project for a DModule

License

Notifications You must be signed in to change notification settings

mbizhani/DModuleArchetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DModuleArchetype

Maven Central

A Maven archetype to create initial project for a DModule

Just execute the following command:

mvn -B archetype:generate \
	-DarchetypeGroupId=org.devocative \
	-DarchetypeArtifactId=dmodule-archetype \
	-DarchetypeVersion=1.0 \
	-DgroupId=? \
	-DartifactId=? \
	-Dversion=1.0-SNAPSHOT \
	-Dpackage=? \
	-DModuleName=? \
	-DModuleShortName=?

Note: the value for ModuleShortName must be in capital form, and exactly have length of 3 characters!

This is the command for Store example:

mvn -B archetype:generate \
	-DarchetypeGroupId=org.devocative \
	-DarchetypeArtifactId=dmodule-archetype \
	-DarchetypeVersion=1.0 \
	-DgroupId=my.pkg \
	-DartifactId=store \
	-Dversion=1.0-SNAPSHOT \
	-Dpackage=my.pkg.store \
	-DModuleName=Store \
	-DModuleShortName=STR

About

A Maven archetype to create initial project for a DModule

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages