Create Java project with Maven archetype jorm-unit-sample-archetype

Archetype that creates a sample project with jorm-unit sample test

Create a Java Project by archetype jorm-unit-sample-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Djpa-provider="My-jpa-provider"   -DarchetypeGroupId="org.jorm-unit"   -DarchetypeArtifactId="jorm-unit-sample-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

jpa-provider
validationRegex: none

Details about maven archetype jorm-unit-sample-archetype

License

License

GroupId

GroupId

org.jorm-unit
ArtifactId

ArtifactId

jorm-unit-sample-archetype
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

org.jorm-unit:jorm-unit-sample-archetype
Archetype that creates a sample project with jorm-unit sample test

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jorm-unit -DarchetypeArtifactId=jorm-unit-sample-archetype -DarchetypeVersion=1.0.1 -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.