Blank multi project for web application using Macchinetta Server Framework (1.x)

multi blank project with JSP

To create multi blank project with JSP

for CommandPrompt

mvn archetype:generate^
 -DarchetypeGroupId=com.github.macchinetta.blank^
 -DarchetypeArtifactId=macchinetta-multi-web-blank-archetype^
 -DarchetypeVersion=1.9.1.RELEASE

for Bash

mvn archetype:generate\
 -DarchetypeGroupId=com.github.macchinetta.blank\
 -DarchetypeArtifactId=macchinetta-multi-web-blank-archetype\
 -DarchetypeVersion=1.9.1.RELEASE

multi blank project with Thymelaf

To create multi blank project with Thymelaf

for CommandPrompt

mvn archetype:generate^
 -DarchetypeGroupId=com.github.macchinetta.blank^
 -DarchetypeArtifactId=macchinetta-multi-web-blank-thymeleaf-archetype^
 -DarchetypeVersion=1.9.1.RELEASE

for Bash

mvn archetype:generate\
 -DarchetypeGroupId=com.github.macchinetta.blank\
 -DarchetypeArtifactId=macchinetta-multi-web-blank-thymeleaf-archetype\
 -DarchetypeVersion=1.9.1.RELEASE