Create Java project with Maven archetype osiris-archetype

Maven Archetype for Osiris

Create a Java Project by archetype osiris-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion="My-version"   -DosirisVersion="My-osirisVersion"   -DarchetypeGroupId="io.github.cjkent.osiris"   -DarchetypeArtifactId="osiris-archetype"   -DarchetypeVersion="0.8.0"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none
osirisVersion
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-core
  • ${rootArtifactId}-local-server

Details about maven archetype osiris-archetype

License

License

GroupId

GroupId

io.github.cjkent.osiris
ArtifactId

ArtifactId

osiris-archetype
Version

Version

0.8.0
Type

Type

maven-archetype
Description

Description

Osiris Archetype
Maven Archetype for Osiris
Project URL

Project URL

https://github.com/cjkent/osiris
Source Code Management

Source Code Management

https://github.com/cjkent/osiris/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.cjkent.osiris -DarchetypeArtifactId=osiris-archetype -DarchetypeVersion=0.8.0 -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.