Create Java project with Maven archetype odp-maven-archetype

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Create a Java Project by archetype odp-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion="My-version"   -DarchetypeGroupId="org.openntf.maven"   -DarchetypeArtifactId="odp-maven-archetype"   -DarchetypeVersion="0.0.2"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none

Generated Project modules

  • ${rootArtifactId}.odp

Details about maven archetype odp-maven-archetype

License

License

GroupId

GroupId

org.openntf.maven
ArtifactId

ArtifactId

odp-maven-archetype
Version

Version

0.0.2
Type

Type

maven-archetype
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project Organization

Project Organization

WebGate Consulting AG

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.openntf.maven -DarchetypeArtifactId=odp-maven-archetype -DarchetypeVersion=0.0.2 -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.