Create Java project with Maven archetype java-full-mod

Java project ready for OSSRH deployments. A modular (JPMS) Java project, includes unit tests, code coverage, mutation tests, integration tests, packaging, signing, licensing, and deployment configuration.

Create a Java Project by archetype java-full-mod with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dmodule="My-module"   -DdeveloperId="My-developerId"   -DownerId="My-ownerId"   -DownerName="My-ownerName"   -Dyear="My-year"   -DarchetypeGroupId="info.tomfi.archetypes"   -DarchetypeArtifactId="java-full-mod"   -DarchetypeVersion="1.0.7"   -DinteractiveMode=false 

Required parameters for generate java project:

module
validationRegex: none
developerId
validationRegex: none
ownerId
validationRegex: none
ownerName
validationRegex: none
year
validationRegex: none

Details about maven archetype java-full-mod

License

License

GroupId

GroupId

info.tomfi.archetypes
ArtifactId

ArtifactId

java-full-mod
Version

Version

1.0.7
Type

Type

maven-archetype
Description

Description

Tomfi Archetypes Java Full Modular
Java project ready for OSSRH deployments. A modular (JPMS) Java project, includes unit tests, code coverage, mutation tests, integration tests, packaging, signing, licensing, and deployment configuration.
Project URL

Project URL

https://github.com/TomerFi/tomfi-archetypes
Source Code Management

Source Code Management

https://github.com/TomerFi/tomfi-archetypes

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=info.tomfi.archetypes -DarchetypeArtifactId=java-full-mod -DarchetypeVersion=1.0.7 -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.