Create Java project with Maven archetype java-advanced

Java project ready for proffesionals. A plain Java project, includes unit tests, code coverage, mutation tests, and integration tests.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DownerName="My-ownerName"   -Dyear="My-year"   -DarchetypeGroupId="info.tomfi.archetypes"   -DarchetypeArtifactId="java-advanced"   -DarchetypeVersion="1.0.7"   -DinteractiveMode=false 

Required parameters for generate java project:

ownerName
validationRegex: none
year
validationRegex: none

Details about maven archetype java-advanced

License

License

GroupId

GroupId

info.tomfi.archetypes
ArtifactId

ArtifactId

java-advanced
Version

Version

1.0.7
Type

Type

maven-archetype
Description

Description

Tomfi Archetypes Java Advanced
Java project ready for proffesionals. A plain Java project, includes unit tests, code coverage, mutation tests, and integration tests.
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-advanced -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.